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

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 ArtifactCollections

プロジェクト内の特定の種類の Artifacts コレクションを表します。 引数:
  • client: W&B へのクエリに使用するクライアント インスタンス。
  • entity: プロジェクトを所有する entity (ユーザーまたはチーム) 。
  • project: Artifacts コレクションをクエリする対象のプロジェクト名。
  • type_name: コレクションを取得する対象の Artifacts タイプ名。
  • filters: クエリに適用するフィルターのマッピング。省略可能です。
  • order: 結果の順序を指定する文字列。省略可能です。order の先頭に + を付けると昇順 (デフォルト) になり、- を付けると降順になります。
  • per_page: 1 ページあたりに取得する Artifacts コレクション数。デフォルトは 50。

プロパティ ArtifactCollections.cursor

次に取得するページの開始位置を示す不透明なカーソルです。 この値は保存しておき、後続のページ分割クエリに start= として渡すことで、この paginator が終了した位置から反復を再開できます。 戻り値:
  • str | None: cursor プロパティの値です。

property ArtifactCollections.more