Skip to main content

class wandb.apis.public.ArtifactType

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

Properties

property id

The unique identifier of the artifact type.

property name

The name of the artifact type.

Methods

method ArtifactType.collection()

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

method ArtifactType.collections()

Get all artifact collections associated with this artifact type.
Arguments
  • filters: Optional mapping of filters to apply to the query.
  • order: 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.
  • per_page: The number of artifact collections to fetch per page. Default is 50.
  • start: Pagination cursor for resuming a past query, captured from a previous paginator’s .cursor attribute.