# Weights & Biases Documentation: Korean 레퍼런스

## 레퍼런스

- [레퍼런스](https://docs.wandb.ai/ko/reference.md): 모든 W&B 제품에 대한 API, SDK 및 CLI 레퍼런스입니다.

### W&B Models

- [레퍼런스 Overview](https://docs.wandb.ai/ko/models/ref.md): W&B Python SDK, CLI 및 query panel 데이터 유형에 대한 생성된 API 레퍼런스 문서를 살펴보세요.

#### Python

- [Python SDK 0.29.0](https://docs.wandb.ai/ko/models/ref/python.md): 설치 지침, 클래스, 함수 문서를 포함한 W&B Python SDK API 레퍼런스를 살펴보세요.

##### SDK 코딩 치트시트

- [W&B SDK Python 코딩 치트 시트](https://docs.wandb.ai/ko/models/ref/sdk-coding-cheat-sheet.md): 일반적인 W&B Python SDK 패턴과 코드 예제를 빠르게 참조할 수 있는 문서
- [Runs](https://docs.wandb.ai/ko/models/ref/sdk-coding-cheat-sheet/runs.md): 실험을 체계적으로 정리하고 작업 내역을 추적할 수 있도록 W&B Runs를 초기화하고 관리하세요.
- [로깅](https://docs.wandb.ai/ko/models/ref/sdk-coding-cheat-sheet/logging.md): 메트릭, 하이퍼파라미터, 테이블, 맞춤형 데이터를 W&B에 로깅하세요.
- [Artifacts](https://docs.wandb.ai/ko/models/ref/sdk-coding-cheat-sheet/artifacts.md): 데이터 버전 관리를 위해 W&B Artifacts를 생성, 업데이트, 다운로드하고 관리합니다.
- [레지스트리](https://docs.wandb.ai/ko/models/ref/sdk-coding-cheat-sheet/registry.md): W&B Model Registry를 사용해 모델 버전을 체계적으로 정리하고 관리합니다.

##### 전역 함수

- [전역 함수 Overview](https://docs.wandb.ai/ko/models/ref/python/functions.md): init, login, setup, sweep, agent를 포함한 W&B Python SDK의 최상위 함수에 대한 레퍼런스
- [agent()](https://docs.wandb.ai/ko/models/ref/python/functions/agent.md)
- [box3d()](https://docs.wandb.ai/ko/models/ref/python/functions/box3d.md)
- [controller()](https://docs.wandb.ai/ko/models/ref/python/functions/controller.md)
- [finish()](https://docs.wandb.ai/ko/models/ref/python/functions/finish.md)
- [init()](https://docs.wandb.ai/ko/models/ref/python/functions/init.md)
- [login()](https://docs.wandb.ai/ko/models/ref/python/functions/login.md)
- [restore()](https://docs.wandb.ai/ko/models/ref/python/functions/restore.md)
- [setup()](https://docs.wandb.ai/ko/models/ref/python/functions/setup.md)
- [sweep()](https://docs.wandb.ai/ko/models/ref/python/functions/sweep.md)
- [teardown()](https://docs.wandb.ai/ko/models/ref/python/functions/teardown.md)

##### 데이터 유형

- [데이터 타입 개요](https://docs.wandb.ai/ko/models/ref/python/data-types.md): 미디어 및 구조화된 데이터를 로깅하기 위한 W&B Python SDK의 데이터 타입
- [오디오](https://docs.wandb.ai/ko/models/ref/python/data-types/audio.md)
- [Histogram](https://docs.wandb.ai/ko/models/ref/python/data-types/histogram.md)
- [Html](https://docs.wandb.ai/ko/models/ref/python/data-types/html.md)
- [Image](https://docs.wandb.ai/ko/models/ref/python/data-types/image.md)
- [Molecule](https://docs.wandb.ai/ko/models/ref/python/data-types/molecule.md)
- [Object3D](https://docs.wandb.ai/ko/models/ref/python/data-types/object3d.md)
- [Plotly](https://docs.wandb.ai/ko/models/ref/python/data-types/plotly.md)
- [Table](https://docs.wandb.ai/ko/models/ref/python/data-types/table.md)
- [비디오](https://docs.wandb.ai/ko/models/ref/python/data-types/video.md)

##### Experiments

- [Experiments Overview](https://docs.wandb.ai/ko/models/ref/python/experiments.md): 실험 추적과 artifact 관리를 위한 W&B Python SDK의 기본 클래스를 사용합니다
- [Artifact](https://docs.wandb.ai/ko/models/ref/python/experiments/artifact.md)
- [Run](https://docs.wandb.ai/ko/models/ref/python/experiments/run.md)
- [Settings](https://docs.wandb.ai/ko/models/ref/python/experiments/settings.md)
- [시스템 메트릭 레퍼런스](https://docs.wandb.ai/ko/models/ref/python/experiments/system-metrics.md): W&B SDK가 run 중에 자동으로 로깅하는 CPU, GPU, 메모리, 디스크, 네트워크 시스템 메트릭에 대한 레퍼런스입니다.

##### Automations

- [Automations Overview](https://docs.wandb.ai/ko/models/ref/python/automations.md): ML 파이프라인에서 자동화된 워크플로를 생성하고 관리하려면 W&B Automations API를 사용하세요
- [자동화](https://docs.wandb.ai/ko/models/ref/python/automations/automation.md)
- [DoNothing](https://docs.wandb.ai/ko/models/ref/python/automations/donothing.md)
- [MetricChangeFilter](https://docs.wandb.ai/ko/models/ref/python/automations/metricchangefilter.md)
- [MetricZScoreFilter](https://docs.wandb.ai/ko/models/ref/python/automations/metriczscorefilter.md)
- [MetricThresholdFilter](https://docs.wandb.ai/ko/models/ref/python/automations/metricthresholdfilter.md)
- [NewAutomation](https://docs.wandb.ai/ko/models/ref/python/automations/newautomation.md)
- [OnAddArtifactAlias](https://docs.wandb.ai/ko/models/ref/python/automations/onaddartifactalias.md)
- [OnAddArtifactTag](https://docs.wandb.ai/ko/models/ref/python/automations/onaddartifacttag.md)
- [OnAddCollectionTag](https://docs.wandb.ai/ko/models/ref/python/automations/onaddcollectiontag.md)
- [OnCreateArtifact](https://docs.wandb.ai/ko/models/ref/python/automations/oncreateartifact.md)
- [OnLinkArtifact](https://docs.wandb.ai/ko/models/ref/python/automations/onlinkartifact.md)
- [OnRemoveArtifactTag](https://docs.wandb.ai/ko/models/ref/python/automations/onremoveartifacttag.md)
- [OnRemoveCollectionTag](https://docs.wandb.ai/ko/models/ref/python/automations/onremovecollectiontag.md)
- [OnRunMetric](https://docs.wandb.ai/ko/models/ref/python/automations/onrunmetric.md)
- [OnRunState](https://docs.wandb.ai/ko/models/ref/python/automations/onrunstate.md)
- [OnUnlinkArtifact](https://docs.wandb.ai/ko/models/ref/python/automations/onunlinkartifact.md)
- [RunStateFilter](https://docs.wandb.ai/ko/models/ref/python/automations/runstatefilter.md)
- [SendNotification](https://docs.wandb.ai/ko/models/ref/python/automations/sendnotification.md)
- [SendWebhook](https://docs.wandb.ai/ko/models/ref/python/automations/sendwebhook.md)

##### 맞춤형 차트

- [맞춤형 차트 Overview](https://docs.wandb.ai/ko/models/ref/python/custom-charts.md): W&B Python SDK에서 맞춤형 차트를 사용하여 프로젝트 대시보드에 대화형 시각화를 만드세요
- [bar()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/bar.md)
- [confusion_matrix()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/confusion_matrix.md)
- [histogram()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/histogram.md)
- [line_series()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/line_series.md)
- [line()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/line.md)
- [plot_table()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/plot_table.md)
- [pr_curve()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/pr_curve.md)
- [roc_curve()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/roc_curve.md)
- [scatter()](https://docs.wandb.ai/ko/models/ref/python/custom-charts/scatter.md)

##### Public API

- [Public API Overview](https://docs.wandb.ai/ko/models/ref/python/public-api.md): W&B Public API를 사용해 프로그래밍 방식으로 W&B 데이터에 액세스하고 관리합니다
- [Api](https://docs.wandb.ai/ko/models/ref/python/public-api/api.md)
- [ArtifactCollection](https://docs.wandb.ai/ko/models/ref/python/public-api/artifactcollection.md)
- [ArtifactCollections](https://docs.wandb.ai/ko/models/ref/python/public-api/artifactcollections.md)
- [ArtifactFiles](https://docs.wandb.ai/ko/models/ref/python/public-api/artifactfiles.md)
- [Artifacts](https://docs.wandb.ai/ko/models/ref/python/public-api/artifacts.md)
- [ArtifactType](https://docs.wandb.ai/ko/models/ref/python/public-api/artifacttype.md)
- [ArtifactTypes](https://docs.wandb.ai/ko/models/ref/python/public-api/artifacttypes.md)
- [BetaReport](https://docs.wandb.ai/ko/models/ref/python/public-api/betareport.md)
- [ConsoleLogLine](https://docs.wandb.ai/ko/models/ref/python/public-api/consolelogline.md)
- [ConsoleLogs](https://docs.wandb.ai/ko/models/ref/python/public-api/consolelogs.md)
- [DownloadHistoryResult](https://docs.wandb.ai/ko/models/ref/python/public-api/downloadhistoryresult.md)
- [IncompleteRunHistoryError](https://docs.wandb.ai/ko/models/ref/python/public-api/incompleterunhistoryerror.md)
- [File](https://docs.wandb.ai/ko/models/ref/python/public-api/file.md)
- [Files](https://docs.wandb.ai/ko/models/ref/python/public-api/files.md)
- [Member](https://docs.wandb.ai/ko/models/ref/python/public-api/member.md)
- [조직](https://docs.wandb.ai/ko/models/ref/python/public-api/organization.md)
- [프로젝트](https://docs.wandb.ai/ko/models/ref/python/public-api/project.md)
- [Projects](https://docs.wandb.ai/ko/models/ref/python/public-api/projects.md)
- [ProjectArtifactCollections](https://docs.wandb.ai/ko/models/ref/python/public-api/projectartifactcollections.md)
- [레지스트리](https://docs.wandb.ai/ko/models/ref/python/public-api/registry.md)
- [Reports](https://docs.wandb.ai/ko/models/ref/python/public-api/reports.md)
- [Run](https://docs.wandb.ai/ko/models/ref/python/public-api/run.md)
- [RunArtifacts](https://docs.wandb.ai/ko/models/ref/python/public-api/runartifacts.md)
- [Runs](https://docs.wandb.ai/ko/models/ref/python/public-api/runs.md)
- [Sweep](https://docs.wandb.ai/ko/models/ref/python/public-api/sweep.md)
- [Sweeps](https://docs.wandb.ai/ko/models/ref/python/public-api/sweeps.md)
- [Team](https://docs.wandb.ai/ko/models/ref/python/public-api/team.md)
- [User](https://docs.wandb.ai/ko/models/ref/python/public-api/user.md)

#### 명령줄 인터페이스 (CLI)

- [CLI 레퍼런스 SDK 0.29.0](https://docs.wandb.ai/ko/models/ref/cli.md): 셸 명령어로 W&B Command Line Interface (CLI)를 사용해 로그인하고, 작업을 실행하고, 스윕을 수행하는 등 다양한 작업을 하세요
- [wandb 에이전트](https://docs.wandb.ai/ko/models/ref/cli/wandb-agent.md)
- [wandb clean](https://docs.wandb.ai/ko/models/ref/cli/wandb-clean.md)
- [wandb controller](https://docs.wandb.ai/ko/models/ref/cli/wandb-controller.md)
- [wandb disabled](https://docs.wandb.ai/ko/models/ref/cli/wandb-disabled.md)
- [wandb docker](https://docs.wandb.ai/ko/models/ref/cli/wandb-docker.md)
- [wandb docker-run](https://docs.wandb.ai/ko/models/ref/cli/wandb-docker-run.md)
- [wandb enabled](https://docs.wandb.ai/ko/models/ref/cli/wandb-enabled.md)
- [wandb init](https://docs.wandb.ai/ko/models/ref/cli/wandb-init.md)
- [wandb login](https://docs.wandb.ai/ko/models/ref/cli/wandb-login.md)
- [wandb offline](https://docs.wandb.ai/ko/models/ref/cli/wandb-offline.md)
- [wandb online](https://docs.wandb.ai/ko/models/ref/cli/wandb-online.md)
- [wandb pull](https://docs.wandb.ai/ko/models/ref/cli/wandb-pull.md)
- [wandb purge-cache](https://docs.wandb.ai/ko/models/ref/cli/wandb-purge-cache.md)
- [wandb restore](https://docs.wandb.ai/ko/models/ref/cli/wandb-restore.md)
- [wandb status](https://docs.wandb.ai/ko/models/ref/cli/wandb-status.md)
- [wandb 스윕](https://docs.wandb.ai/ko/models/ref/cli/wandb-sweep.md)
- [wandb sync](https://docs.wandb.ai/ko/models/ref/cli/wandb-sync.md)
- [wandb verify](https://docs.wandb.ai/ko/models/ref/cli/wandb-verify.md)

##### wandb artifact

- [wandb artifact](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact.md)
- [wandb 아티팩트 조회](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact/wandb-artifact-get.md)
- [wandb artifact ls](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact/wandb-artifact-ls.md)
- [wandb artifact put](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact/wandb-artifact-put.md)

###### 아티팩트 캐시

- [wandb 아티팩트 캐시](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact/wandb-artifact-cache.md)
- [wandb 아티팩트 캐시 cleanup](https://docs.wandb.ai/ko/models/ref/cli/wandb-artifact/wandb-artifact-cache/wandb-artifact-cache-cleanup.md)

##### wandb beta

- [wandb beta](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta.md)
- [wandb beta sync](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta/wandb-beta-sync.md)

###### beta core

- [wandb beta core](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta/wandb-beta-core.md)
- [wandb beta core start](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta/wandb-beta-core/wandb-beta-core-start.md)
- [wandb beta core stop](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta/wandb-beta-core/wandb-beta-core-stop.md)
- [wandb beta leet inspect](https://docs.wandb.ai/ko/models/ref/cli/wandb-beta/wandb-beta-leet/wandb-beta-leet-inspect.md)

##### wandb 작업

- [wandb 작업](https://docs.wandb.ai/ko/models/ref/cli/wandb-job.md)
- [wandb job create](https://docs.wandb.ai/ko/models/ref/cli/wandb-job/wandb-job-create.md)
- [wandb job describe](https://docs.wandb.ai/ko/models/ref/cli/wandb-job/wandb-job-describe.md)
- [wandb 작업 목록](https://docs.wandb.ai/ko/models/ref/cli/wandb-job/wandb-job-list.md)

##### wandb leet

- [wandb leet](https://docs.wandb.ai/ko/models/ref/cli/wandb-leet.md)
- [wandb leet config](https://docs.wandb.ai/ko/models/ref/cli/wandb-leet/wandb-leet-config.md)
- [wandb leet inspect](https://docs.wandb.ai/ko/models/ref/cli/wandb-leet/wandb-leet-inspect.md)
- [wandb leet run](https://docs.wandb.ai/ko/models/ref/cli/wandb-leet/wandb-leet-run.md)
- [wandb leet symon](https://docs.wandb.ai/ko/models/ref/cli/wandb-leet/wandb-leet-symon.md)

##### wandb 서버

- [W&B 서버](https://docs.wandb.ai/ko/models/ref/cli/wandb-server.md)
- [wandb server start](https://docs.wandb.ai/ko/models/ref/cli/wandb-server/wandb-server-start.md)
- [wandb server stop](https://docs.wandb.ai/ko/models/ref/cli/wandb-server/wandb-server-stop.md)

#### 쿼리 표현식 언어

- [Query Expression Language Overview](https://docs.wandb.ai/ko/models/ref/query-panel.md): W&B에서 데이터를 선택하고 집계하는 베타 쿼리 언어
- [artifact](https://docs.wandb.ai/ko/models/ref/query-panel/artifact.md)
- [artifactType](https://docs.wandb.ai/ko/models/ref/query-panel/artifact-type.md)
- [artifactVersion](https://docs.wandb.ai/ko/models/ref/query-panel/artifact-version.md)
- [audio-file](https://docs.wandb.ai/ko/models/ref/query-panel/audio-file.md)
- [bokeh-file](https://docs.wandb.ai/ko/models/ref/query-panel/bokeh-file.md)
- [불리언](https://docs.wandb.ai/ko/models/ref/query-panel/boolean.md)
- [entity](https://docs.wandb.ai/ko/models/ref/query-panel/entity.md)
- [file](https://docs.wandb.ai/ko/models/ref/query-panel/file.md)
- [float](https://docs.wandb.ai/ko/models/ref/query-panel/float.md)
- [html 파일](https://docs.wandb.ai/ko/models/ref/query-panel/html-file.md)
- [image-file](https://docs.wandb.ai/ko/models/ref/query-panel/image-file.md)
- [int](https://docs.wandb.ai/ko/models/ref/query-panel/int.md)
- [joined-table](https://docs.wandb.ai/ko/models/ref/query-panel/joined-table.md)
- [molecule-file](https://docs.wandb.ai/ko/models/ref/query-panel/molecule-file.md)
- [숫자](https://docs.wandb.ai/ko/models/ref/query-panel/number.md)
- [object3D-file](https://docs.wandb.ai/ko/models/ref/query-panel/object-3-d-file.md)
- [partitioned-table](https://docs.wandb.ai/ko/models/ref/query-panel/partitioned-table.md)
- [프로젝트](https://docs.wandb.ai/ko/models/ref/query-panel/project.md)
- [pytorch-model-file](https://docs.wandb.ai/ko/models/ref/query-panel/pytorch-model-file.md)
- [run](https://docs.wandb.ai/ko/models/ref/query-panel/run.md)
- [string](https://docs.wandb.ai/ko/models/ref/query-panel/string.md)
- [table](https://docs.wandb.ai/ko/models/ref/query-panel/table.md)
- [사용자](https://docs.wandb.ai/ko/models/ref/query-panel/user.md)
- [video-file](https://docs.wandb.ai/ko/models/ref/query-panel/video-file.md)

#### Reports 및 워크스페이스 API

- [Reports](https://docs.wandb.ai/ko/models/ref/wandb_workspaces/reports.md)
- [워크스페이스](https://docs.wandb.ai/ko/models/ref/wandb_workspaces/workspaces.md)

### W&B Weave

- [Overview](https://docs.wandb.ai/ko/weave/reference.md): Weights & Biases Weave를 위한 API 문서 및 SDK 레퍼런스

#### Python SDK

- [weave](https://docs.wandb.ai/ko/weave/reference/python-sdk.md): Weave용 Python SDK 레퍼런스

##### 코어

- [feedback](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace/feedback.md): weave.trace.feedback용 Python SDK 레퍼런스
- [op](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace/op.md): weave.trace.op에 대한 Python SDK 레퍼런스
- [util](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace/util.md): weave.trace.util용 Python SDK 레퍼런스
- [weave_client](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace/weave_client.md): weave.trace.weave_client용 Python SDK 레퍼런스

##### 트레이스 서버

- [trace_server_interface](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace_server/trace_server_interface.md): weave.trace_server.trace_server_interface용 Python SDK 레퍼런스

##### 트레이스 서버 바인딩

- [remote_http_trace_server](https://docs.wandb.ai/ko/weave/reference/python-sdk/trace_server_bindings/remote_http_trace_server.md): weave.trace_server_bindings.remote_http_trace_server에 대한 Python SDK 레퍼런스

#### TypeScript SDK

- [weave](https://docs.wandb.ai/ko/weave/reference/typescript-sdk.md): TypeScript SDK 레퍼런스
- [init](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/init.md): TypeScript SDK 레퍼런스

##### 클래스

- [Dataset<R>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/dataset.md): TypeScript SDK 레퍼런스
- [Evaluation<R, E, M>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/evaluation.md): TypeScript SDK 레퍼런스
- [EvaluationLogger](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/evaluationlogger.md): TypeScript SDK 레퍼런스
- [MessagesPrompt](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/messagesprompt.md): TypeScript SDK 레퍼런스
- [ObjectRef](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/objectref.md): TypeScript SDK 레퍼런스
- [ScoreLogger](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/scorelogger.md): TypeScript SDK 레퍼런스
- [StringPrompt](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/stringprompt.md): TypeScript SDK 레퍼런스
- [WeaveAdkPlugin](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/weaveadkplugin.md): TypeScript SDK 레퍼런스
- [WeaveObject](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/classes/weaveobject.md): TypeScript SDK 레퍼런스

##### 함수

- [createOpenAIAgentsTracingProcessor](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/createopenaiagentstracingprocessor.md): TypeScript SDK 레퍼런스
- [createOtelExtension](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/createotelextension.md): TypeScript SDK 레퍼런스
- [endConversation](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/endconversation.md): TypeScript SDK 레퍼런스
- [endLLM](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/endllm.md): TypeScript SDK 레퍼런스
- [endTurn](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/endturn.md): TypeScript SDK 레퍼런스
- [flushOTel](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/flushotel.md): TypeScript SDK 레퍼런스
- [getCurrentConversation](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/getcurrentconversation.md): TypeScript SDK 레퍼런스
- [getCurrentLLM](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/getcurrentllm.md): TypeScript SDK 레퍼런스
- [getCurrentTurn](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/getcurrentturn.md): TypeScript SDK 레퍼런스
- [instrumentOpenAIAgents](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/instrumentopenaiagents.md): TypeScript SDK 레퍼런스
- [login](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/login.md): TypeScript SDK 레퍼런스
- [op](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/op.md): TypeScript SDK 레퍼런스
- [patchRealtimeSession](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/patchrealtimesession.md): TypeScript SDK 레퍼런스
- [requireCurrentCallStackEntry](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/requirecurrentcallstackentry.md): TypeScript SDK 레퍼런스
- [requireCurrentChildSummary](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/requirecurrentchildsummary.md): TypeScript SDK 레퍼런스
- [runIsolated](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/runisolated.md): TypeScript SDK 레퍼런스
- [startConversation](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/startconversation.md): TypeScript SDK 레퍼런스
- [startLLM](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/startllm.md): TypeScript SDK 레퍼런스
- [startSubagent](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/startsubagent.md): TypeScript SDK 레퍼런스
- [startTool](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/starttool.md): TypeScript SDK 레퍼런스
- [startTurn](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/startturn.md): TypeScript SDK 레퍼런스
- [weaveAudio](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/weaveaudio.md): TypeScript SDK 레퍼런스
- [weaveImage](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/weaveimage.md): TypeScript SDK 레퍼런스
- [withAttributes](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/withattributes.md): TypeScript SDK 레퍼런스
- [wrapClaudeAgentSdk](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/wrapclaudeagentsdk.md): TypeScript SDK 레퍼런스
- [wrapGoogleGenAI](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/wrapgooglegenai.md): TypeScript SDK 레퍼런스
- [wrapOpenAI](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/functions/wrapopenai.md): TypeScript SDK 레퍼런스

##### 인터페이스

- [CallSchema](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/callschema.md): TypeScript SDK 레퍼런스
- [CallsFilter](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/callsfilter.md): TypeScript SDK 레퍼런스
- [Conversation](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/conversation.md): TypeScript SDK 레퍼런스
- [ConversationInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/conversationinit.md): TypeScript SDK 레퍼런스
- [GetAgentsOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getagentsoptions.md): TypeScript SDK 레퍼런스
- [GetAgentSpansOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getagentspansoptions.md): TypeScript SDK 레퍼런스
- [GetAgentTurnOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getagentturnoptions.md): TypeScript SDK 레퍼런스
- [GetAgentTurnsOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getagentturnsoptions.md): TypeScript SDK 레퍼런스
- [GetAgentVersionsOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getagentversionsoptions.md): TypeScript SDK 레퍼런스
- [GetCallsOptions](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/getcallsoptions.md): TypeScript SDK 레퍼런스
- [HttpResponse<D, E>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/httpresponse.md): TypeScript SDK 레퍼런스
- [HTTPValidationError](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/httpvalidationerror.md): TypeScript SDK 레퍼런스
- [LLM](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/llm.md): TypeScript SDK 레퍼런스
- [LLMInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/llminit.md): TypeScript SDK 레퍼런스
- [Message](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/message.md): TypeScript SDK 레퍼런스
- [쿼리](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/query.md): TypeScript SDK 레퍼런스
- [추론](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/reasoning.md): TypeScript SDK 레퍼런스
- [SortBy](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/sortby.md): TypeScript SDK 레퍼런스
- [SubAgent](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/subagent.md): TypeScript SDK 레퍼런스
- [SubAgentInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/subagentinit.md): TypeScript SDK 레퍼런스
- [도구](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/tool.md): TypeScript SDK 레퍼런스
- [ToolInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/toolinit.md): TypeScript SDK 레퍼런스
- [Turn](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/turn.md): TypeScript SDK 레퍼런스
- [TurnInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/turninit.md): TypeScript SDK 레퍼런스
- [사용](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/usage.md): TypeScript SDK 레퍼런스
- [WeaveAudio](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/weaveaudio.md): TypeScript SDK 레퍼런스
- [WeaveClient](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/weaveclient.md): TypeScript SDK 레퍼런스
- [WeaveImage](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/interfaces/weaveimage.md): TypeScript SDK 레퍼런스

##### 타입 별칭

- [에이전트](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/agent.md): TypeScript SDK 레퍼런스
- [AgentMessage](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/agentmessage.md): TypeScript SDK 레퍼런스
- [AgentSpan](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/agentspan.md): TypeScript SDK 레퍼런스
- [AgentTurn](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/agentturn.md): TypeScript SDK 레퍼런스
- [AgentVersion](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/agentversion.md): TypeScript SDK 레퍼런스
- [GetAgentSpansResult](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/getagentspansresult.md): TypeScript SDK 레퍼런스
- [GetAgentsResult](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/getagentsresult.md): TypeScript SDK 레퍼런스
- [GetAgentTurnResult](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/getagentturnresult.md): TypeScript SDK 레퍼런스
- [GetAgentTurnsResult](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/getagentturnsresult.md): TypeScript SDK 레퍼런스
- [GetAgentVersionsResult](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/getagentversionsresult.md): TypeScript SDK 레퍼런스
- [MessagePart](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/messagepart.md): TypeScript SDK 레퍼런스
- [Modality](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/modality.md): TypeScript SDK 레퍼런스
- [Op<T>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/op.md): TypeScript SDK 레퍼런스
- [OpDecorator<T>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/opdecorator.md): TypeScript SDK 레퍼런스
- [Response<T>](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/response.md): TypeScript SDK 레퍼런스
- [Role](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/role.md): TypeScript SDK 레퍼런스
- [Session](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/session.md): TypeScript SDK 레퍼런스
- [SessionInit](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/sessioninit.md): TypeScript SDK 레퍼런스
- [Settings](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/type-aliases/settings.md): TypeScript SDK 레퍼런스

##### 변수

- [endSession](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/variables/endsession.md): TypeScript SDK 레퍼런스
- [getCurrentSession](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/variables/getcurrentsession.md): TypeScript SDK 레퍼런스
- [startSession](https://docs.wandb.ai/ko/weave/reference/typescript-sdk/variables/startsession.md): TypeScript SDK 레퍼런스

#### 서비스 API

- [Weave Service API를 사용해 트레이스하기](https://docs.wandb.ai/ko/weave/cookbooks/weave_via_service_api.md): W&B Weave에서 Service API를 통해 Weave tracing을 사용하는 방법을 알아보세요
- [Service API Overview](https://docs.wandb.ai/ko/weave/reference/service-api.md): Weave 기능에 프로그래밍 방식으로 액세스할 수 있도록 REST 엔드포인트를 제공하는 Weave Service API를 사용하세요.

##### Call

- [Call 시작](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-start.md)
- [Call 종료](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-end.md)
- [Call Start Batch](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-start-batch.md)
- [Call 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/calls/calls-delete.md)
- [Call 업데이트](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-update.md)
- [Call 조회](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-read.md)
- [Call 쿼리 통계](https://docs.wandb.ai/ko/weave/reference/service-api/calls/calls-query-stats.md)
- [트레이스 사용](https://docs.wandb.ai/ko/weave/reference/service-api/calls/trace-usage.md): 트레이스의 call별 사용량을 하위 항목 롤업과 함께 계산합니다.
- [Call 사용량](https://docs.wandb.ai/ko/weave/reference/service-api/calls/calls-usage.md): 여러 루트 call의 집계 사용량을 하위 항목 롤업과 함께 계산합니다.
- [Call 쿼리 스트림](https://docs.wandb.ai/ko/weave/reference/service-api/calls/calls-query-stream.md)
- [Call 통계](https://docs.wandb.ai/ko/weave/reference/service-api/calls/call-stats.md)
- [Call 완료](https://docs.wandb.ai/ko/weave/reference/service-api/calls/calls-complete.md): 완료된 Call 배치를 `calls_complete` 테이블에 직접 업서트합니다.

##### 비용

- [비용 생성](https://docs.wandb.ai/ko/weave/reference/service-api/costs/cost-create.md)
- [비용 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/costs/cost-query.md)
- [비용 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/costs/cost-purge.md)

##### 피드백

- [Feedback 만들기](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-create.md): call이나 객체에 피드백을 추가합니다.
- [Feedback 일괄 생성](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-create-batch.md): call 또는 객체에 여러 피드백 항목을 추가합니다.
- [Feedback 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-query.md): 피드백을 쿼리합니다.
- [Feedback 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-purge.md): 피드백을 영구적으로 삭제합니다.
- [Feedback Replace](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-replace.md)
- [피드백 통계](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-stats.md): 시간 버킷별로 집계된 피드백 통계를 반환합니다.
- [피드백 집계](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-aggregate.md): 유형 지정 Scorer 피드백(tags, 평점)을 시간 버킷별로 집계합니다.
- [피드백 페이로드 스키마](https://docs.wandb.ai/ko/weave/reference/service-api/feedback/feedback-payload-schema.md): 샘플 행에서 피드백 페이로드 스키마(경로 및 유형)를 검색합니다.

##### Files

- [파일 생성](https://docs.wandb.ai/ko/weave/reference/service-api/files/file-create.md)
- [파일 콘텐츠](https://docs.wandb.ai/ko/weave/reference/service-api/files/file-content.md)
- [파일 통계](https://docs.wandb.ai/ko/weave/reference/service-api/files/files-stats.md)

##### 객체

- [Obj Create](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-create.md)
- [Obj 조회](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-read.md)
- [Objs 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/objects/objs-query.md)
- [Obj Delete](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-delete.md)
- [객체에 태그 추가](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-add-tags.md): 객체 버전에 태그를 추가합니다.
- [Obj 태그 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-remove-tags.md): 객체 버전에서 태그를 제거합니다.
- [객체 별칭 설정](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-set-aliases.md): 객체 버전의 별칭을 설정합니다.
- [Obj 별칭 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/objects/obj-remove-aliases.md): 객체에서 별칭을 제거합니다.
- [태그 목록](https://docs.wandb.ai/ko/weave/reference/service-api/objects/tags-list.md): 프로젝트의 모든 태그를 나열합니다.
- [별칭 목록](https://docs.wandb.ai/ko/weave/reference/service-api/objects/aliases-list.md): 프로젝트의 모든 별칭을 나열합니다.

##### OpenTelemetry

- [트레이스 내보내기](https://docs.wandb.ai/ko/weave/reference/service-api/opentelemetry/export-trace.md)

##### 참조

- [Refs 일괄 조회](https://docs.wandb.ai/ko/weave/reference/service-api/refs/refs-read-batch.md)

##### 서비스

- [루트 조회](https://docs.wandb.ai/ko/weave/reference/service-api/service/read-root.md)
- [버전 조회](https://docs.wandb.ai/ko/weave/reference/service-api/service/read-version.md)
- [호출자 위치 조회](https://docs.wandb.ai/ko/weave/reference/service-api/service/get-caller-location.md): 사용자의 IP 주소를 기준으로 지리적 위치를 조회합니다.
- [서버 정보](https://docs.wandb.ai/ko/weave/reference/service-api/service/server-info.md)
- [Projects 정보](https://docs.wandb.ai/ko/weave/reference/service-api/service/projects-info.md)

##### Tables

- [테이블 생성](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-create.md)
- [테이블 업데이트](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-update.md)
- [Digest에서 Table 생성](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-create-from-digests.md)
- [테이블 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-query.md)
- [테이블 쿼리 통계](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-query-stats.md)
- [테이블 쿼리 통계 배치](https://docs.wandb.ai/ko/weave/reference/service-api/tables/table-query-stats-batch.md)

##### 스레드

- [스레드 쿼리 스트림](https://docs.wandb.ai/ko/weave/reference/service-api/threads/threads-query-stream.md)

##### 에이전트

- [GenAI 트레이스 내보내기](https://docs.wandb.ai/ko/weave/reference/service-api/agents/export-genai-trace.md): OTel span을 GenAI 관측성 시스템에 수집합니다.
- [GenAI span 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-spans-query.md): 에이전트 span을 원시 행 또는 그룹화된 집계 형태로 쿼리합니다.
- [GenAI Span 통계](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-spans-stats.md): 에이전트 span에 대해 차트용 집계를 쿼리합니다.
- [GenAI 맞춤 속성 스키마](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-custom-attrs-schema.md): 일치하는 에이전트 span에서 유형이 지정된 맞춤형 속성 키를 찾습니다.
- [GenAI 에이전트 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-agents-query.md)
- [GenAI 에이전트 버전 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-agent-versions-query.md)
- [GenAI 검색](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-search.md)
- [GenAI 트레이스 채팅](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-traces-chat.md)
- [GenAI 대화형 채팅](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-conversation-chat.md)
- [GenAI 대화 span](https://docs.wandb.ai/ko/weave/reference/service-api/agents/genai-conversation-spans.md)

##### 주석 큐

- [어노테이션 큐 만들기](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-create.md): 새 annotation 큐를 생성합니다.
- [Annotation Queues 쿼리 스트림](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queues-query-stream.md): 프로젝트의 annotation 큐를 쿼리합니다(NDJSON 응답 스트리밍).
- [주석 큐 조회](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-read.md): 특정 annotation 큐를 조회합니다.
- [어노테이션 큐 업데이트](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-update.md): 어노테이션 큐의 메타데이터(name, description, scorer_refs)를 업데이트합니다.
- [Annotation Queue Delete](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-delete.md): 어노테이션 큐를 삭제합니다(소프트 삭제).
- [Annotation Queue에 Call 추가](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-add-calls.md): annotation 큐에 call을 추가합니다.
- [어노테이션 큐 항목 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-items-query.md): 페이지네이션 및 정렬을 사용해 annotation 큐의 항목을 쿼리합니다.
- [어노테이션 큐 통계](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queues-stats.md): 여러 annotation 큐의 통계를 조회합니다.
- [어노테이션 큐 항목 진행 상황 업데이트](https://docs.wandb.ai/ko/weave/reference/service-api/annotation-queues/annotation-queue-item-progress-update.md): 현재 annotator의 큐 항목 annotation 상태를 업데이트합니다.

##### 평가

- [모델 평가](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluate-model.md)
- [Evaluation 상태](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluation-status.md)
- [Evaluation 재점수화](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/rescore-evaluation.md): 기존 Evaluation run을 다른 Scorer로 다시 채점합니다.
- [Evaluation 목록](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluation-list.md): 평가 객체 목록을 조회합니다.
- [Evaluation 생성](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluation-create.md): 평가 객체를 생성합니다.
- [Evaluation 조회](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluation-read.md): 평가 객체를 조회합니다.
- [Evaluation 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/evaluations/evaluation-delete.md): 평가 객체를 삭제합니다.

##### 점수

- [Call 점수](https://docs.wandb.ai/ko/weave/reference/service-api/scores/calls-score.md)
- [점수 목록](https://docs.wandb.ai/ko/weave/reference/service-api/scores/score-list.md): 점수 목록을 조회합니다.
- [점수 생성](https://docs.wandb.ai/ko/weave/reference/service-api/scores/score-create.md): 점수를 생성합니다.
- [점수 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/scores/score-delete.md): 점수를 삭제합니다.
- [점수 조회](https://docs.wandb.ai/ko/weave/reference/service-api/scores/score-read.md): score를 조회합니다.

##### 이미지

- [이미지 생성](https://docs.wandb.ai/ko/weave/reference/service-api/images/image-create.md)

##### 레지스트리

- [레지스트리에 연결하기](https://docs.wandb.ai/ko/weave/reference/service-api/registry/link-to-registry.md)

##### Ops

- [Op 목록](https://docs.wandb.ai/ko/weave/reference/service-api/ops/op-list.md): op 객체 목록을 조회합니다.
- [Op 생성](https://docs.wandb.ai/ko/weave/reference/service-api/ops/op-create.md): op 객체를 생성합니다.
- [Op 조회](https://docs.wandb.ai/ko/weave/reference/service-api/ops/op-read.md): op 객체를 조회합니다.
- [Op 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/ops/op-delete.md): op 객체를 삭제합니다. digest가 제공되면 해당 버전만 삭제됩니다. 그렇지 않으면 모든 버전이 삭제됩니다.

##### Datasets

- [데이터셋 목록](https://docs.wandb.ai/ko/weave/reference/service-api/datasets/dataset-list.md): 데이터셋 객체 목록을 조회합니다.
- [데이터셋 생성](https://docs.wandb.ai/ko/weave/reference/service-api/datasets/dataset-create.md): 데이터셋 객체를 생성합니다.
- [데이터셋 조회](https://docs.wandb.ai/ko/weave/reference/service-api/datasets/dataset-read.md): 데이터셋 객체를 조회합니다.
- [데이터셋 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/datasets/dataset-delete.md): 데이터셋 객체를 삭제합니다. digest가 지정되면 해당 버전만 삭제됩니다. 그렇지 않으면 모든 버전이 삭제됩니다.

##### Scorer

- [Scorer 목록](https://docs.wandb.ai/ko/weave/reference/service-api/scorers/scorer-list.md): scorer 객체 목록을 조회합니다.
- [Scorer 생성](https://docs.wandb.ai/ko/weave/reference/service-api/scorers/scorer-create.md): scorer 객체를 생성합니다.
- [Scorer 조회](https://docs.wandb.ai/ko/weave/reference/service-api/scorers/scorer-read.md): scorer 객체를 조회합니다.
- [Scorer Delete](https://docs.wandb.ai/ko/weave/reference/service-api/scorers/scorer-delete.md): scorer 객체를 삭제합니다.

##### Models

- [모델 목록](https://docs.wandb.ai/ko/weave/reference/service-api/models/model-list.md): 모델 객체 목록을 조회합니다.
- [모델 생성](https://docs.wandb.ai/ko/weave/reference/service-api/models/model-create.md): 모델 객체를 생성합니다.
- [모델 조회](https://docs.wandb.ai/ko/weave/reference/service-api/models/model-read.md): 모델 객체를 조회합니다.
- [모델 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/models/model-delete.md): 모델 객체를 삭제합니다. 다이제스트를 지정하면 해당 버전만 삭제됩니다. 그렇지 않으면 모든 버전이 삭제됩니다.

##### 평가 run

- [Evaluation Run 목록](https://docs.wandb.ai/ko/weave/reference/service-api/evaluation-runs/evaluation-run-list.md): 평가 run 목록을 조회합니다.
- [Evaluation Run 생성](https://docs.wandb.ai/ko/weave/reference/service-api/evaluation-runs/evaluation-run-create.md): 평가 run을 생성합니다.
- [Evaluation run 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/evaluation-runs/evaluation-run-delete.md): 평가 run을 삭제합니다.
- [Evaluation Run 조회](https://docs.wandb.ai/ko/weave/reference/service-api/evaluation-runs/evaluation-run-read.md): 평가 run을 조회합니다.
- [Evaluation Run 종료](https://docs.wandb.ai/ko/weave/reference/service-api/evaluation-runs/evaluation-run-finish.md): 평가 run을 종료합니다.

##### 예측

- [예측 목록](https://docs.wandb.ai/ko/weave/reference/service-api/predictions/prediction-list.md): 예측 목록을 조회합니다.
- [예측 생성](https://docs.wandb.ai/ko/weave/reference/service-api/predictions/prediction-create.md): 예측을 생성합니다.
- [예측 삭제](https://docs.wandb.ai/ko/weave/reference/service-api/predictions/prediction-delete.md): 예측을 삭제합니다.
- [예측 조회](https://docs.wandb.ai/ko/weave/reference/service-api/predictions/prediction-read.md): 예측을 조회합니다.
- [예측 종료](https://docs.wandb.ai/ko/weave/reference/service-api/predictions/prediction-finish.md): 예측을 완료합니다.

##### 평가 결과

- [Eval 결과 쿼리](https://docs.wandb.ai/ko/weave/reference/service-api/eval-results/eval-results-query.md): 하나 이상의 evaluations에 대한 그룹화된 평가 결과 행을 조회합니다.

### Serverless Inference

- [API overview](https://docs.wandb.ai/ko/inference/api-reference.md): 엔드포인트 및 인증을 포함한 Serverless Inference 서비스의 전체 REST API 레퍼런스를 탐색하세요.
- [Chat completions](https://docs.wandb.ai/ko/inference/api-reference/chat-completions.md): OpenAI 호환 엔드포인트를 사용해 chat completion을 생성합니다
- [모델 목록 조회](https://docs.wandb.ai/ko/inference/api-reference/list-models.md): models 엔드포인트를 사용하여 사용 가능한 Serverless Inference 모델과 해당 ID 목록을 조회합니다.

### Serverless Training

- [API 개요](https://docs.wandb.ai/ko/serverless-training/api-reference.md): 인증 세부 정보와 함께 Chat Completion, 모델, 트레이닝 작업, 헬스 체크용 Serverless Training API 엔드포인트를 살펴보세요.

#### 채팅-완성

- [Chat Completion 만들기](https://docs.wandb.ai/ko/serverless-training/api-reference/chat-completions/create-chat-completion.md): 새 Chat Completion을 생성합니다.

#### 모델

- [모델 생성](https://docs.wandb.ai/ko/serverless-training/api-reference/models/create-model.md): 새 모델을 생성합니다.
- [모델 체크포인트 목록](https://docs.wandb.ai/ko/serverless-training/api-reference/models/list-model-checkpoints.md)
- [모델 체크포인트 삭제](https://docs.wandb.ai/ko/serverless-training/api-reference/models/delete-model-checkpoints.md): 모델의 특정 체크포인트를 삭제합니다.
- [모델 삭제](https://docs.wandb.ai/ko/serverless-training/api-reference/models/delete-model.md): 모델, 해당 모델의 모든 체크포인트, Artifacts 및 연결된 W&B run을 삭제합니다.
- [로그](https://docs.wandb.ai/ko/serverless-training/api-reference/models/log.md): trajectory를 기록하고 메트릭을 계산합니다.

#### 트레이닝-작업

- [RL 트레이닝 작업 만들기](https://docs.wandb.ai/ko/serverless-training/api-reference/training-jobs/create-rl-training-job.md): 새 RL(강화 학습) 트레이닝 작업을 생성합니다.
- [SFT 트레이닝 작업 만들기](https://docs.wandb.ai/ko/serverless-training/api-reference/training-jobs/create-sft-training-job.md): 새 SFT(지도 파인튜닝) 트레이닝 작업을 생성합니다.
- [트레이닝 작업 조회](https://docs.wandb.ai/ko/serverless-training/api-reference/training-jobs/get-training-job.md): ID로 트레이닝 작업을 조회합니다.
- [트레이닝 작업 이벤트 조회](https://docs.wandb.ai/ko/serverless-training/api-reference/training-jobs/get-training-job-events.md): 트레이닝 작업의 이벤트를 조회합니다.

#### 상태

- [헬스 체크](https://docs.wandb.ai/ko/serverless-training/api-reference/health/health-check.md)
- [시스템 점검](https://docs.wandb.ai/ko/serverless-training/api-reference/health/system-check.md): 모든 시스템 컴포넌트의 상태를 확인합니다.

## OpenAPI Specs

- [openapi](/ko/weave/reference/service-api/openapi.json)
- [openapi](/ko/serverless-training/api-reference/openapi.json)
