pub fn create_fine_tuning_job<C, Fut, B, E>(
client: C,
request: &CreateFineTuningJobRequest,
) -> CreateFineTuningJob<Fut, B, E> ⓘ
Expand description
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.