Class SupervisedMethod
- 
                    
                    - All Implemented Interfaces:
 
 public final class SupervisedMethodConfiguration for the supervised fine-tuning method. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classSupervisedMethod.BuilderA builder for SupervisedMethod. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<SupervisedHyperparameters>hyperparameters()The hyperparameters used for the fine-tuning job. final JsonField<SupervisedHyperparameters>_hyperparameters()Returns the raw JSON value of hyperparameters. final Map<String, JsonValue>_additionalProperties()final SupervisedMethod.BuildertoBuilder()final SupervisedMethodvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SupervisedMethod.Builderbuilder()Returns a mutable builder for constructing an instance of SupervisedMethod. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        hyperparametersfinal Optional<SupervisedHyperparameters> hyperparameters() The hyperparameters used for the fine-tuning job. 
 - 
                                        _hyperparametersfinal JsonField<SupervisedHyperparameters> _hyperparameters() Returns the raw JSON value of hyperparameters. Unlike hyperparameters, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal SupervisedMethod.Builder toBuilder() 
 - 
                                        validatefinal SupervisedMethod validate() 
 - 
                                        builderfinal static SupervisedMethod.Builder builder() Returns a mutable builder for constructing an instance of SupervisedMethod. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-