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

  • service_api: The service API used to query W&B.
  • entity: The entity which owns the projects.
  • per_page: The number of projects to fetch per request to the API.

Examples

Methods

method RelayPaginator.convert_objects()

Convert the last fetched response data into the iterated objects.

method Paginator.next()

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

method Paginator.update_variables()

Update the query variables for the next page fetch.