Skip to main content

Class wandb.apis.public.Reports

Reports is a lazy iterator of BetaReport objects.

Args

ServiceApi
Interface to the wandb-core service that performs W&B API calls for this collection.
Project
The project to fetch reports from.
str | None
The name of the report to filter by. If None, fetches all reports.
str | None
The entity name for the project. Defaults to the project entity.
int
Number of reports to fetch per page (default is 50).