Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
State of the model.
Protobuf type google.cloud.dialogflow.v2.ConversationModel.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ConversationModelMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Should not be used, an un-set enum has this value by default.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Model being created.
Generated from protobuf enum CREATING = 1;
UNDEPLOYED
Value: 2Model is not deployed but ready to deploy.
Generated from protobuf enum UNDEPLOYED = 2;
DEPLOYING
Value: 3Model is deploying.
Generated from protobuf enum DEPLOYING = 3;
DEPLOYED
Value: 4Model is deployed and ready to use.
Generated from protobuf enum DEPLOYED = 4;
UNDEPLOYING
Value: 5Model is undeploying.
Generated from protobuf enum UNDEPLOYING = 5;
DELETING
Value: 6Model is deleting.
Generated from protobuf enum DELETING = 6;
FAILED
Value: 7Model is in error state. Not ready to deploy and use.
Generated from protobuf enum FAILED = 7;
PENDING
Value: 8Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.
Generated from protobuf enum PENDING = 8;