Class DpoMethod
- 
                    
                    - All Implemented Interfaces:
 
 public final class DpoMethodConfiguration for the DPO fine-tuning method. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classDpoMethod.BuilderA builder for DpoMethod. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<DpoHyperparameters>hyperparameters()The hyperparameters used for the DPO fine-tuning job. final JsonField<DpoHyperparameters>_hyperparameters()Returns the raw JSON value of hyperparameters. final Map<String, JsonValue>_additionalProperties()final DpoMethod.BuildertoBuilder()final DpoMethodvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DpoMethod.Builderbuilder()Returns a mutable builder for constructing an instance of DpoMethod. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        hyperparametersfinal Optional<DpoHyperparameters> hyperparameters() The hyperparameters used for the DPO fine-tuning job. 
 - 
                                        _hyperparametersfinal JsonField<DpoHyperparameters> _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 DpoMethod.Builder toBuilder() 
 - 
                                        builderfinal static DpoMethod.Builder builder() Returns a mutable builder for constructing an instance of DpoMethod. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-