Skip to main content

クラス 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 を参照してください。

メソッド

メソッド Paginator.next()

イテレーターから次の項目を返します。要素がなくなった場合は、StopIteration を送出します

メソッド Paginator.update_variables()

次のページを取得するためのクエリ変数を更新します。