Package com.google.cloud.aiplatform.v1
Interface DeployOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployOperationMetadata,DeployOperationMetadata.Builder
@Generated
public interface DeployOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.The operation generic information.The operation generic information.Output only.com.google.protobuf.ByteStringOutput only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanThe operation generic information.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGenericMetadata
boolean hasGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1; -
getPublisherModel
String getPublisherModel()Output only. The name of the model resource.
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The publisherModel.
-
getPublisherModelBytes
com.google.protobuf.ByteString getPublisherModelBytes()Output only. The name of the model resource.
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for publisherModel.
-
getDestination
String getDestination()Output only. The resource name of the Location to deploy the model in. Format: `projects/{project}/locations/{location}`string destination = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The destination.
-
getDestinationBytes
com.google.protobuf.ByteString getDestinationBytes()Output only. The resource name of the Location to deploy the model in. Format: `projects/{project}/locations/{location}`string destination = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for destination.
-
getProjectNumber
long getProjectNumber()Output only. The project number where the deploy model request is sent.
int64 project_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The projectNumber.
-
getModelId
String getModelId()Output only. The model id to be used at query time.
string model_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The modelId.
-
getModelIdBytes
com.google.protobuf.ByteString getModelIdBytes()Output only. The model id to be used at query time.
string model_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for modelId.
-