Package com.google.cloud.aiplatform.v1
Interface CreateEndpointOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateEndpointOperationMetadata,CreateEndpointOperationMetadata.Builder
@Generated
public interface CreateEndpointOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.The operation generic information.The operation generic information.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; -
getDeploymentStageValue
int getDeploymentStageValue()Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for deploymentStage.
-
getDeploymentStage
DeploymentStage getDeploymentStage()Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The deploymentStage.
-