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

A paginator for files in an artifact.

Args

  • client: The client instance to use for querying W&B.
  • artifact: The artifact for which to fetch files.
  • names: Optional list of file names to filter by. If None, fetches all files.
  • per_page: The number of files to fetch per page. Default is 50.
  • start: Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.

Properties

property path

Returns the path of the artifact.

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.