Class DpoHyperparameters.NEpochs
-
- All Implemented Interfaces:
public final class DpoHyperparameters.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 interfaceDpoHyperparameters.NEpochs.VisitorAn interface that defines how to map each variant of NEpochs to a value of type T.
-
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(DpoHyperparameters.NEpochs.Visitor<T> visitor)final DpoHyperparameters.NEpochsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DpoHyperparameters.NEpochsofAuto()final static DpoHyperparameters.NEpochsofInteger(Long integer)-
-
Method Detail
-
accept
final <T extends Any> T accept(DpoHyperparameters.NEpochs.Visitor<T> visitor)
-
validate
final DpoHyperparameters.NEpochs validate()
-
ofAuto
final static DpoHyperparameters.NEpochs ofAuto()
-
ofInteger
final static DpoHyperparameters.NEpochs ofInteger(Long integer)
-
-
-
-