Endpoints
Deploy a training checkpoint
Deploy a saved Fastino training checkpoint to hosted inference.
POST
POST /v1/training-jobs/{job_id}/checkpoints/{checkpoint_id}/deploy
Deploys one deployable checkpoint to the hosted multi-model inference endpoint.
Request
string
required
Your Fastino API key.
string
required
Training-job UUID.
string
required
Checkpoint ID returned by the checkpoint-list endpoint.
Response
404. A checkpoint that is not deployable returns a request-specific 4xx error.
