Package viam.app.mltraining.v1
Enum Class MlTraining.TrainingStatus
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<MlTraining.TrainingStatus>
,Constable
- Enclosing class:
- MlTraining
public static enum MlTraining.TrainingStatus
extends Enum<MlTraining.TrainingStatus>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.mltraining.v1.TrainingStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionTRAINING_STATUS_CANCELED = 5;
TRAINING_STATUS_CANCELING = 6;
TRAINING_STATUS_COMPLETED = 3;
TRAINING_STATUS_FAILED = 4;
TRAINING_STATUS_IN_PROGRESS = 2;
TRAINING_STATUS_PENDING = 1;
TRAINING_STATUS_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
TRAINING_STATUS_CANCELED = 5;
static final int
TRAINING_STATUS_CANCELING = 6;
static final int
TRAINING_STATUS_COMPLETED = 3;
static final int
TRAINING_STATUS_FAILED = 4;
static final int
TRAINING_STATUS_IN_PROGRESS = 2;
static final int
TRAINING_STATUS_PENDING = 1;
static final int
TRAINING_STATUS_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic MlTraining.TrainingStatus
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<MlTraining.TrainingStatus>
static com.google.protobuf.Internal.EnumVerifier
static MlTraining.TrainingStatus
valueOf
(int value) Deprecated.static MlTraining.TrainingStatus
Returns the enum constant of this class with the specified name.static MlTraining.TrainingStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRAINING_STATUS_UNSPECIFIED
TRAINING_STATUS_UNSPECIFIED = 0;
-
TRAINING_STATUS_PENDING
TRAINING_STATUS_PENDING = 1;
-
TRAINING_STATUS_IN_PROGRESS
TRAINING_STATUS_IN_PROGRESS = 2;
-
TRAINING_STATUS_COMPLETED
TRAINING_STATUS_COMPLETED = 3;
-
TRAINING_STATUS_FAILED
TRAINING_STATUS_FAILED = 4;
-
TRAINING_STATUS_CANCELED
TRAINING_STATUS_CANCELED = 5;
-
TRAINING_STATUS_CANCELING
TRAINING_STATUS_CANCELING = 6;
-
UNRECOGNIZED
-
-
Field Details
-
TRAINING_STATUS_UNSPECIFIED_VALUE
public static final int TRAINING_STATUS_UNSPECIFIED_VALUETRAINING_STATUS_UNSPECIFIED = 0;
- See Also:
-
TRAINING_STATUS_PENDING_VALUE
public static final int TRAINING_STATUS_PENDING_VALUETRAINING_STATUS_PENDING = 1;
- See Also:
-
TRAINING_STATUS_IN_PROGRESS_VALUE
public static final int TRAINING_STATUS_IN_PROGRESS_VALUETRAINING_STATUS_IN_PROGRESS = 2;
- See Also:
-
TRAINING_STATUS_COMPLETED_VALUE
public static final int TRAINING_STATUS_COMPLETED_VALUETRAINING_STATUS_COMPLETED = 3;
- See Also:
-
TRAINING_STATUS_FAILED_VALUE
public static final int TRAINING_STATUS_FAILED_VALUETRAINING_STATUS_FAILED = 4;
- See Also:
-
TRAINING_STATUS_CANCELED_VALUE
public static final int TRAINING_STATUS_CANCELED_VALUETRAINING_STATUS_CANCELED = 5;
- See Also:
-
TRAINING_STATUS_CANCELING_VALUE
public static final int TRAINING_STATUS_CANCELING_VALUETRAINING_STATUS_CANCELING = 6;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<MlTraining.TrainingStatus> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-