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

> Python SDK API를 사용하여 W&B Dedicated Cloud 인스턴스에서 run, 메트릭, artifact 및 Reports를 내보냅니다.

# Dedicated Cloud에서 데이터 내보내기

백업, 마이그레이션 또는 외부 분석을 위해 이동 가능한 사본이 필요할 때는 W\&B Dedicated Cloud 인스턴스에서 관리되는 run, 메트릭, artifact, Reports 등의 데이터를 내보낼 수 있습니다. 이 데이터를 추출하려면 [Import and Export API](/ko/models/ref/python/public-api/)와 함께 W\&B SDK API를 사용하세요. 다음 표에는 몇 가지 주요 데이터 내보내기 사용 사례가 정리되어 있습니다.

| Purpose         | Documentation                                                                                                                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 프로젝트 메타데이터 내보내기 | [Projects API](/ko/models/ref/python/public-api/projects)                                                                                                                                           |
| 프로젝트의 run 내보내기  | [Runs API](/ko/models/ref/python/public-api/runs)                                                                                                                                                   |
| Reports 내보내기    | [Report and Workspace API](/ko/models/reports/clone-and-export-reports/)                                                                                                                            |
| artifact 내보내기   | [artifact 그래프 탐색](/ko/models/artifacts/explore-and-traverse-an-artifact-graph/), [artifact 다운로드 및 사용](/ko/models/artifacts/download-and-use-an-artifact/#download-and-use-an-artifact-stored-on-wb) |

[Secure Storage Connector](/ko/platform/app/settings-page/teams/#secure-storage-connector)를 사용해 Dedicated Cloud에 저장된 artifact를 관리하는 경우에는 W\&B SDK API로 artifact를 내보낼 필요가 없을 수 있습니다.

<Note>
  W\&B SDK API를 사용해 모든 데이터를 내보내면 run, artifact 및 유사한 리소스가 많은 경우 시간이 오래 걸릴 수 있습니다. Dedicated Cloud 인스턴스에 과부하가 걸리지 않도록, W\&B는 내보내기 프로세스를 적절한 크기의 배치로 실행할 것을 권장합니다.
</Note>
