Package com.openai.services.blocking
        Class FineTuningServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.FineTuningService 
public final class FineTuningServiceImpl implements FineTuningService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFineTuningServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description FineTuningService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FineTuningServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. MethodServicemethods()JobServicejobs()CheckpointServicecheckpoints()AlphaServicealpha()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
FineTuningService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
FineTuningService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
methods
MethodService methods()
 
- 
                                        
jobs
JobService jobs()
 
- 
                                        
checkpoints
CheckpointService checkpoints()
 
- 
                                        
alpha
AlphaService alpha()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -