Package com.google.cloud.aiplatform.v1
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionThe deployment is adding nodes to the serving cluster.The deployment is creating the underlying serving cluster.Default value.The deployment has terminated.The deployment has failed.The deployment is performing finalization steps.The deployment is getting the container image for the model server.The deployment is preparing the model assets.The deployment is initializing and setting up the environment.The deployment is starting the model server.The deployment has succeeded. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe deployment is adding nodes to the serving cluster.static final intThe deployment is creating the underlying serving cluster.static final intDefault value.static final intThe deployment has terminated.static final intThe deployment has failed.static final intThe deployment is performing finalization steps.static final intThe deployment is getting the container image for the model server.static final intThe deployment is preparing the model assets.static final intThe deployment is initializing and setting up the environment.static final intThe deployment is starting the model server.static final intThe deployment has succeeded. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentStageforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<DeploymentStage>static DeploymentStagevalueOf(int value) Deprecated.static DeploymentStagevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DeploymentStageReturns the enum constant of this type with the specified name.static DeploymentStage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEPLOYMENT_STAGE_UNSPECIFIED
Default value. This value is unused.
DEPLOYMENT_STAGE_UNSPECIFIED = 0; -
STARTING_DEPLOYMENT
The deployment is initializing and setting up the environment.
STARTING_DEPLOYMENT = 5; -
PREPARING_MODEL
The deployment is preparing the model assets.
PREPARING_MODEL = 6; -
CREATING_SERVING_CLUSTER
The deployment is creating the underlying serving cluster.
CREATING_SERVING_CLUSTER = 7; -
ADDING_NODES_TO_CLUSTER
The deployment is adding nodes to the serving cluster.
ADDING_NODES_TO_CLUSTER = 8; -
GETTING_CONTAINER_IMAGE
The deployment is getting the container image for the model server.
GETTING_CONTAINER_IMAGE = 9; -
STARTING_MODEL_SERVER
The deployment is starting the model server.
STARTING_MODEL_SERVER = 3; -
FINISHING_UP
The deployment is performing finalization steps.
FINISHING_UP = 4; -
DEPLOYMENT_TERMINATED
The deployment has terminated.
DEPLOYMENT_TERMINATED = 10; -
SUCCESSFULLY_DEPLOYED
The deployment has succeeded.
SUCCESSFULLY_DEPLOYED = 11; -
FAILED_TO_DEPLOY
The deployment has failed.
FAILED_TO_DEPLOY = 12; -
UNRECOGNIZED
-
-
Field Details
-
DEPLOYMENT_STAGE_UNSPECIFIED_VALUE
public static final int DEPLOYMENT_STAGE_UNSPECIFIED_VALUEDefault value. This value is unused.
DEPLOYMENT_STAGE_UNSPECIFIED = 0;- See Also:
-
STARTING_DEPLOYMENT_VALUE
public static final int STARTING_DEPLOYMENT_VALUEThe deployment is initializing and setting up the environment.
STARTING_DEPLOYMENT = 5;- See Also:
-
PREPARING_MODEL_VALUE
public static final int PREPARING_MODEL_VALUEThe deployment is preparing the model assets.
PREPARING_MODEL = 6;- See Also:
-
CREATING_SERVING_CLUSTER_VALUE
public static final int CREATING_SERVING_CLUSTER_VALUEThe 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_VALUEThe 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_VALUEThe 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_VALUEThe deployment is starting the model server.
STARTING_MODEL_SERVER = 3;- See Also:
-
FINISHING_UP_VALUE
public static final int FINISHING_UP_VALUEThe deployment is performing finalization steps.
FINISHING_UP = 4;- See Also:
-
DEPLOYMENT_TERMINATED_VALUE
public static final int DEPLOYMENT_TERMINATED_VALUEThe deployment has terminated.
DEPLOYMENT_TERMINATED = 10;- See Also:
-
SUCCESSFULLY_DEPLOYED_VALUE
public static final int SUCCESSFULLY_DEPLOYED_VALUEThe deployment has succeeded.
SUCCESSFULLY_DEPLOYED = 11;- See Also:
-
FAILED_TO_DEPLOY_VALUE
public static final int FAILED_TO_DEPLOY_VALUEThe deployment has failed.
FAILED_TO_DEPLOY = 12;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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 nameNullPointerException- if the argument is null
-