Skip to main content

class ArtifactCollections

Description

Artifact collections of a specific type in a project.

Args

  • service_api: Interface to the wandb-core service that performs W&B API calls for this collection.
  • 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 prefixed with ’+’, sorts ascending (default). If prefixed with ’-’, sorts descending.
  • start:

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.