Enum Class MlTraining.TrainingStatus

java.lang.Object
java.lang.Enum<MlTraining.TrainingStatus>
viam.app.mltraining.v1.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
  • Enum Constant Details

  • Field Details

    • TRAINING_STATUS_UNSPECIFIED_VALUE

      public static final int TRAINING_STATUS_UNSPECIFIED_VALUE
      TRAINING_STATUS_UNSPECIFIED = 0;
      See Also:
    • TRAINING_STATUS_PENDING_VALUE

      public static final int TRAINING_STATUS_PENDING_VALUE
      TRAINING_STATUS_PENDING = 1;
      See Also:
    • TRAINING_STATUS_IN_PROGRESS_VALUE

      public static final int TRAINING_STATUS_IN_PROGRESS_VALUE
      TRAINING_STATUS_IN_PROGRESS = 2;
      See Also:
    • TRAINING_STATUS_COMPLETED_VALUE

      public static final int TRAINING_STATUS_COMPLETED_VALUE
      TRAINING_STATUS_COMPLETED = 3;
      See Also:
    • TRAINING_STATUS_FAILED_VALUE

      public static final int TRAINING_STATUS_FAILED_VALUE
      TRAINING_STATUS_FAILED = 4;
      See Also:
    • TRAINING_STATUS_CANCELED_VALUE

      public static final int TRAINING_STATUS_CANCELED_VALUE
      TRAINING_STATUS_CANCELED = 5;
      See Also:
    • TRAINING_STATUS_CANCELING_VALUE

      public static final int TRAINING_STATUS_CANCELING_VALUE
      TRAINING_STATUS_CANCELING = 6;
      See Also:
  • Method Details

    • values

      public static MlTraining.TrainingStatus[] 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

      public static MlTraining.TrainingStatus valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static MlTraining.TrainingStatus valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static MlTraining.TrainingStatus forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<MlTraining.TrainingStatus> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()