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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Invalid.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
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.
Generated from protobuf enum PENDING = 1;
SUCCEEDED
Value: 2
The training has succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3
The training has succeeded.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4
The training has been cancelled.
Generated from protobuf enum CANCELLED = 4;
CANCELLING
Value: 5
The training is in cancelling state.
Generated from protobuf enum CANCELLING = 5;
TRAINING
Value: 6
Custom model is training.
Generated from protobuf enum TRAINING = 6;