dashai_get_run
Retrieve the configuration, status, and evaluation metrics of a completed training run. Get model parameters and per-split metrics (train/validation/test) to analyze results.
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 |