Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
更新与 Fastino 训练任务关联的显示名称。
curl -X PATCH https://api.fastino.ai/v1/training-jobs/YOUR_TRAINING_JOB_ID/model-name \ -H "X-API-Key: $FASTINO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model_name": "my-model-name"}'
{ "success": true, "message": "Model name updated", "job_id": "YOUR_TRAINING_JOB_ID", "model_name": "my-model-name" }
PATCH /v1/training-jobs/{job_id}/model-name
422
404
此页面对您有帮助吗?