set_run_tag
Set a tag on an MLflow run to annotate it with metadata, such as marking the best model or flagging for review.
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 |
|---|---|---|---|
| run_id | Yes | ||
| key | Yes | ||
| value | Yes |