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.