wandb artifact ls
W&B 프로젝트의 모든 아티팩트를 나열합니다.
프로젝트에서 각 아티팩트 컬렉션의 최신 버전을 표시합니다.
유형, 마지막 업데이트 시간, 크기, 이름을 보여줍니다.
PATH는 아티팩트를 나열할 대상의 entity와 프로젝트(entity/project)로
구성됩니다.
예를 들어, “team-awesome” entity 아래의 “foobar”
프로젝트에 있는 모든 아티팩트를 나열하려면 다음과 같이 하세요:
⌘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.
ls [OPTIONS] PATH
wandb artifact ls team-awesome/foobar
wandb artifact ls --type model team-awesome/foobar
| 이름 | 기본값 | 유형 |
|---|---|---|
path | STR | True |
| 플래그 | 유형 | 설명 |
|---|---|---|
--type, -t | STR | 아티팩트를 유형별로 필터링합니다. 기본값: 없음 |