public enum CreateConversationModelOperationMetadata.State extends Enum<CreateConversationModelOperationMetadata.State> implements ProtocolMessageEnum
State of CreateConversationModel operation.
Protobuf enum google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
The training has been cancelled. |
CANCELLED_VALUE |
The training has been cancelled. |
CANCELLING |
The training is in cancelling state. |
CANCELLING_VALUE |
The training is in cancelling state. |
FAILED |
The training has succeeded. |
FAILED_VALUE |
The training has succeeded. |
PENDING |
Request is submitted, but training has not started yet. The model may remain in this state until there is enough capacity to start training. |
PENDING_VALUE |
Request is submitted, but training has not started yet. The model may remain in this state until there is enough capacity to start training. |
STATE_UNSPECIFIED |
Invalid. |
STATE_UNSPECIFIED_VALUE |
Invalid. |
SUCCEEDED |
The training has succeeded. |
SUCCEEDED_VALUE |
The training has succeeded. |
TRAINING |
Custom model is training. |
TRAINING_VALUE |
Custom model is training. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |