Enum Class Purpose

java.lang.Object
java.lang.Enum<Purpose>
io.github.stefanbratanov.jvm.openai.Purpose
All Implemented Interfaces:
Serializable, Comparable<Purpose>, Constable

public enum Purpose extends Enum<Purpose>
The intended purpose of a file
  • Enum Constant Details

    • ASSISTANTS

      public static final Purpose ASSISTANTS
    • BATCH

      public static final Purpose BATCH
    • FINE_TUNE

      public static final Purpose FINE_TUNE
    • VISION

      public static final Purpose VISION
  • Method Details

    • values

      public static Purpose[] 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 Purpose 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
    • getId

      public String getId()