Package com.openai.services.blocking
        Interface FineTuningService
- 
                    
                    - All Implemented Interfaces:
 
 public interface FineTuningService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceFineTuningService.WithRawResponseA view of FineTuningService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract FineTuningService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract FineTuningServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract MethodServicemethods()abstract JobServicejobs()abstract CheckpointServicecheckpoints()abstract AlphaServicealpha()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract FineTuningService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract FineTuningService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        methodsabstract MethodService methods() 
 - 
                                        jobsabstract JobService jobs() 
 - 
                                        checkpointsabstract CheckpointService checkpoints() 
 - 
                                        alphaabstract AlphaService alpha() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-