delete_tag: Delete Tag

Description Usage Arguments

View source: R/runs.R

Description

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

Usage

1
delete_tag(key, run_id = NULL, client = NULL)

Arguments

key

Name of the tag. Maximum size is 255 bytes. This field is required.

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.