get_training_job_result
Fetch training job artifacts as hosted URLs for checkpoints, config, and samples. Use during or after job completion to recover outputs and feed checkpoints to run_model for inference.
Instructions
Fetch a training job's artifacts as hosted URLs.
Backs ``GET /prod/v1/trainers/ai-toolkit/jobs/{job_id}/result``.
Returns checkpoints (``.safetensors``), the resolved config, and
sample outputs. Safe to call while the job is still ``RUNNING`` —
the artifact list grows over time — and after a ``FAILED`` or
``CANCELED`` job to recover whatever was produced.
Feed a checkpoint URL to ``run_model`` as
``{"lora": {"path": "<url>"}}`` to run inference on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |