> ## 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.

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

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

Dedicated Cloud 인스턴스에서 관리되는 데이터를 내보내려면 [Import and Export API](/ko/models/ref/python/public-api/)와 함께 W\&B SDK API를 사용해 run, 메트릭, artifact 등을 추출할 수 있습니다. 다음 표에는 주요 내보내기 사용 사례가 나와 있습니다.

| 목적              | 문서                                                                                                                                                                                                  |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 프로젝트 메타데이터 내보내기 | [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를 관리하는 경우, SDK API를 사용해 artifact를 내보낼 필요가 없을 수도 있습니다.

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