mlflow_client_restore_run: Restore a Run
Usage
mlflow_client_restore_run(client, run_id)
Arguments
client
An `mlflow_client` object.
Details
The Tracking Client family of functions require an MLflow client to be
specified explicitly. These functions allow for greater control of where the
operations take place in terms of services and runs, but are more verbose
compared to the Fluent API.