Skip to main content
App version: 3.4.5

wait_for_processing()

Waits until all metadata is processed by Neptune.

Once the call is complete, the data is saved in Neptune.

Parameters

NameTypeDefaultDescription
timeoutfloat, optionalNoneIn seconds, the maximum time to wait for processing.
verbosebool, optionalTrueIf True, prints messages about the waiting process.

Example

from neptune_scale import Run

with Run(...) as run:
run.log_configs(...)
...
run.wait_for_processing()
run.log_metrics(...) # called once submitted data has been processed