log-batch
Log multiple metrics, parameters, and tags to an MLflow run in a single batch operation, reducing the number of API calls needed.
Instructions
Log a batch of metrics, params, and tags to a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| metrics | No | ||
| params | No | ||
| tags | No |