Skip to main content

Class wandb.apis.public.ArtifactCollection

An artifact collection that represents a group of related artifacts.

Properties

list[str]
The aliases for all artifact versions contained in this collection.
str
The creation date of the artifact collection.
str | None
A description of the artifact collection.
str
The entity (user or team) that owns the project.
str
The unique identifier of the artifact collection.
str
The name of the artifact collection.
str
The project that contains the artifact collection.
str
The encoded GraphQL ID for this collection’s project.
str | None
The GraphQL internalId for this collection’s backing project, if fetched.This is a base64-encoded global ID. When decoded, it looks like Project:123 or ProjectInternalId:123.
list[str]
The tags associated with the artifact collection.
Returns the type of the artifact collection.
str | None
The date at which the artifact collection was last updated.

Methods

method ArtifactCollection.artifacts()

Get all artifacts in the collection.
Arguments
int
The number of artifacts to fetch per page.
str | None
Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.

method ArtifactCollection.change_type()

Deprecated, change type directly with save instead.
Arguments
str
No description provided.

method ArtifactCollection.delete()

Delete the entire artifact collection.

method ArtifactCollection.is_sequence()

Return whether the artifact collection is a sequence.

method ArtifactCollection.save()

Persist any changes made to the artifact collection.