Enum ConversationModel.State (4.47.0)

public enum ConversationModel.State extends Enum<ConversationModel.State> implements ProtocolMessageEnum

State of the model.

Protobuf enum google.cloud.dialogflow.v2.ConversationModel.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Model being created.

CREATING = 1;

CREATING_VALUE

Model being created.

CREATING = 1;

DELETING

Model is deleting.

DELETING = 6;

DELETING_VALUE

Model is deleting.

DELETING = 6;

DEPLOYED

Model is deployed and ready to use.

DEPLOYED = 4;

DEPLOYED_VALUE

Model is deployed and ready to use.

DEPLOYED = 4;

DEPLOYING

Model is deploying.

DEPLOYING = 3;

DEPLOYING_VALUE

Model is deploying.

DEPLOYING = 3;

FAILED

Model is in error state. Not ready to deploy and use.

FAILED = 7;

FAILED_VALUE

Model is in error state. Not ready to deploy and use.

FAILED = 7;

PENDING

Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.

PENDING = 8;

PENDING_VALUE

Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.

PENDING = 8;

STATE_UNSPECIFIED

Should not be used, an un-set enum has this value by default.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Should not be used, an un-set enum has this value by default.

STATE_UNSPECIFIED = 0;

UNDEPLOYED

Model is not deployed but ready to deploy.

UNDEPLOYED = 2;

UNDEPLOYED_VALUE

Model is not deployed but ready to deploy.

UNDEPLOYED = 2;

UNDEPLOYING

Model is undeploying.

UNDEPLOYING = 5;

UNDEPLOYING_VALUE

Model is undeploying.

UNDEPLOYING = 5;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()