クラス wandb.apis.public.Sweeps
Sweep オブジェクトのコレクションに対する遅延評価のイテレーターです。
引数
ServiceApi
W&B をクエリするために使用するサービス API。
str
sweep を所有する entity。
str
sweep を含む project。
int
API リクエストごとに取得する sweep の数。
dict[str, Any] | None
(dict) Runs フィルターを使用して特定の sweep をクエリします。詳細については、wandb/apis/public/api.py:runs を参照してください。