Function create_fine_tuning_job

Source
pub fn create_fine_tuning_job<C, Fut, B, E>(
    client: C,
    request: &CreateFineTuningJobRequest,
) -> CreateFineTuningJob<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
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.

Learn more about fine-tuning