wandb artifact get
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
get [OPTIONS] PATH
wandb artifact get team-awesome/foobar/processed-training-set:latest
wandb artifact get --root ./data team-awesome/foobar/processed-training-set:v2
| Name | Default | Type |
|---|---|---|
path | STR | True |
| Flag | Type | Description |
|---|---|---|
--root | STR | Directory to download the artifact to. Uses the default artifact cache if not set. Default: None |
--type | STR | Expected artifact type. Fails if the artifact does not match. Default: None |
Was this page helpful?