fineTune

abstract suspend fun fineTune(request: FineTuneRequest): FineTune

Deprecated

Use FineTuning instead.

Creates a job that fine-tunes a specified 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.


abstract suspend fun fineTune(fineTuneId: FineTuneId): FineTune?

Deprecated

Use FineTuning instead.

Gets info about to fine-tune job.