Skip to main content

Neuralk.datasets.wait_until_complete

Neuralk.datasets.wait_until_complete(dataset, refresh_time=1.0, timeout=None, verbose=False)

Wait for analysis until it is finished.

  • Parameters:
    • analysis (Analysis or str) – the analysis to wait for, or its ID.
    • refresh_time (float) – time (in seconds) between status checks.
    • timeout (float , optional) – maximum time to wait in seconds.
    • verbose (bool) – whether to display status messages.
    • dataset (str | Dataset)
  • Returns: the final analysis object.
  • Return type: Analysis

On this page