Skip to main content

class wandb.apis.public.ArtifactCollection

関連する アーティファクト のグループを表す アーティファクト コレクション。

プロパティ

プロパティ aliases

このコレクションに含まれるすべての artifact バージョンのエイリアス。

プロパティ created_at

artifact collection が作成された日時。

プロパティ description

artifact collection の説明。

プロパティ entity

プロジェクトの所有者である entity (ユーザーまたはチーム) 。

プロパティ id

artifact collection の一意の識別子です。

プロパティ

artifact collection の名です。

プロパティ project

artifact collection が含まれるプロジェクト。

プロパティ tags

artifact collection に関連付けられているタグ。

プロパティ type

アーティファクト コレクションのタイプを返します。

プロパティ updated_at

ArtifactCollection が最後に更新された日時。

メソッド

method ArtifactCollection.artifacts()

コレクション内のすべてのアーティファクトを取得します。
引数
  • per_page: 1 ページあたりに取得するアーティファクト数。
  • start: 過去のクエリを再開するためのページネーションカーソル。以前の paginator の .cursor 属性から取得した値を指定します。

method ArtifactCollection.change_type()

非推奨です。代わりに save でタイプを直接変更してください。
引数
  • new_type:

method ArtifactCollection.delete()

artifact collection 全体を削除します。

method ArtifactCollection.is_sequence()

artifact collection がシーケンスかどうかを返します。

method ArtifactCollection.save()

artifact collection に加えた変更内容を保存します。