Package com.openai.models
Class FineTuningJobCreateParams.Hyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class FineTuningJobCreateParams.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.Hyperparameters.NEpochs.Visitor
-
Method Summary
Modifier and Type Method Description final Optional<JsonValue>auto()final Optional<Long>integer()final BooleanisAuto()final BooleanisInteger()final JsonValueasAuto()final LongasInteger()final Optional<JsonValue>_json()final <T extends Any> Taccept(FineTuningJobCreateParams.Hyperparameters.NEpochs.Visitor<T> visitor)final FineTuningJobCreateParams.Hyperparameters.NEpochsvalidate()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJobCreateParams.Hyperparameters.NEpochsofAuto()final static FineTuningJobCreateParams.Hyperparameters.NEpochsofInteger(Long integer)-
-
Method Detail
-
accept
final <T extends Any> T accept(FineTuningJobCreateParams.Hyperparameters.NEpochs.Visitor<T> visitor)
-
validate
final FineTuningJobCreateParams.Hyperparameters.NEpochs validate()
-
ofAuto
final static FineTuningJobCreateParams.Hyperparameters.NEpochs ofAuto()
-
ofInteger
final static FineTuningJobCreateParams.Hyperparameters.NEpochs ofInteger(Long integer)
-
-
-
-