CreateFineTuneJobRequest
Create a new Fine Tune Job Initialized with the provided configuration parameters.
fineTuneJobConfig
object
required
Partial configuration with parameters for the fine-tune job.
name string
Optional name for the job.
description string
Optional description for the job.
baselineModelId stringrequired
The ID for the model used as the starting point for training.
trainDatasetId stringrequired
The dataset to use for training, with splits baked in or to be derived dynamically
testDatasetId stringrequired
The dataset to use for an unbiased evaluation of the model
selectedColumns string[]required