get_param: Get a parameter for a run

View source: R/runs.R

get_paramR Documentation

Get a parameter for a run

Description

Get a parameter for a run

Usage

get_param(param, run_id = get_active_run_id(), client = mlflow_client())

Arguments

param

The parameter 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 parameter


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