Skip to main content

Class wandb.apis.public.ArtifactCollection

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

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.