Class SupervisedHyperparameters
- 
                    
                    - All Implemented Interfaces:
 
 public final class SupervisedHyperparametersThe hyperparameters used for the fine-tuning job. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classSupervisedHyperparameters.BuilderA builder for SupervisedHyperparameters. public final classSupervisedHyperparameters.BatchSizeNumber of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance. public final classSupervisedHyperparameters.LearningRateMultiplierScaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting. public final classSupervisedHyperparameters.NEpochsThe number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        batchSizefinal Optional<SupervisedHyperparameters.BatchSize> batchSize() Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance. 
 - 
                                        learningRateMultiplierfinal Optional<SupervisedHyperparameters.LearningRateMultiplier> learningRateMultiplier() Scaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting. 
 - 
                                        nEpochsfinal Optional<SupervisedHyperparameters.NEpochs> nEpochs() The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. 
 - 
                                        _batchSizefinal JsonField<SupervisedHyperparameters.BatchSize> _batchSize() Returns the raw JSON value of batchSize. Unlike batchSize, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _learningRateMultiplierfinal JsonField<SupervisedHyperparameters.LearningRateMultiplier> _learningRateMultiplier() Returns the raw JSON value of learningRateMultiplier. Unlike learningRateMultiplier, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _nEpochsfinal JsonField<SupervisedHyperparameters.NEpochs> _nEpochs() Returns the raw JSON value of nEpochs. Unlike nEpochs, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal SupervisedHyperparameters.Builder toBuilder() 
 - 
                                        validatefinal SupervisedHyperparameters validate() 
 - 
                                        builderfinal static SupervisedHyperparameters.Builder builder() Returns a mutable builder for constructing an instance of SupervisedHyperparameters. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-