get_run_metric
Retrieve the complete history of a specific metric for an MLflow run. Pass the run ID and metric name to get all recorded values over time.
Instructions
Get the full history of a specific metric for a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| metric_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |