Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
State of CreateConversationModel operation.
Protobuf type google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ CreateConversationModelOperationMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Invalid.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1Request is submitted, but training has not started yet.
The model may remain in this state until there is enough capacity to start training.
Generated from protobuf enum PENDING = 1;
SUCCEEDED
Value: 2The training has succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The training has succeeded.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4The training has been cancelled.
Generated from protobuf enum CANCELLED = 4;
CANCELLING
Value: 5The training is in cancelling state.
Generated from protobuf enum CANCELLING = 5;
TRAINING
Value: 6Custom model is training.
Generated from protobuf enum TRAINING = 6;