Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-python-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.

Properties:

spec

Get the spec of the report as a dictionary.

sections

Get the panel sections (groups) from the report.

id

Get the unique identifier of the report.

name

Get the name of the report.

display_name

Get the display name of the report.

description

Get the description of the report.

user

Get the user who created the report.

updated_at

Get the timestamp of the last update.

created_at

Get the timestamp when the report was created.

url

Get the URL of the report.

Methods:

display

Display this object in jupyter.

runs

Get runs associated with a section of the report.