Package com.openai.models
Class FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochsThe number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Visitorpublic final classFineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Deserializerpublic final classFineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Serializer
-
Method Summary
Modifier and Type Method Description final Optional<JsonValue>auto()final Optional<Long>manual()final BooleanisAuto()final BooleanisManual()final JsonValueasAuto()final LongasManual()final Optional<JsonValue>_json()final <T extends Any> Taccept(FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Visitor<T> visitor)final FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochsvalidate()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochsofAuto()final static FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochsofManual(Long manual)-
-
Method Detail
-
accept
final <T extends Any> T accept(FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Visitor<T> visitor)
-
ofAuto
final static FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs ofAuto()
-
ofManual
final static FineTuningJobCreateParams.Method.Supervised.Hyperparameters.NEpochs ofManual(Long manual)
-
-
-
-