set_run_tag
Assign a tag to an MLflow run to annotate it for review or mark the best model. Use run ID, key, and value to add metadata.
Instructions
Set a tag on a run (e.g. annotate best model, flag for review).
Args: run_id: The run ID to tag. key: Tag key, e.g. 'best_model', 'reviewed_by'. value: Tag value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| run_id | Yes |