This page shows you how to trace the relationships between runs and artifacts in W&B. You can find which run produced or consumed a given artifact, or which artifacts a given run produced or consumed. This is useful for auditing data lineage, debugging pipelines, and understanding how artifacts flow through your experiments. W&B tracks the artifacts that each run logs and uses to construct an artifact graph. This graph is a bipartite, directed, acyclic graph with nodes that represent runs and artifacts. See an example artifact graph and click Explode to expand the graph. Use the W&B Public API to navigate the graph programmatically, starting from either an artifact or a run. Choose the tab that matches your starting point.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- From an artifact
- From a run
Artifacts