set_experiment_tag | R Documentation |
Sets a tag on an experiment with the specified ID. Tags are experiment metadata that can be updated.
set_experiment_tag(
key,
value,
experiment_id = get_active_experiment_id(),
client = mlflow_client()
)
key |
Name of the tag. All storage backends are guaranteed to support key values up to 250 bytes in size. This field is required. |
value |
String value of the tag being logged. All storage backends are guaranteed to support key values up to 5000 bytes in size. This field is required. |
experiment_id |
ID of the experiment. |
client |
An MLFlow client. If not provided, the client is sourced from the |
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.