Enum Model.Types.DeploymentState
Deployment state of the model.
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public enum DeploymentState
Fields
Name | Description |
---|---|
Deployed | Model is deployed. |
Undeployed | Model is not deployed. |
Unspecified | Should not be used, an un-set enum has this value by default. |