fineTuningJob
abstract suspend fun fineTuningJob(request: <Error class: unknown class>, requestOptions: <Error class: unknown class>? = null): <Error class: unknown class>
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: <Error class: unknown class>, requestOptions: <Error class: unknown class>? = null): <Error class: unknown class>?
Get info about a fine-tuning job.
Parameters
id
The ID of the fine-tuning job.
requestOptions
request options.