Training Projects
Create a team training project
Upserts a training project with the specified metadata for a team.
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 upsert a training project.
The training project to upsert.
Response
200 - application/json
A response to upserting a training project.
The upserted training project.
Previous
Get training project cache summaryGet the cache summary for the most recent training job in the project.
Next
cURL