Skip to contents

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

Usage

delete_experiment_tag(client, run_id, key)

experimentsDeleteTag(client, run_id, key)

Arguments

client

Required. Instance of DatabricksClient()

run_id

Required. ID of the run that the tag was logged under.

key

Required. Name of the tag.