end_run: End a Run

Description Usage Arguments

View source: R/runs.R

Description

Terminates a run. Attempts to end the current active run if run_id is not specified.

Usage

1
2
3
4
5
6
end_run(
  status = c("FINISHED", "FAILED", "KILLED"),
  end_time = NULL,
  run_id = NULL,
  client = NULL
)

Arguments

status

Updated status of the run. Defaults to FINISHED. Can also be set to "FAILED" or "KILLED".

end_time

Unix timestamp of when the run ended in milliseconds.

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.