delete_tag | R Documentation |
Deletes a tag on a run. This is irreversible. Tags are run metadata that can be updated during a run and after a run completes.
delete_tag(key, run_id = get_active_run_id(), client = mlflow_client())
key |
Name of the tag. Maximum size is 255 bytes. This field is required. |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
No return value. Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.