Skip to main content

Documentation Index

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

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

Description

Artifact collections of a specific type in a project.

Args

  • client: Legacy GraphQL client retained for API compatibility.
  • entity: The entity (user or team) that owns the project.
  • project: The name of the project to query for artifact collections.
  • type_name: The name of the artifact type for which to fetch collections.
  • filters: Optional mapping of filters to apply to the query.
  • order: Optional string to specify the order of the results. If you prepend order with a + order is ascending (default). If you prepend order with a - order is descending.
  • per_page: The number of artifact collections to fetch per page. Default is 50.
  • start: Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.
  • service_api: Interface to the wandb-core service that performs W&B API calls for this collection.

Methods

method next

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

method update_variables

self
Update the query variables for the next page fetch.