delete_run | R Documentation |
Deletes the run with the specified ID.
delete_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 |
No return value. Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.