Training Projects
Create training project
Upserts a training project with the specified metadata.
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.
Body
application/json
A request to upsert a training project.
The training project to upsert.
Response
200 - application/json
A response to upserting a training project.
The upserted training project.
cURL