Package com.google.cloud.aiplatform.v1
Interface CopyModelResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CopyModelResponse
,CopyModelResponse.Builder
public interface CopyModelResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModel()
The name of the copied Model resource.com.google.protobuf.ByteString
getModelBytes()
The name of the copied Model resource.String
getModelVersionId()
Output only.com.google.protobuf.ByteString
getModelVersionIdBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModel
String getModel()
The name of the copied Model resource. Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
The name of the copied Model resource. Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for model.
-
getModelVersionId
String getModelVersionId()
Output only. The version ID of the model that is copied.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The modelVersionId.
-
getModelVersionIdBytes
com.google.protobuf.ByteString getModelVersionIdBytes()
Output only. The version ID of the model that is copied.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for modelVersionId.
-
-