set_experiment_tag: Set Experiment Tag

View source: R/experiments.R

set_experiment_tagR Documentation

Set Experiment Tag

Description

Sets a tag on an experiment with the specified ID. Tags are experiment metadata that can be updated.

Usage

set_experiment_tag(
  key,
  value,
  experiment_id = get_active_experiment_id(),
  client = mlflow_client()
)

Arguments

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 MLFLOW_TRACKING_URI environment variable.

Value

No return value. Called for side effects.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.