end_run | R Documentation |
Terminates a run. Attempts to end the current active run if run_id
is not specified.
end_run(
status = c("FINISHED", "FAILED", "KILLED"),
run_id = get_active_run_id(),
client = mlflow_client()
)
status |
Updated status of the run. Defaults to |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
Metadata on the newly-ended run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.