Finalize a Run
dbnl.close_run(
*,
run: ,
) -> None:
Mark the specified dbnl Run status as completed. Once a Run is marked as closed, it can no longer be used for reporting Results.
run
The dbnl Run to be finalized.
import dbnl
dbnl.login()
dbnl.close_run(run=my_run)
Loading...
Loading...
Loading...