get_run: Get Run

View source: R/runs.R

get_runR Documentation

Get Run

Description

Gets metadata, params, tags, and metrics for a run. Returns a single value for each metric key: the most recently logged metric value at the largest step.

Usage

get_run(run_id = get_active_run_id(), client = mlflow_client())

Arguments

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

Metadata on the run, including the ID, the experiment_id, the status, etc.


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