get_metric: Get the most recent value of a metric for a run

View source: R/runs.R

get_metricR Documentation

Get the most recent value of a metric for a run

Description

Get the most recent value of a metric for a run

Usage

get_metric(metric_key, run_id = get_active_run_id(), client = mlflow_client())

Arguments

metric_key

The metric key to get

run_id

The run ID to get the metric for. Defaults to the active run

client

An MLFlow client. Autogenerated if missing.

Value

The value of the metric


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