メインコンテンツへスキップ
GitHub source

class Reports

Reports は、 BetaReport オブジェクト のレイジーイテレータ(遅延イテレータ)です。

method Reports.__init__

__init__(client, project, name=None, entity=None, per_page=50)
Args:
  • client (wandb.apis.internal.Api): 使用する API クライアントインスタンス。
  • project (wandb.sdk.internal.Project): レポートを取得する Projects 。
  • name (str, optional): フィルタリングに使用するレポート名。 None の場合、すべてのレポートを取得します。
  • entity (str, optional): プロジェクトの Entities 名。デフォルトはプロジェクトのエンティティです。
  • per_page (int): 1ページあたりに取得するレポート数(デフォルトは50)。

property Reports.length


method Reports.convert_objects

convert_objects()
GraphQL の edge を File オブジェクト に変換します。

method Reports.update_variables

update_variables()
ページネーションのための GraphQL クエリ変数を更新します。