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 \ -H "X-API-Key: $FASTINO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"project_id": "YOUR_PROJECT_ID"}'
{ "success": true, "message": "Training job project updated" }
PATCH /v1/training-jobs/{job_id}
project_id
null
200
success
message
422
4xx
此页面对您有帮助吗?