Interface DeployModelOperationMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeployModelOperationMetadata, DeployModelOperationMetadata.Builder

@Generated public interface DeployModelOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
       
      .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.
       
      .google.cloud.aiplatform.v1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The deploymentStage.