Vertex AI v1beta1 API - Enum DeploymentStage (1.0.0-beta42)

public enum DeploymentStage

Reference documentation and code samples for the Vertex AI v1beta1 API enum DeploymentStage.

Stage field indicating the current progress of a deployment.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
AddingNodesToCluster

The deployment is adding nodes to the serving cluster.

CreatingServingCluster

The deployment is creating the underlying serving cluster.

DeploymentTerminated

The deployment has terminated.

FinishingUp

The deployment is performing finalization steps.

GettingContainerImage

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

PreparingModel

The deployment is preparing the model assets.

StartingDeployment

The deployment is initializing and setting up the environment.

StartingModelServer

The deployment is starting the model server.

Unspecified

Default value. This value is unused.