Training Jobs
Create training job
Creates a training job with the specified configuration.
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Path Parameters
Body
application/json
A request to create a training job.
The training job to create.
Response
200 - application/json
A response to creating a training job.
The created training job.
Previous
Loops API referenceHTTP routes for Loops sessions, runs, samplers, checkpoints, and deployments.
Next
cURL