Enum Class MlTraining.ModelFramework

java.lang.Object
java.lang.Enum<MlTraining.ModelFramework>
viam.app.mltraining.v1.MlTraining.ModelFramework
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<MlTraining.ModelFramework>, Constable
Enclosing class:
MlTraining

public static enum MlTraining.ModelFramework extends Enum<MlTraining.ModelFramework> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.mltraining.v1.ModelFramework
  • Enum Constant Details

  • Field Details

    • MODEL_FRAMEWORK_UNSPECIFIED_VALUE

      public static final int MODEL_FRAMEWORK_UNSPECIFIED_VALUE
      MODEL_FRAMEWORK_UNSPECIFIED = 0;
      See Also:
    • MODEL_FRAMEWORK_TFLITE_VALUE

      public static final int MODEL_FRAMEWORK_TFLITE_VALUE
      MODEL_FRAMEWORK_TFLITE = 1;
      See Also:
    • MODEL_FRAMEWORK_TENSORFLOW_VALUE

      public static final int MODEL_FRAMEWORK_TENSORFLOW_VALUE
      MODEL_FRAMEWORK_TENSORFLOW = 2;
      See Also:
    • MODEL_FRAMEWORK_PYTORCH_VALUE

      public static final int MODEL_FRAMEWORK_PYTORCH_VALUE
      MODEL_FRAMEWORK_PYTORCH = 3;
      See Also:
    • MODEL_FRAMEWORK_ONNX_VALUE

      public static final int MODEL_FRAMEWORK_ONNX_VALUE
      MODEL_FRAMEWORK_ONNX = 4;
      See Also:
  • Method Details

    • values

      public static MlTraining.ModelFramework[] 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.ModelFramework 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.ModelFramework 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.ModelFramework forNumber(int value)
    • internalGetValueMap

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

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