Wait for the run to reach a terminal state. Typically called
after submitting an experiment run with submit_experiment()
.
wait_for_run_completion(run, show_output = TRUE)
Arguments
run |
The Run object. |
show_output |
If TRUE , print verbose output to console. |
Value
None
See also