Package com.openai.services.blocking
        Interface FineTuningService.WithRawResponse
- 
                    
                    
- All Implemented Interfaces:
 
public interface FineTuningService.WithRawResponseA view of FineTuningService that provides access to raw HTTP responses for each method.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description abstract FineTuningService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract MethodService.WithRawResponsemethods()abstract JobService.WithRawResponsejobs()abstract CheckpointService.WithRawResponsecheckpoints()abstract AlphaService.WithRawResponsealpha()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
abstract FineTuningService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
methods
abstract MethodService.WithRawResponse methods()
 
- 
                                        
jobs
abstract JobService.WithRawResponse jobs()
 
- 
                                        
checkpoints
abstract CheckpointService.WithRawResponse checkpoints()
 
- 
                                        
alpha
abstract AlphaService.WithRawResponse alpha()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -