Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-python-sdk-testing.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

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

Args:

  • client: The client instance to use for querying W&B.
  • entity: The entity that owns the project.
  • project: The name of the project to query for artifact types.
  • type_name: The name of the artifact type.
  • attrs: Optional attributes to initialize the ArtifactType. If omitted, the object will load its attributes from W&B upon initialization.

Properties:

id

The unique identifier of the artifact type.

name

The name of the artifact type.

Methods:

collection

Get a specific artifact collection by name.

collections

Get all artifact collections associated with this artifact type.