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
-
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.
-
withOptions
JobServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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)
-
-
-
-