Module: Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata::State
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
State of CreateConversationModel operation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid.
0- PENDING =
Request is submitted, but training has not started yet. The model may remain in this state until there is enough capacity to start training.
1- SUCCEEDED =
The training has succeeded.
2- FAILED =
The training has succeeded.
3- CANCELLED =
The training has been cancelled.
4- CANCELLING =
The training is in cancelling state.
5- TRAINING =
Custom model is training.
6