W&B 프로젝트의 모든 아티팩트를 나열합니다.프로젝트에서 각 아티팩트 컬렉션의 최신 버전을 표시합니다.
유형, 마지막 업데이트 시간, 크기, 이름을 보여줍니다.PATH는 아티팩트를 나열할 대상의 entity와 프로젝트(entity/project)로
구성됩니다.예를 들어, “team-awesome” entity 아래의 “foobar”
프로젝트에 있는 모든 아티팩트를 나열하려면 다음과 같이 하세요:
wandb artifact ls team-awesome/foobar
같은 프로젝트에서 유형이 “model”인 아티팩트만 나열하려면:
wandb artifact ls --type model team-awesome/foobar