Enum DeploymentStage (3.73.0)

public enum DeploymentStage extends Enum<DeploymentStage> implements ProtocolMessageEnum

Stage field indicating the current progress of a deployment.

Protobuf enum google.cloud.aiplatform.v1.DeploymentStage

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADDING_NODES_TO_CLUSTER

The deployment is adding nodes to the serving cluster.

ADDING_NODES_TO_CLUSTER = 8;

ADDING_NODES_TO_CLUSTER_VALUE

The deployment is adding nodes to the serving cluster.

ADDING_NODES_TO_CLUSTER = 8;

CREATING_SERVING_CLUSTER

The deployment is creating the underlying serving cluster.

CREATING_SERVING_CLUSTER = 7;

CREATING_SERVING_CLUSTER_VALUE

The deployment is creating the underlying serving cluster.

CREATING_SERVING_CLUSTER = 7;

DEPLOYMENT_STAGE_UNSPECIFIED

Default value. This value is unused.

DEPLOYMENT_STAGE_UNSPECIFIED = 0;

DEPLOYMENT_STAGE_UNSPECIFIED_VALUE

Default value. This value is unused.

DEPLOYMENT_STAGE_UNSPECIFIED = 0;

DEPLOYMENT_TERMINATED

The deployment has terminated.

DEPLOYMENT_TERMINATED = 10;

DEPLOYMENT_TERMINATED_VALUE

The deployment has terminated.

DEPLOYMENT_TERMINATED = 10;

FINISHING_UP

The deployment is performing finalization steps.

FINISHING_UP = 4;

FINISHING_UP_VALUE

The deployment is performing finalization steps.

FINISHING_UP = 4;

GETTING_CONTAINER_IMAGE

The deployment is getting the container image for the model server.

GETTING_CONTAINER_IMAGE = 9;

GETTING_CONTAINER_IMAGE_VALUE

The deployment is getting the container image for the model server.

GETTING_CONTAINER_IMAGE = 9;

PREPARING_MODEL

The deployment is preparing the model assets.

PREPARING_MODEL = 6;

PREPARING_MODEL_VALUE

The deployment is preparing the model assets.

PREPARING_MODEL = 6;

STARTING_DEPLOYMENT

The deployment is initializing and setting up the environment.

STARTING_DEPLOYMENT = 5;

STARTING_DEPLOYMENT_VALUE

The deployment is initializing and setting up the environment.

STARTING_DEPLOYMENT = 5;

STARTING_MODEL_SERVER

The deployment is starting the model server.

STARTING_MODEL_SERVER = 3;

STARTING_MODEL_SERVER_VALUE

The deployment is starting the model server.

STARTING_MODEL_SERVER = 3;

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()