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
โ
delete(
delete_artifacts=(False)
)
Delete the given queued run from the wandb backend.
wait_until_finished
โ
wait_until_finished()
wait_until_running
โ
wait_until_running()