Package com.openai.models
Class FineTuningJob.Hyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class FineTuningJob.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 interfaceFineTuningJob.Hyperparameters.NEpochs.Visitorpublic final classFineTuningJob.Hyperparameters.NEpochs.Deserializerpublic final classFineTuningJob.Hyperparameters.NEpochs.Serializerpublic final classFineTuningJob.Hyperparameters.NEpochs.Behavior
-
Method Summary
Modifier and Type Method Description final Optional<FineTuningJob.Hyperparameters.NEpochs.Behavior>behavior()final Optional<Long>integer()final BooleanisBehavior()final BooleanisInteger()final FineTuningJob.Hyperparameters.NEpochs.BehaviorasBehavior()final LongasInteger()final Optional<JsonValue>_json()final <T extends Any> Taccept(FineTuningJob.Hyperparameters.NEpochs.Visitor<T> visitor)final FineTuningJob.Hyperparameters.NEpochsvalidate()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FineTuningJob.Hyperparameters.NEpochsofBehavior(FineTuningJob.Hyperparameters.NEpochs.Behavior behavior)final static FineTuningJob.Hyperparameters.NEpochsofInteger(Long integer)-
-
Method Detail
-
behavior
final Optional<FineTuningJob.Hyperparameters.NEpochs.Behavior> behavior()
-
isBehavior
final Boolean isBehavior()
-
asBehavior
final FineTuningJob.Hyperparameters.NEpochs.Behavior asBehavior()
-
accept
final <T extends Any> T accept(FineTuningJob.Hyperparameters.NEpochs.Visitor<T> visitor)
-
validate
final FineTuningJob.Hyperparameters.NEpochs validate()
-
ofBehavior
final static FineTuningJob.Hyperparameters.NEpochs ofBehavior(FineTuningJob.Hyperparameters.NEpochs.Behavior behavior)
-
ofInteger
final static FineTuningJob.Hyperparameters.NEpochs ofInteger(Long integer)
-
-
-
-