Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

BetaReport is a class associated with reports created in W&B. Provides access to report attributes (name, description, user, spec, timestamps) and methods for retrieving associated runs, sections, and for rendering the report as HTML.

Args

  • client: The API client instance to use for querying W&B.
  • attrs: A dictionary of report attributes, typically obtained from a GraphQL response.
  • entity: The entity name for the project.
  • project: The project name for the report.
  • service_api:

Properties

property spec

Get the spec of the report as a dictionary.

property sections

Get the panel sections (groups) from the report.

property id

Get the unique identifier of the report.

property name

Get the name of the report.

property display_name

Get the display name of the report.

property description

Get the description of the report.

property user

Get the user who created the report.

property updated_at

Get the timestamp of the last update.

property created_at

Get the timestamp when the report was created.

property url

Get the URL of the report.

Methods

method display

self, height=420, hidden=False
Display this object in jupyter.
Arguments
  • height:
  • hidden:

method runs

self,
section: 'dict[str, Any]',
per_page: 'int' = 50,
only_selected: 'bool' = True
Get runs associated with a section of the report.
Arguments
  • section:
  • per_page:
  • only_selected: