fineTuningJob

abstract suspend fun fineTuningJob(request: FineTuningRequest, requestOptions: RequestOptions? = null): FineTuningJob

Creates a job that fine-tunes a specified model from a given dataset.

The response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.

Parameters

request

fine-tuning request.

requestOptions

request options.


abstract suspend fun fineTuningJob(id: FineTuningId, requestOptions: RequestOptions? = null): FineTuningJob?

Get info about a fine-tuning job.

Parameters

id

The ID of the fine-tuning job.

requestOptions

request options.