Google AutoML v1 API - Enum Model.Types.DeploymentState (3.4.0)

public enum Model.Types.DeploymentState

Reference documentation and code samples for the Google AutoML v1 API enum Model.Types.DeploymentState.

Deployment state of the model.

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

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.