Class JobServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.JobServiceAsync
public final class JobServiceAsyncImpl implements JobServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
JobServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description JobServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CheckpointServiceAsync
checkpoints()
CompletableFuture<FineTuningJob>
create(JobCreateParams params, RequestOptions requestOptions)
CompletableFuture<FineTuningJob>
retrieve(JobRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<JobListPageAsync>
list(JobListParams params, RequestOptions requestOptions)
CompletableFuture<FineTuningJob>
cancel(JobCancelParams params, RequestOptions requestOptions)
CompletableFuture<JobListEventsPageAsync>
listEvents(JobListEventsParams params, RequestOptions requestOptions)
CompletableFuture<FineTuningJob>
pause(JobPauseParams params, RequestOptions requestOptions)
CompletableFuture<FineTuningJob>
resume(JobResumeParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.async.finetuning.JobServiceAsync
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
JobServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkpoints
CheckpointServiceAsync checkpoints()
-
create
CompletableFuture<FineTuningJob> create(JobCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FineTuningJob> retrieve(JobRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<JobListPageAsync> list(JobListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<FineTuningJob> cancel(JobCancelParams params, RequestOptions requestOptions)
-
listEvents
CompletableFuture<JobListEventsPageAsync> listEvents(JobListEventsParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<FineTuningJob> pause(JobPauseParams params, RequestOptions requestOptions)
-
resume
CompletableFuture<FineTuningJob> resume(JobResumeParams params, RequestOptions requestOptions)
-
-
-
-