> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifacts

<Card title="W&B でこれらの Version IDs と ETags を取得するにはどうすればよいですか?" href="/ja/support/models/articles/how-can-i-fetch-these-version-ids-and-et" arrow="true" horizontal>
  W\&B で artifact の参照をログし、bucket でバージョン管理を有効にすると、Version IDs は Amazon S3 の  ...
</Card>

<Card title="run によってログまたは使用された artifact を検索するにはどうすればよいですか? artifact を生成または使用した Runs を検索するにはどうすればよいですか?" href="/ja/support/models/articles/how-can-i-find-the-artifacts-logged-or-c" arrow="true" horizontal>
  このページでは、W\&B で Runs と artifacts の関係を追跡する方法を説明します。どの run が生成したか、または ...
</Card>

<Card title="sweep 内の runs からモデルをログする最適な方法は何ですか?" href="/ja/support/models/articles/how-do-i-best-log-models-from-runs-in-a-" arrow="true" horizontal>
  sweep でモデルをログするには、sweep 用のモデル artifact を作成します。各バージョンは、その sweep の異なる run を表します。 ...
</Card>

<Card title="コードのテスト中に W&B を無効にするにはどうすればよいですか?" href="/ja/support/models/articles/how-do-i-disable-wandb-when-testing-my-code" arrow="true" horizontal>
  テスト時に W\&B を no-op として設定するには、`wandb.init(mode="disabled")` を使用するか、`WANDB_MODE=disabled` を設定します。w を使用する場合でも ...
</Card>

<Card title="sweep で最良の run から artifact を検索するにはどうすればよいですか?" href="/ja/support/models/articles/how-do-i-find-an-artifact-from-the-best-" arrow="true" horizontal>
  sweep 内で最も高いパフォーマンスを示した run から artifacts を取得するには、次のコードを使用します。sweep の runs を vali で並べ替え ...
</Card>

<Card title="既存の run に artifact をログするにはどうすればよいですか?" href="/ja/support/models/articles/how-do-i-log-an-artifact-to-an-existing-" arrow="true" horizontal>
  場合によっては、artifact を以前ログした run の output としてマークする必要があります。たとえば、新しい m を生成することがあります ...
</Card>

<Card title="W&B で大きな API 結果をページネーションするにはどうすればよいですか?" href="/ja/support/models/articles/how-do-i-paginate-through-large-api-results-in-wandb" arrow="true" horizontal>
  標準的な lazy-iterator パターンと per\_page パラメーターを使用して、API 結果をページ単位で取得できます。さらに、u を使用して ...
</Card>

<Card title="コード を保存するにはどうすればよいですか?‌" href="/ja/support/models/articles/how-do-i-save-code" arrow="true" horizontal>
  各 run とともに コード を保存すると、Experiments を再現しやすくなり、どのバージョンのコードが特定の結果を生成したかを追跡できます。 ...
</Card>

<Card title="artifact に保持ポリシーまたは有効期限ポリシーを設定するにはどうすればよいですか?" href="/ja/support/models/articles/how-do-i-set-a-retention-or-expiration-p" arrow="true" horizontal>
  機密データを含む artifacts を管理したり、artifact バージョンの削除をスケジュールしたりするには、TTL (time-to-liv ...) を設定します。
</Card>

<Card title="各 artifact バージョンはどれくらいの storage を使用しますか?" href="/ja/support/models/articles/how-much-storage-does-each-artifact-vers" arrow="true" horizontal>
  2 つの artifact バージョン間で変更された Files にのみ storage コストが発生します。animals という名前の画像 artifact を考えてみましょう ...
</Card>

<Card title="run とともに削除された artifact を復元することは可能ですか?" href="/ja/support/models/articles/is-it-possible-to-recover-an-artifact-af" arrow="true" horizontal>
  いいえ。run を削除すると、関連する artifacts も削除するかどうかを確認する prompt が表示されます。このオプションを選択すると、W\&B は perm ...
</Card>

<Card title="複数のアーキテクチャと runs で artifacts を使用するには?" href="/ja/support/models/articles/using-artifacts-with-multiple-architectu" arrow="true" horizontal>
  この記事では、project で多数の runs にまたがって複数のモデルアーキテクチャを検討する際に、artifacts を整理する方法について説明します。 ...
</Card>

<Card title="artifacts はどこにダウンロードされ、どのように制御できますか?" href="/ja/support/models/articles/where-are-artifacts-downloaded-and-how-c" arrow="true" horizontal>
  デフォルトでは、W\&B は artifacts を artifacts/ フォルダーにダウンロードします。場所を変更するには: パスを wandb.Artifact() に渡します。 ...
</Card>

<Card title="自分の artifacts には誰がアクセスできますか?" href="/ja/support/models/articles/who-has-access-to-my-artifacts" arrow="true" horizontal>
  このページでは、W\&B が artifacts へのアクセスをどのように判断するかを説明します。これにより、組織内の誰がそれらを閲覧または変更できるかを把握できます ...
</Card>

<Card title="artifact を Registry にリンクできないのはなぜですか?" href="/ja/support/models/articles/cannot-link-artifact-to-registry-from-p" arrow="true" horizontal>
  artifact を W\&B Registry にリンクできない場合、最も一般的な原因は、その artifact が個人の e でログされていることです ...
</Card>
