> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 専用クラウド からの データ エクスポート

> 専用クラウド からの データ エクスポート

Dedicated Cloud インスタンスで管理されているすべてのデータをエクスポートしたい場合は、W\&B SDK API を使用して、[Import and Export API](/models/ref/python/public-api/) から Runs、メトリクス、Artifacts などを抽出できます。以下の表は、主要なエクスポートの use case をまとめたものです。

| 目的                      | ドキュメント                                                                                                                                                                                                        |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| プロジェクトのメタデータをエクスポートする   | [Projects API](/models/ref/python/public-api/projects)                                                                                                                                                        |
| プロジェクト内の Runs をエクスポートする | [Runs API](/models/ref/python/public-api/runs)                                                                                                                                                                |
| Reports をエクスポートする       | [Report and Workspace API](/models/reports/clone-and-export-reports/)                                                                                                                                         |
| Artifacts をエクスポートする     | [Explore artifact graphs](/models/artifacts/explore-and-traverse-an-artifact-graph/), [Download and use artifacts](/models/artifacts/download-and-use-an-artifact/#download-and-use-an-artifact-stored-on-wb) |

[Secure Storage Connector](/platform/app/settings-page/teams/#secure-storage-connector) を使用して Dedicated Cloud に保存されている Artifacts を管理している場合は、W\&B SDK API を使用して Artifacts をエクスポートする必要がない場合があります。

<Note>
  大量の Runs や Artifacts などがある場合、W\&B SDK API を使用してすべてのデータをエクスポートすると時間がかかることがあります。Dedicated Cloud インスタンスに過度な負荷をかけないよう、エクスポートの process を適切なサイズのバッチに分けて実行することをお勧めします。
</Note>
