Submit Fine Tune Job
POST/api/2/auto_eval/fine_tune_job/submit
Step 2 of 2: Submit the job configuration created by CreateFineTuneJob to initiate a job.
Request
- application/json
Body
jobId stringrequired
fineTuneJobConfig
object
required
The fine-tune job configuration.
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
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
jobId stringrequired
{
"jobId": "string"
}
Loading...