log-metric
Log a metric value to an MLflow run by specifying metric name, value, and run ID. Optionally include timestamp and step.
Instructions
Log a single metric value to a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| key | Yes | Metric name | |
| value | Yes | Metric value | |
| timestamp | No | Unix timestamp ms (defaults to now) | |
| step | No | Step at which metric was recorded |