Class JobServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.fineTuning.JobService.WithRawResponse
public final class JobServiceImpl.WithRawResponseImpl implements JobService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CheckpointService.WithRawResponse
checkpoints()
HttpResponseFor<FineTuningJob>
create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /fine_tuning/jobs
, but is otherwise the same as JobService.create.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 JobService.retrieve.HttpResponseFor<FineTuningJobListPage>
list(FineTuningJobListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /fine_tuning/jobs
, but is otherwise the same as JobService.list.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 JobService.cancel.HttpResponseFor<FineTuningJobListEventsPage>
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 JobService.listEvents.-
-
Method Detail
-
checkpoints
CheckpointService.WithRawResponse checkpoints()
-
create
HttpResponseFor<FineTuningJob> create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /fine_tuning/jobs
, but is otherwise the same as JobService.create.
-
retrieve
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 JobService.retrieve.
-
list
HttpResponseFor<FineTuningJobListPage> list(FineTuningJobListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobService.list.
-
cancel
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 JobService.cancel.
-
listEvents
HttpResponseFor<FineTuningJobListEventsPage> 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 JobService.listEvents.
-
-
-
-