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 class
JobServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description JobService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. JobService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CheckpointService
checkpoints()
FineTuningJob
create(JobCreateParams params, RequestOptions requestOptions)
FineTuningJob
retrieve(JobRetrieveParams params, RequestOptions requestOptions)
JobListPage
list(JobListParams params, RequestOptions requestOptions)
FineTuningJob
cancel(JobCancelParams params, RequestOptions requestOptions)
JobListEventsPage
listEvents(JobListEventsParams params, RequestOptions requestOptions)
FineTuningJob
pause(JobPauseParams params, RequestOptions requestOptions)
FineTuningJob
resume(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)
-
-
-
-