Class JobServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.fineTuning.JobService
public final class JobServiceImpl implements JobService
-
-
Method Summary
Modifier and Type Method Description CheckpointService
checkpoints()
FineTuningJob
create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Creates a fine-tuning job which begins the process of creating a new model from a given dataset. FineTuningJob
retrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)
Get info about a fine-tuning job. FineTuningJobListPage
list(FineTuningJobListParams params, RequestOptions requestOptions)
List your organization's fine-tuning jobs FineTuningJob
cancel(FineTuningJobCancelParams params, RequestOptions requestOptions)
Immediately cancel a fine-tune job. FineTuningJobListEventsPage
listEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)
Get status updates for a fine-tuning job. -
-
Method Detail
-
checkpoints
CheckpointService checkpoints()
-
create
FineTuningJob create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Creates a fine-tuning job which begins the process of creating a new model from a given dataset.
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.
-
retrieve
FineTuningJob retrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)
Get info about a fine-tuning job.
-
list
FineTuningJobListPage list(FineTuningJobListParams params, RequestOptions requestOptions)
List your organization's fine-tuning jobs
-
cancel
FineTuningJob cancel(FineTuningJobCancelParams params, RequestOptions requestOptions)
Immediately cancel a fine-tune job.
-
listEvents
FineTuningJobListEventsPage listEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)
Get status updates for a fine-tuning job.
-
-
-
-