メインコンテンツまでスキップ

QueuedRun

エンティティとプロジェクトに関連する単一のキューに入れられた run。 run = queued_run.wait_until_running() また、 run = queued_run.wait_until_finished() を呼び出して run にアクセスします。

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

メソッド

delete

View source

delete(
delete_artifacts=(False)
)

指定されたキューに入れられた run を wandb バックエンドから削除します。

wait_until_finished

View source

wait_until_finished()

wait_until_running

View source

wait_until_running()
Was this page helpful?👍👎