mlflow_runs_log_batch
Log multiple metrics, parameters, and tags for a Databricks MLflow run in a single API call, reducing network overhead and improving efficiency.
Instructions
Log many metrics/params/tags in one call
(POST /api/2.0/mlflow/runs/log-batch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| metrics | No | ||
| params | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |