Package com.openai.models
Class FineTuningJob.Method.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FineTuningJob.Method.Type implements EnumThe type of method. Is either
supervisedordpo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFineTuningJob.Method.Type.Knownpublic enumFineTuningJob.Method.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FineTuningJob.Method.TypeSUPERVISEDpublic final static FineTuningJob.Method.TypeDPO
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final FineTuningJob.Method.Type.Valuevalue()final FineTuningJob.Method.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJob.Method.Typeof(String value)-
-
Method Detail
-
value
final FineTuningJob.Method.Type.Value value()
-
known
final FineTuningJob.Method.Type.Known known()
-
of
final static FineTuningJob.Method.Type of(String value)
-
-
-
-