QueuedRun
less than a minute
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()
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.