public enum DeploymentStage extends Enum<DeploymentStage> implements ProtocolMessageEnum
Stage field indicating the current progress of a deployment.
Protobuf enum google.cloud.aiplatform.v1beta1.DeploymentStage
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADDING_NODES_TO_CLUSTER |
The deployment is adding nodes to the serving cluster. |
ADDING_NODES_TO_CLUSTER_VALUE |
The deployment is adding nodes to the serving cluster. |
CREATING_SERVING_CLUSTER |
The deployment is creating the underlying serving cluster. |
CREATING_SERVING_CLUSTER_VALUE |
The deployment is creating the underlying serving cluster. |
DEPLOYMENT_STAGE_UNSPECIFIED |
Default value. This value is unused. |
DEPLOYMENT_STAGE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
DEPLOYMENT_TERMINATED |
The deployment has terminated. |
DEPLOYMENT_TERMINATED_VALUE |
The deployment has terminated. |
FINISHING_UP |
The deployment is performing finalization steps. |
FINISHING_UP_VALUE |
The deployment is performing finalization steps. |
GETTING_CONTAINER_IMAGE |
The deployment is getting the container image for the model server. |
GETTING_CONTAINER_IMAGE_VALUE |
The deployment is getting the container image for the model server. |
PREPARING_MODEL |
The deployment is preparing the model assets. |
PREPARING_MODEL_VALUE |
The deployment is preparing the model assets. |
STARTING_DEPLOYMENT |
The deployment is initializing and setting up the environment. |
STARTING_DEPLOYMENT_VALUE |
The deployment is initializing and setting up the environment. |
STARTING_MODEL_SERVER |
The deployment is starting the model server. |
STARTING_MODEL_SERVER_VALUE |
The deployment is starting the model server. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |