Class JobServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
public final class JobServiceAsyncImpl.WithRawResponseImpl implements JobServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CheckpointServiceAsync.WithRawResponse
checkpoints()
CompletableFuture<HttpResponseFor<FineTuningJob>>
create(JobCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<FineTuningJob>>
retrieve(JobRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<JobListPageAsync>>
list(JobListParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<FineTuningJob>>
cancel(JobCancelParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<JobListEventsPageAsync>>
listEvents(JobListEventsParams params, RequestOptions requestOptions)
-
-
Method Detail
-
checkpoints
CheckpointServiceAsync.WithRawResponse checkpoints()
-
create
CompletableFuture<HttpResponseFor<FineTuningJob>> create(JobCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FineTuningJob>> retrieve(JobRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<JobListPageAsync>> list(JobListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<FineTuningJob>> cancel(JobCancelParams params, RequestOptions requestOptions)
-
listEvents
CompletableFuture<HttpResponseFor<JobListEventsPageAsync>> listEvents(JobListEventsParams params, RequestOptions requestOptions)
-
-
-
-