finish
Mark a run as finished, and finish uploading all data.
finish(
exit_code: (int | None) = None,
quiet: (bool | None) = None
) -> None
This is used when creating multiple runs in the same process. We automatically call this method when your script exits.
Args | |
---|---|
exit_code | Set to something other than 0 to mark a run as failed |
quiet | Set to true to minimize log output |