set_experiment_tag
Assign a tag to an MLflow experiment using its ID, a key, and a value to organize or annotate experiments.
Instructions
Set a tag on an experiment.
Args: experiment_id: The experiment ID to tag. key: Tag key, e.g. 'team', 'status'. value: Tag value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes | ||
| key | Yes | ||
| value | Yes |