Module: Google::Cloud::Dialogflow::V2::ConversationModel::State

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_model.rb

Overview

State of the model.

Constant Summary collapse

STATE_UNSPECIFIED =

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

0
CREATING =

Model being created.

1
UNDEPLOYED =

Model is not deployed but ready to deploy.

2
DEPLOYING =

Model is deploying.

3
DEPLOYED =

Model is deployed and ready to use.

4
UNDEPLOYING =

Model is undeploying.

5
DELETING =

Model is deleting.

6
FAILED =

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

7
PENDING =

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.

8