Enum DeploymentStage

java.lang.Object
java.lang.Enum<DeploymentStage>
com.google.cloud.aiplatform.v1.DeploymentStage
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DeploymentStage>

@Generated public enum DeploymentStage extends Enum<DeploymentStage> implements com.google.protobuf.ProtocolMessageEnum
 Stage field indicating the current progress of a deployment.
 
Protobuf enum google.cloud.aiplatform.v1.DeploymentStage
  • Enum Constant Details

    • DEPLOYMENT_STAGE_UNSPECIFIED

      public static final DeploymentStage DEPLOYMENT_STAGE_UNSPECIFIED
       Default value. This value is unused.
       
      DEPLOYMENT_STAGE_UNSPECIFIED = 0;
    • STARTING_DEPLOYMENT

      public static final DeploymentStage STARTING_DEPLOYMENT
       The deployment is initializing and setting up the environment.
       
      STARTING_DEPLOYMENT = 5;
    • PREPARING_MODEL

      public static final DeploymentStage PREPARING_MODEL
       The deployment is preparing the model assets.
       
      PREPARING_MODEL = 6;
    • CREATING_SERVING_CLUSTER

      public static final DeploymentStage CREATING_SERVING_CLUSTER
       The deployment is creating the underlying serving cluster.
       
      CREATING_SERVING_CLUSTER = 7;
    • ADDING_NODES_TO_CLUSTER

      public static final DeploymentStage ADDING_NODES_TO_CLUSTER
       The deployment is adding nodes to the serving cluster.
       
      ADDING_NODES_TO_CLUSTER = 8;
    • GETTING_CONTAINER_IMAGE

      public static final DeploymentStage GETTING_CONTAINER_IMAGE
       The deployment is getting the container image for the model server.
       
      GETTING_CONTAINER_IMAGE = 9;
    • STARTING_MODEL_SERVER

      public static final DeploymentStage STARTING_MODEL_SERVER
       The deployment is starting the model server.
       
      STARTING_MODEL_SERVER = 3;
    • FINISHING_UP

      public static final DeploymentStage FINISHING_UP
       The deployment is performing finalization steps.
       
      FINISHING_UP = 4;
    • DEPLOYMENT_TERMINATED

      public static final DeploymentStage DEPLOYMENT_TERMINATED
       The deployment has terminated.
       
      DEPLOYMENT_TERMINATED = 10;
    • SUCCESSFULLY_DEPLOYED

      public static final DeploymentStage SUCCESSFULLY_DEPLOYED
       The deployment has succeeded.
       
      SUCCESSFULLY_DEPLOYED = 11;
    • FAILED_TO_DEPLOY

      public static final DeploymentStage FAILED_TO_DEPLOY
       The deployment has failed.
       
      FAILED_TO_DEPLOY = 12;
    • UNRECOGNIZED

      public static final DeploymentStage UNRECOGNIZED
  • Field Details

    • DEPLOYMENT_STAGE_UNSPECIFIED_VALUE

      public static final int DEPLOYMENT_STAGE_UNSPECIFIED_VALUE
       Default value. This value is unused.
       
      DEPLOYMENT_STAGE_UNSPECIFIED = 0;
      See Also:
    • STARTING_DEPLOYMENT_VALUE

      public static final int STARTING_DEPLOYMENT_VALUE
       The deployment is initializing and setting up the environment.
       
      STARTING_DEPLOYMENT = 5;
      See Also:
    • PREPARING_MODEL_VALUE

      public static final int PREPARING_MODEL_VALUE
       The deployment is preparing the model assets.
       
      PREPARING_MODEL = 6;
      See Also:
    • CREATING_SERVING_CLUSTER_VALUE

      public static final int CREATING_SERVING_CLUSTER_VALUE
       The deployment is creating the underlying serving cluster.
       
      CREATING_SERVING_CLUSTER = 7;
      See Also:
    • ADDING_NODES_TO_CLUSTER_VALUE

      public static final int ADDING_NODES_TO_CLUSTER_VALUE
       The deployment is adding nodes to the serving cluster.
       
      ADDING_NODES_TO_CLUSTER = 8;
      See Also:
    • GETTING_CONTAINER_IMAGE_VALUE

      public static final int GETTING_CONTAINER_IMAGE_VALUE
       The deployment is getting the container image for the model server.
       
      GETTING_CONTAINER_IMAGE = 9;
      See Also:
    • STARTING_MODEL_SERVER_VALUE

      public static final int STARTING_MODEL_SERVER_VALUE
       The deployment is starting the model server.
       
      STARTING_MODEL_SERVER = 3;
      See Also:
    • FINISHING_UP_VALUE

      public static final int FINISHING_UP_VALUE
       The deployment is performing finalization steps.
       
      FINISHING_UP = 4;
      See Also:
    • DEPLOYMENT_TERMINATED_VALUE

      public static final int DEPLOYMENT_TERMINATED_VALUE
       The deployment has terminated.
       
      DEPLOYMENT_TERMINATED = 10;
      See Also:
    • SUCCESSFULLY_DEPLOYED_VALUE

      public static final int SUCCESSFULLY_DEPLOYED_VALUE
       The deployment has succeeded.
       
      SUCCESSFULLY_DEPLOYED = 11;
      See Also:
    • FAILED_TO_DEPLOY_VALUE

      public static final int FAILED_TO_DEPLOY_VALUE
       The deployment has failed.
       
      FAILED_TO_DEPLOY = 12;
      See Also:
  • Method Details

    • values

      public static DeploymentStage[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DeploymentStage valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static DeploymentStage valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static DeploymentStage forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<DeploymentStage> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static DeploymentStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null