Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-sandboxes-update-banner.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class ArtifactCollections
プロジェクト内の特定の種類の Artifacts コレクションを表します。
引数:
client: W&B へのクエリに使用するクライアント インスタンス。entity: プロジェクトを所有する entity (ユーザーまたはチーム) 。project: Artifacts コレクションをクエリする対象のプロジェクト名。type_name: コレクションを取得する対象の Artifacts タイプ名。filters: クエリに適用するフィルターのマッピング。省略可能です。order: 結果の順序を指定する文字列。省略可能です。orderの先頭に+を付けると昇順 (デフォルト) になり、-を付けると降順になります。per_page: 1 ページあたりに取得する Artifacts コレクション数。デフォルトは 50。