Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

A lazy iterator of ArtifactType objects for a specific project.

Args:

  • client: The client instance to use for querying W&B.
  • entity: The entity that owns the project.
  • project: The name of the project to query for artifact types.
  • per_page: The number of artifact types to fetch per page. Defaults to 50.
  • start: Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.

Methods:

next

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

update_variables

Update the query variables for the next page fetch.