Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Projects
An lazy iterator of Project objects.
An iterable interface to access projects created and saved by the entity.
method Projects.__init__
client: Legacy GraphQL client retained for API compatibility.service_api: Interface to the wandb-core service that performs W&B API calls for this collection.entity(str): The entity name (username or team) to fetch projects for.per_page(int): Number of projects to fetch per request (default is 50).
Project objects.
Args:
client: Legacy GraphQL client retained for API compatibility.service_api: Interface to the wandb-core service that performs W&B API calls for this collection.entity: The entity which owns the projects.per_page: The number of projects to fetch per request to the API.
property Projects.cursor
An opaque cursor that marks the start of the next page to fetch. This value may be saved and passed asstart= to a later paginated query to resume iteration from where this paginator left off.
Returns:
str | None: The cursor property value.