Given the associated experiment and run ID, return the run object for a previously submitted/tracked run.

get_run(experiment, run_id)

Arguments

experiment

The Experiment object.

run_id

A string of the run ID for the run.

Value

The Run object.