Package com.google.cloud.dialogflow.v2
Enum CreateConversationModelOperationMetadata.State
- java.lang.Object
-
- java.lang.Enum<CreateConversationModelOperationMetadata.State>
-
- com.google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CreateConversationModelOperationMetadata.State>
- Enclosing class:
- CreateConversationModelOperationMetadata
public static enum CreateConversationModelOperationMetadata.State extends Enum<CreateConversationModelOperationMetadata.State> implements com.google.protobuf.ProtocolMessageEnum
State of CreateConversationModel operation.
Protobuf enumgoogle.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELLEDThe training has been cancelled.CANCELLINGThe training is in cancelling state.FAILEDThe training has succeeded.PENDINGRequest is submitted, but training has not started yet.STATE_UNSPECIFIEDInvalid.SUCCEEDEDThe training has succeeded.TRAININGCustom model is training.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCANCELLED_VALUEThe training has been cancelled.static intCANCELLING_VALUEThe training is in cancelling state.static intFAILED_VALUEThe training has succeeded.static intPENDING_VALUERequest is submitted, but training has not started yet.static intSTATE_UNSPECIFIED_VALUEInvalid.static intSUCCEEDED_VALUEThe training has succeeded.static intTRAINING_VALUECustom model is training.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CreateConversationModelOperationMetadata.StateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<CreateConversationModelOperationMetadata.State>internalGetValueMap()static CreateConversationModelOperationMetadata.StatevalueOf(int value)Deprecated.static CreateConversationModelOperationMetadata.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CreateConversationModelOperationMetadata.StatevalueOf(String name)Returns the enum constant of this type with the specified name.static CreateConversationModelOperationMetadata.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATE_UNSPECIFIED
public static final CreateConversationModelOperationMetadata.State STATE_UNSPECIFIED
Invalid.
STATE_UNSPECIFIED = 0;
-
PENDING
public static final CreateConversationModelOperationMetadata.State 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 = 1;
-
SUCCEEDED
public static final CreateConversationModelOperationMetadata.State SUCCEEDED
The training has succeeded.
SUCCEEDED = 2;
-
FAILED
public static final CreateConversationModelOperationMetadata.State FAILED
The training has succeeded.
FAILED = 3;
-
CANCELLED
public static final CreateConversationModelOperationMetadata.State CANCELLED
The training has been cancelled.
CANCELLED = 4;
-
CANCELLING
public static final CreateConversationModelOperationMetadata.State CANCELLING
The training is in cancelling state.
CANCELLING = 5;
-
TRAINING
public static final CreateConversationModelOperationMetadata.State TRAINING
Custom model is training.
TRAINING = 6;
-
UNRECOGNIZED
public static final CreateConversationModelOperationMetadata.State UNRECOGNIZED
-
-
Field Detail
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUE
Invalid.
STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
PENDING_VALUE
public static final int 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.
PENDING = 1;- See Also:
- Constant Field Values
-
SUCCEEDED_VALUE
public static final int SUCCEEDED_VALUE
The training has succeeded.
SUCCEEDED = 2;- See Also:
- Constant Field Values
-
FAILED_VALUE
public static final int FAILED_VALUE
The training has succeeded.
FAILED = 3;- See Also:
- Constant Field Values
-
CANCELLED_VALUE
public static final int CANCELLED_VALUE
The training has been cancelled.
CANCELLED = 4;- See Also:
- Constant Field Values
-
CANCELLING_VALUE
public static final int CANCELLING_VALUE
The training is in cancelling state.
CANCELLING = 5;- See Also:
- Constant Field Values
-
TRAINING_VALUE
public static final int TRAINING_VALUE
Custom model is training.
TRAINING = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CreateConversationModelOperationMetadata.State[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CreateConversationModelOperationMetadata.State c : CreateConversationModelOperationMetadata.State.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateConversationModelOperationMetadata.State valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CreateConversationModelOperationMetadata.State valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static CreateConversationModelOperationMetadata.State forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CreateConversationModelOperationMetadata.State> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CreateConversationModelOperationMetadata.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-