Module: Google::Cloud::AutoML::V1beta1::Model::DeploymentState

Defined in:
proto_docs/google/cloud/automl/v1beta1/model.rb

Overview

Deployment state of the model.

Constant Summary collapse

DEPLOYMENT_STATE_UNSPECIFIED =

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

0
DEPLOYED =

Model is deployed.

1
UNDEPLOYED =

Model is not deployed.

2