Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
W&B project 内のすべてのアーティファクトを一覧表示します。
project 内の各アーティファクト コレクションの最新バージョンを表示します。
タイプ、最終更新時刻、サイズ、名を表示します。
PATH は、アーティファクトを一覧表示する対象の entity と project (entity/project) で構成されます。
たとえば、entity “team-awesome” 配下の “foobar” という名前の
project 内にあるすべてのアーティファクトを一覧表示するには、次のようにします。
wandb artifact ls team-awesome/foobar
同じ project で、タイプが “model” のアーティファクトのみを一覧表示するには:
wandb artifact ls --type model team-awesome/foobar
| フラグ | タイプ | 説明 |
|---|
--type, -t | STR | タイプでアーティファクトを絞り込みます。デフォルト: なし |