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

Reports is a lazy iterator of BetaReport objects.

Args

  • client: Legacy GraphQL client retained for API compatibility.
  • project: The project to fetch reports from.
  • name: The name of the report to filter by. If None, fetches all reports.
  • entity: The entity name for the project. Defaults to the project entity.
  • per_page: Number of reports to fetch per page (default is 50).
  • service_api: Interface to the wandb-core service that performs W&B API calls for this collection.

Methods

method convert_objects

self
Converts GraphQL edges to File objects.

method next

self
Return the next item from the iterator. When exhausted, raise StopIteration

method update_variables

self
Updates the GraphQL query variables for pagination.