Sets a tag on an experiment with the specified ID. Tags are experiment metadata that can be updated.
1 | set_experiment_tag(key, value, experiment_id = NULL, client = NULL)
|
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. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.