Class JobServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.finetuning.JobService 
public final class JobServiceImpl implements JobService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier 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.JobService
cancel, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
JobService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
JobService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
checkpoints
CheckpointService checkpoints()
 
- 
                                        
create
FineTuningJob create(JobCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
FineTuningJob retrieve(JobRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
list
JobListPage list(JobListParams params, RequestOptions requestOptions)
 
- 
                                        
cancel
FineTuningJob cancel(JobCancelParams params, RequestOptions requestOptions)
 
- 
                                        
listEvents
JobListEventsPage listEvents(JobListEventsParams params, RequestOptions requestOptions)
 
- 
                                        
pause
FineTuningJob pause(JobPauseParams params, RequestOptions requestOptions)
 
- 
                                        
resume
FineTuningJob resume(JobResumeParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -