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 SummaryModifier 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- 
                                        withOptionsabstract 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. 
 - 
                                        methodsabstract MethodService.WithRawResponse methods() 
 - 
                                        jobsabstract JobService.WithRawResponse jobs() 
 - 
                                        checkpointsabstract CheckpointService.WithRawResponse checkpoints() 
 - 
                                        alphaabstract AlphaService.WithRawResponse alpha() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-