class ProjectArtifactCollections
Artifact collections in a project.
Args:
client: The client instance to use for querying W&B.entity: The entity (user or team) that owns the project.project: The name of the project to query for artifact 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.
property ProjectArtifactCollections.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.