get_run | R Documentation |
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.
get_run(run_id = get_active_run_id(), client = mlflow_client())
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
Metadata on the run, including the ID, the experiment_id
, the status
, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.