mlflow_runs_log_param
Log a key-value parameter to an MLflow run using run ID, key, and value.
Instructions
Log a single param (POST /api/2.0/mlflow/runs/log-param).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| key | Yes | Param name | |
| value | Yes | Param value (string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |