Interface JobService
- 
                    
                    - All Implemented Interfaces:
 
 public interface JobService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceJobService.WithRawResponseA view of JobService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract JobService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract JobService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        checkpointsabstract CheckpointService checkpoints() 
 - 
                                        createFineTuningJob create(JobCreateParams params) Creates a fine-tuning job which begins the process of creating a new model from a given dataset. Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete. 
 - 
                                        createabstract FineTuningJob create(JobCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveFineTuningJob retrieve(String fineTuningJobId) Get info about a fine-tuning job. 
 - 
                                        retrieveFineTuningJob retrieve(String fineTuningJobId, JobRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveFineTuningJob retrieve(String fineTuningJobId, JobRetrieveParams params) 
 - 
                                        retrieveabstract FineTuningJob retrieve(JobRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveFineTuningJob retrieve(JobRetrieveParams params) 
 - 
                                        retrieveFineTuningJob retrieve(String fineTuningJobId, RequestOptions requestOptions) 
 - 
                                        listJobListPage list() List your organization's fine-tuning jobs 
 - 
                                        listabstract JobListPage list(JobListParams params, RequestOptions requestOptions) 
 - 
                                        listJobListPage list(JobListParams params) 
 - 
                                        listJobListPage list(RequestOptions requestOptions) 
 - 
                                        cancelFineTuningJob cancel(String fineTuningJobId) Immediately cancel a fine-tune job. 
 - 
                                        cancelFineTuningJob cancel(String fineTuningJobId, JobCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelFineTuningJob cancel(String fineTuningJobId, JobCancelParams params) 
 - 
                                        cancelabstract FineTuningJob cancel(JobCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelFineTuningJob cancel(JobCancelParams params) 
 - 
                                        cancelFineTuningJob cancel(String fineTuningJobId, RequestOptions requestOptions) 
 - 
                                        listEventsJobListEventsPage listEvents(String fineTuningJobId) Get status updates for a fine-tuning job. 
 - 
                                        listEventsJobListEventsPage listEvents(String fineTuningJobId, JobListEventsParams params, RequestOptions requestOptions) 
 - 
                                        listEventsJobListEventsPage listEvents(String fineTuningJobId, JobListEventsParams params) 
 - 
                                        listEventsabstract JobListEventsPage listEvents(JobListEventsParams params, RequestOptions requestOptions) 
 - 
                                        listEventsJobListEventsPage listEvents(JobListEventsParams params) 
 - 
                                        listEventsJobListEventsPage listEvents(String fineTuningJobId, RequestOptions requestOptions) 
 - 
                                        pauseFineTuningJob pause(String fineTuningJobId) Pause a fine-tune job. 
 - 
                                        pauseFineTuningJob pause(String fineTuningJobId, JobPauseParams params, RequestOptions requestOptions) 
 - 
                                        pauseFineTuningJob pause(String fineTuningJobId, JobPauseParams params) 
 - 
                                        pauseabstract FineTuningJob pause(JobPauseParams params, RequestOptions requestOptions) 
 - 
                                        pauseFineTuningJob pause(JobPauseParams params) 
 - 
                                        pauseFineTuningJob pause(String fineTuningJobId, RequestOptions requestOptions) 
 - 
                                        resumeFineTuningJob resume(String fineTuningJobId) Resume a fine-tune job. 
 - 
                                        resumeFineTuningJob resume(String fineTuningJobId, JobResumeParams params, RequestOptions requestOptions) 
 - 
                                        resumeFineTuningJob resume(String fineTuningJobId, JobResumeParams params) 
 - 
                                        resumeabstract FineTuningJob resume(JobResumeParams params, RequestOptions requestOptions) 
 - 
                                        resumeFineTuningJob resume(JobResumeParams params) 
 - 
                                        resumeFineTuningJob resume(String fineTuningJobId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-