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

# Import & Export API

## 클래스

[`class Api`](/ko/models/ref/python/public-api/api/): wandb 서버 를 쿼리하는 데 사용됩니다.

[`class File`](/ko/models/ref/python/public-api/file/): File은 wandb에서 저장한 파일과 연결된 클래스입니다.

[`class Files`](/ko/models/ref/python/public-api/files/): `File` 오브젝트 의 반복 가능한 컬렉션입니다.

[`class Job`](/ko/models/ref/python/public-api/job/)

[`class Project`](/ko/models/ref/python/public-api/project/): Project는 Runs의 네임스페이스입니다.

[`class Projects`](/ko/models/ref/python/public-api/projects/): `Project` 오브젝트의 반복 가능한 컬렉션입니다.

[`class QueuedRun`](/ko/models/ref/python/public-api/queuedrun/): 엔티티 및 프로젝트와 연결된 단일 대기열에 있는 Run입니다. `run = queued_run.wait_until_running()` 또는 `run = queued_run.wait_until_finished()`를 호출하여 Run에 엑세스합니다.

[`class Run`](./run): 엔티티 및 프로젝트와 연결된 단일 Run입니다.

[`class RunQueue`](/ko/models/ref/python/public-api/runqueue/)

[`class Runs`](/ko/models/ref/python/public-api/runs/): 프로젝트와 연결된 Run의 반복 가능한 컬렉션이며, 선택적 필터입니다.

[`class Sweep`](./sweep): 스윕 과 연결된 Run의 집합입니다.
