Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Reports
Reports は BetaReport オブジェクトの遅延評価イテレータです。
method Reports.__init__
client(wandb.apis.internal.Api): 使用する API クライアントのインスタンス。project(wandb.sdk.internal.Project): Reports を取得する対象のプロジェクト。name(str, optional): フィルター対象のレポート名。Noneの場合は、すべての Reports を取得します。entity(str, optional): プロジェクトの entity 名。デフォルトでは、プロジェクトの entity が使用されます。per_page(int): 1 ページあたりに取得する Reports の数 (デフォルトは 50) 。