Skip to main content

Class wandb.apis.public.Projects

An lazy iterator of Project objects. An iterable interface to access projects created and saved by the entity.

Args

ServiceApi
The service API used to query W&B.
str
The entity which owns the projects.
int
The number of projects to fetch per request to the API.

Examples