Class JobServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.finetuning.JobServiceAsync
 
 public final class JobServiceAsyncImpl implements JobServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classJobServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.finetuning.JobServiceAsynccancel, 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- 
                                        withRawResponseJobServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsJobServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        checkpointsCheckpointServiceAsync checkpoints() 
 - 
                                        createCompletableFuture<FineTuningJob> create(JobCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<FineTuningJob> retrieve(JobRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<JobListPageAsync> list(JobListParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<FineTuningJob> cancel(JobCancelParams params, RequestOptions requestOptions) 
 - 
                                        listEventsCompletableFuture<JobListEventsPageAsync> listEvents(JobListEventsParams params, RequestOptions requestOptions) 
 - 
                                        pauseCompletableFuture<FineTuningJob> pause(JobPauseParams params, RequestOptions requestOptions) 
 - 
                                        resumeCompletableFuture<FineTuningJob> resume(JobResumeParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-