Skip to contents

Sets a tag on an experiment. Experiment tags are metadata that can be updated.

Sets a tag on a run. Tags are run metadata that can be updated during a run and after a run completes.

Usage

set_experiment_tag(client, key, value, run_id = NULL, run_uuid = NULL)

experimentsSetExperimentTag(client, experiment_id, key, value)

set_experiment_tag(client, key, value, run_id = NULL, run_uuid = NULL)

experimentsSetTag(client, key, value, run_id = NULL, run_uuid = NULL)

Arguments

client

Required. Instance of DatabricksClient()

key

Required. Name of the tag.

value

Required. String value of the tag being logged.

run_id

ID of the run under which to log the tag.

run_uuid

Deprecated, use run_id instead. ID of the run under which to log the tag.

experiment_id

Required. ID of the experiment under which to log the tag.