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

class ArtifactCollections

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

property ArtifactCollections.cursor


property ArtifactCollections.more