Get the uploaded training job as a S3 Artifact
cURL
curl --request GET \ --url https://api.baseten.co/v1/training_projects/{training_project_id}/jobs/{training_job_id}/download \ --header "Authorization: Api-Key $BASETEN_API_KEY"
{ "artifact_presigned_urls": [ "<string>" ] }
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A response that includes the artifacts for a training job
Was this page helpful?