Skip to main content

Class wandb.apis.public.ArtifactType

An artifact object that satisfies query based on the specified type.

Properties

str
The unique identifier of the artifact type.
str
The name of the artifact type.

Methods

method ArtifactType.collection()

Get a specific artifact collection by name.
Arguments
str
The name of the artifact collection to retrieve.

method ArtifactType.collections()

Get all artifact collections associated with this artifact type.
Arguments
Mapping[str, Any] | None
Optional mapping of filters to apply to the query.
str | None
Optional string to specify the order of the results. If prefixed with ’+’, sorts ascending (default). If prefixed with ’-’, sorts descending. The default order is the collection ID in descending order.
int
The number of artifact collections to fetch per page. Default is 50.
str | None
Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.