Class JobServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.finetuning.JobService
 
 public final class JobServiceImpl implements JobService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classJobServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description JobService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. JobServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CheckpointServicecheckpoints()FineTuningJobcreate(JobCreateParams params, RequestOptions requestOptions)FineTuningJobretrieve(JobRetrieveParams params, RequestOptions requestOptions)JobListPagelist(JobListParams params, RequestOptions requestOptions)FineTuningJobcancel(JobCancelParams params, RequestOptions requestOptions)JobListEventsPagelistEvents(JobListEventsParams params, RequestOptions requestOptions)FineTuningJobpause(JobPauseParams params, RequestOptions requestOptions)FineTuningJobresume(JobResumeParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.finetuning.JobServicecancel, 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- 
                                        withRawResponseJobService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsJobService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        checkpointsCheckpointService checkpoints() 
 - 
                                        createFineTuningJob create(JobCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveFineTuningJob retrieve(JobRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listJobListPage list(JobListParams params, RequestOptions requestOptions) 
 - 
                                        cancelFineTuningJob cancel(JobCancelParams params, RequestOptions requestOptions) 
 - 
                                        listEventsJobListEventsPage listEvents(JobListEventsParams params, RequestOptions requestOptions) 
 - 
                                        pauseFineTuningJob pause(JobPauseParams params, RequestOptions requestOptions) 
 - 
                                        resumeFineTuningJob resume(JobResumeParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-