mlflow_set_tag: Set Tag

View source: R/tracking-runs.R

mlflow_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

mlflow_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

Run ID.

client

(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.