Enum Model.Types.DeploymentState (2.2.0)

public enum DeploymentState

Deployment state of the model.

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Fields

NameDescription
Deployed

Model is deployed.

Undeployed

Model is not deployed.

Unspecified

Should not be used, an un-set enum has this value by default.