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)
-
-
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)
-
-
-
-