dashai_get_run
Retrieve the configuration and metrics for a completed training run. Use after a job finishes to get model parameters, status, and per-split metrics.
Instructions
Returns the configuration and metrics of a training run.
This is where results are read once dashai_job_status says finished. If
the run did not finish, the metrics will come back empty — that is not an
error.
Args: params (GetRun): contains: - run_id (int): run id
Returns: str: JSON with the full run: model parameters, status and metrics per split (train / validation / test).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |