Skip to main content

クラス wandb.apis.public.BetaReport

BetaReport は、W&B で作成された Reports に関連付けられたクラスです。 レポートの属性 (name、description、user、spec、timestamps) にアクセスし、関連する run やセクションを取得したり、レポートを HTML として表示したりするための method を提供します。

引数

  • service_api:
  • attrs:
  • entity:
  • project:

属性

  • id (string): report の一意の ID。
  • display_name (string): report の人が読める表示名。
  • name (string): report の名前です。よりユーザーフレンドリーな名前には display_name を使用します。
  • description (string): report の説明。
  • user (User): report を作成したユーザーの情報 (ユーザー名、メールアドレス) を含む辞書。
  • spec (dict): report の仕様。
  • url (string): report の URL。
  • updated_at (string): 最終更新のタイムスタンプ。
  • created_at (string): report が作成された日時のタイムスタンプ。

プロパティ

プロパティ created_at

プロパティ description

プロパティ display_name

プロパティ id

プロパティ

プロパティ sections

reportからパネルのセクション (グループ) を取得します。

プロパティ spec

プロパティ updated_at

プロパティ url

プロパティ ユーザー

メソッド

method BetaReport.runs()

reportのセクションに関連付けられたrunを取得します。
引数
  • section:
  • per_page:
  • only_selected:

method BetaReport.to_html()

このreportを表示するためのiframeを含むHTMLを生成します。
引数
  • height:
  • hidden: