{ "job_id": "<string>", "changes_summary": { "criteria_modifications": [ {} ], "performance_improvements": {}, "model_updates": {} }, "before_after_comparison": {}, "generated_at": {} }
Get summary of changes made during training
Show changes properties
curl -X GET https://api.judge.example.com/jobs/train_job_123/change-summary \ -H "Authorization: Bearer YOUR_API_KEY"