delete_tag: Delete Tag

View source: R/runs.R

delete_tagR Documentation

Delete Tag

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

delete_tag(key, run_id = get_active_run_id(), client = mlflow_client())

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.

Value

No return value. Called for side effects.


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