tune

public TuningJob tune(String baseModel, TuningDataset trainingDataset, CreateTuningJobConfig config)

Makes an API request to create a supervised fine-tuning job.

This method is experimental.

Return

A TuningJob object.

Parameters

baseModel

The base model to tune.

trainingDataset

The training dataset to use for tuning.

config

A CreateTuningJobConfig for configuring the create request.