Package com.openai.models
Class FineTuningJobCreateParams.Integration.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FineTuningJobCreateParams.Integration.Type implements EnumThe type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFineTuningJobCreateParams.Integration.Type.Knownpublic enumFineTuningJobCreateParams.Integration.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FineTuningJobCreateParams.Integration.TypeWANDB
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final FineTuningJobCreateParams.Integration.Type.Valuevalue()final FineTuningJobCreateParams.Integration.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJobCreateParams.Integration.Typeof(String value)-
-
Method Detail
-
value
final FineTuningJobCreateParams.Integration.Type.Value value()
-
known
final FineTuningJobCreateParams.Integration.Type.Known known()
-
of
final static FineTuningJobCreateParams.Integration.Type of(String value)
-
-
-
-