Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata::State (v0.15.2)

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

State of CreateConversationModel operation.

Constants

STATE_UNSPECIFIED

value: 0
Invalid.

PENDING

value: 1
Request is submitted, but training has not started yet. The model may remain in this state until there is enough capacity to start training.

SUCCEEDED

value: 2
The training has succeeded.

FAILED

value: 3
The training has succeeded.

CANCELLED

value: 4
The training has been cancelled.

CANCELLING

value: 5
The training is in cancelling state.

TRAINING

value: 6
Custom model is training.