class wandb.apis.public.ArtifactCollection
An artifact collection that represents a group of related artifacts.Properties
property aliases
The aliases for all artifact versions contained in this collection.property created_at
The creation date of the artifact collection.property description
A description of the artifact collection.property entity
The entity (user or team) that owns the project.property id
The unique identifier of the artifact collection.property name
The name of the artifact collection.property project
The project that contains the artifact collection.property project_id
The encoded GraphQL ID for this collection’s project.property project_internal_id
The GraphQLinternalId 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.
property tags
The tags associated with the artifact collection.property type
Returns the type of the artifact collection.property updated_at
The date at which the artifact collection was last updated.Methods
method ArtifactCollection.artifacts()
Arguments
per_page: The number of artifacts to fetch per page.start: Pagination cursor for resuming a past query, captured from a previous paginator’s.cursorattribute.
method ArtifactCollection.change_type()
save instead.
Arguments
new_type: