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