set_tag: Set Tag

Description Usage Arguments

View source: R/runs.R

Description

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

Usage

1
set_tag(key, value, run_id = NULL, client = NULL)

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.


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