set_tag: Set Tag

View source: R/runs.R

set_tagR Documentation

Set Tag

Description

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

Usage

set_tag(key, value, run_id = get_active_run_id(), client = mlflow_client())

Arguments

key

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

value

String value of the tag being logged. Maximum size is 500 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.