Training Jobs
Get training job checkpoint files
Get presigned URLs for all checkpoint files for a training job.
GET
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.
Query Parameters
Max files per page (default 1000).
Required range:
x >= 1Offset into the file list (default 0).
Required range:
x >= 0Response
200 - application/json
A response to fetch presigned URLs for checkpoint files of a training job.
cURL