mlflow_runs_log_metric
Log a single metric to an MLflow run by specifying run ID, metric name, and value. Optionally include timestamp and step.
Instructions
Log a single metric (POST /api/2.0/mlflow/runs/log-metric).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| key | Yes | Metric name | |
| value | Yes | Metric value | |
| timestamp | No | Epoch ms | |
| step | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |