Endpoints
Rename a trained model
Update the display name associated with a Fastino training job.
PATCH
PATCH /v1/training-jobs/{job_id}/model-name
Updates the model name on a training job.
Request
string
required
Your Fastino API key.
string
required
Training-job UUID.
string
required
New model name. Length: 1–64 characters. Use letters, numbers, hyphens, or underscores.
Response
422. An unknown or inaccessible job returns 404.
