Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::ConversationModel::State (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::ConversationModel::State.

State of the model.

Constants

STATE_UNSPECIFIED

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

CREATING

value: 1
Model being created.

UNDEPLOYED

value: 2
Model is not deployed but ready to deploy.

DEPLOYING

value: 3
Model is deploying.

DEPLOYED

value: 4
Model is deployed and ready to use.

UNDEPLOYING

value: 5
Model is undeploying.

DELETING

value: 6
Model is deleting.

FAILED

value: 7
Model is in error state. Not ready to deploy and use.

PENDING

value: 8
Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.