メインコンテンツへスキップ

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.

class ProjectArtifactCollections

プロジェクト内の artifact collection。 引数:
  • client: W&B のクエリに使用するクライアントインスタンス。
  • entity: プロジェクトを所有する entity (ユーザーまたはチーム) 。
  • project: artifact collection をクエリする対象のプロジェクト名。
  • filters: クエリに適用するフィルターのマッピング (任意) 。
  • order: 結果の並び順を指定する文字列 (任意) 。order の先頭に + を付けると昇順 (デフォルト) 、- を付けると降順になります。
  • per_page: 1 ページあたりに取得する artifact collection の数。デフォルトは 50 です。

プロパティ ProjectArtifactCollections.cursor

次に取得するページの開始位置を示す、内部構造を意識する必要のないカーソルです。 この値は保存しておき、後続のページネーションされたクエリで start= として渡すことで、この paginator が前回終了した位置からイテレーションを再開できます。 戻り値:
  • str | None: カーソルのプロパティ値。

プロパティ ProjectArtifactCollections.more