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
base Model
The base model to tune.
training Dataset
The training dataset to use for tuning.
config
A CreateTuningJobConfig for configuring the create request.