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(FineTuningJobCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.create.CompletableFuture<HttpResponseFor<FineTuningJob>>
retrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /fine_tuning/jobs/{fine_tuning_job_id}
, but is otherwise the same as JobServiceAsync.retrieve.CompletableFuture<HttpResponseFor<FineTuningJobListPageAsync>>
list(FineTuningJobListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.list.CompletableFuture<HttpResponseFor<FineTuningJob>>
cancel(FineTuningJobCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /fine_tuning/jobs/{fine_tuning_job_id}/cancel
, but is otherwise the same as JobServiceAsync.cancel.CompletableFuture<HttpResponseFor<FineTuningJobListEventsPageAsync>>
listEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobServiceAsync.listEvents.-
-
Method Detail
-
checkpoints
CheckpointServiceAsync.WithRawResponse checkpoints()
-
create
CompletableFuture<HttpResponseFor<FineTuningJob>> create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<FineTuningJob>> retrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}
, but is otherwise the same as JobServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<FineTuningJobListPageAsync>> list(FineTuningJobListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.list.
-
cancel
CompletableFuture<HttpResponseFor<FineTuningJob>> cancel(FineTuningJobCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /fine_tuning/jobs/{fine_tuning_job_id}/cancel
, but is otherwise the same as JobServiceAsync.cancel.
-
listEvents
CompletableFuture<HttpResponseFor<FineTuningJobListEventsPageAsync>> listEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobServiceAsync.listEvents.
-
-
-
-