Class JobServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
 
 public final class JobServiceAsyncImpl.WithRawResponseImpl implements JobServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.finetuning.JobServiceAsync.WithRawResponsecancel, cancel, cancel, cancel, cancel, create, list, list, list, listEvents, listEvents, listEvents, listEvents, listEvents, pause, pause, pause, pause, pause, resume, resume, resume, resume, resume, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsJobServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        checkpointsCheckpointServiceAsync.WithRawResponse checkpoints() 
 - 
                                        createCompletableFuture<HttpResponseFor<FineTuningJob>> create(JobCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<FineTuningJob>> retrieve(JobRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<JobListPageAsync>> list(JobListParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<HttpResponseFor<FineTuningJob>> cancel(JobCancelParams params, RequestOptions requestOptions) 
 - 
                                        listEventsCompletableFuture<HttpResponseFor<JobListEventsPageAsync>> listEvents(JobListEventsParams params, RequestOptions requestOptions) 
 - 
                                        pauseCompletableFuture<HttpResponseFor<FineTuningJob>> pause(JobPauseParams params, RequestOptions requestOptions) 
 - 
                                        resumeCompletableFuture<HttpResponseFor<FineTuningJob>> resume(JobResumeParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-