Skip to main content

QueuedRun

A single queued run associated with an entity and project. Call run = queued_run.wait_until_running() or run = queued_run.wait_until_finished() to access the run.

QueuedRun(
client, entity, project, queue_name, run_queue_item_id,
project_queue=LAUNCH_DEFAULT_PROJECT, priority=None
)
Attributes

Methodsโ€‹

deleteโ€‹

View source

delete(
delete_artifacts=(False)
)

Delete the given queued run from the wandb backend.

wait_until_finishedโ€‹

View source

wait_until_finished()

wait_until_runningโ€‹

View source

wait_until_running()
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž