Skip to main content

FineTuneJobConfig

    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