# Weights & Biases Documentation: Japanese リファレンス

## リファレンス

- [リファレンス](https://docs.wandb.ai/ja/reference.md): W&B のすべてのプロダクトに関する API、SDK、CLI のリファレンス。

### W&B Models

- [Reference の概要](https://docs.wandb.ai/ja/models/ref.md): W&B Python SDK、CLI、Query panel のデータタイプに関する自動生成された API リファレンスドキュメントを参照できます。

#### Python

- [Python SDK 0.29.0](https://docs.wandb.ai/ja/models/ref/python.md): インストール手順、クラス、関数のドキュメントを含む W&B Python SDK API リファレンスを参照できます。

##### SDK コーディング チートシート

- [W&B SDK Python コーディングチートシート](https://docs.wandb.ai/ja/models/ref/sdk-coding-cheat-sheet.md): 一般的な W&B Python SDK のパターンとコード例のクイックリファレンス
- [Runs](https://docs.wandb.ai/ja/models/ref/sdk-coding-cheat-sheet/runs.md): W&B run を初期化して管理し、実験を整理して作業をトラッキングします。
- [ログ](https://docs.wandb.ai/ja/models/ref/sdk-coding-cheat-sheet/logging.md): メトリクス、ハイパーパラメーター、表、カスタムデータを W&B にログします。
- [Artifacts](https://docs.wandb.ai/ja/models/ref/sdk-coding-cheat-sheet/artifacts.md): データのバージョン管理のために、W&B Artifactsを作成、更新、ダウンロード、管理します。
- [レジストリ](https://docs.wandb.ai/ja/models/ref/sdk-coding-cheat-sheet/registry.md): W&B Model Registry を使用してモデル バージョンを整理・管理します。

##### グローバル関数

- [Global Functions の概要](https://docs.wandb.ai/ja/models/ref/python/functions.md): init、login、setup、sweep、エージェントを含む、W&B Python SDK のトップレベル関数のリファレンス。
- [agent()](https://docs.wandb.ai/ja/models/ref/python/functions/agent.md)
- [box3d()](https://docs.wandb.ai/ja/models/ref/python/functions/box3d.md)
- [controller()](https://docs.wandb.ai/ja/models/ref/python/functions/controller.md)
- [finish()](https://docs.wandb.ai/ja/models/ref/python/functions/finish.md)
- [init()](https://docs.wandb.ai/ja/models/ref/python/functions/init.md)
- [login()](https://docs.wandb.ai/ja/models/ref/python/functions/login.md)
- [restore()](https://docs.wandb.ai/ja/models/ref/python/functions/restore.md)
- [setup()](https://docs.wandb.ai/ja/models/ref/python/functions/setup.md)
- [sweep()](https://docs.wandb.ai/ja/models/ref/python/functions/sweep.md)
- [teardown()](https://docs.wandb.ai/ja/models/ref/python/functions/teardown.md)

##### データ型

- [Data Types 概要](https://docs.wandb.ai/ja/models/ref/python/data-types.md): W&B Python SDK における、メディアおよび構造化データをログするための Data Types
- [オーディオ](https://docs.wandb.ai/ja/models/ref/python/data-types/audio.md)
- [Histogram](https://docs.wandb.ai/ja/models/ref/python/data-types/histogram.md)
- [Html](https://docs.wandb.ai/ja/models/ref/python/data-types/html.md)
- [Image](https://docs.wandb.ai/ja/models/ref/python/data-types/image.md)
- [Molecule](https://docs.wandb.ai/ja/models/ref/python/data-types/molecule.md)
- [Object3D](https://docs.wandb.ai/ja/models/ref/python/data-types/object3d.md)
- [Plotly](https://docs.wandb.ai/ja/models/ref/python/data-types/plotly.md)
- [表](https://docs.wandb.ai/ja/models/ref/python/data-types/table.md)
- [Video](https://docs.wandb.ai/ja/models/ref/python/data-types/video.md)

##### Experiments

- [Experiments の概要](https://docs.wandb.ai/ja/models/ref/python/experiments.md): 実験のトラッキングと Artifacts の管理に使用する、W&B Python SDK の基本クラス
- [Artifact](https://docs.wandb.ai/ja/models/ref/python/experiments/artifact.md)
- [Run](https://docs.wandb.ai/ja/models/ref/python/experiments/run.md)
- [Settings](https://docs.wandb.ai/ja/models/ref/python/experiments/settings.md)
- [システムメトリクス リファレンス](https://docs.wandb.ai/ja/models/ref/python/experiments/system-metrics.md): W&B SDK が Runs 中に自動的にログする CPU、GPU、メモリ、ディスク、ネットワークのシステムメトリクスのリファレンス。

##### Automations

- [Automations の概要](https://docs.wandb.ai/ja/models/ref/python/automations.md): W&B Automations API を使用して、ML パイプライン内の自動ワークフローを作成・管理します
- [オートメーション](https://docs.wandb.ai/ja/models/ref/python/automations/automation.md)
- [DoNothing](https://docs.wandb.ai/ja/models/ref/python/automations/donothing.md)
- [MetricChangeFilter](https://docs.wandb.ai/ja/models/ref/python/automations/metricchangefilter.md)
- [MetricZScoreFilter](https://docs.wandb.ai/ja/models/ref/python/automations/metriczscorefilter.md)
- [MetricThresholdFilter](https://docs.wandb.ai/ja/models/ref/python/automations/metricthresholdfilter.md)
- [NewAutomation](https://docs.wandb.ai/ja/models/ref/python/automations/newautomation.md)
- [OnAddArtifactAlias](https://docs.wandb.ai/ja/models/ref/python/automations/onaddartifactalias.md)
- [OnAddArtifactTag](https://docs.wandb.ai/ja/models/ref/python/automations/onaddartifacttag.md)
- [OnAddCollectionTag](https://docs.wandb.ai/ja/models/ref/python/automations/onaddcollectiontag.md)
- [OnCreateArtifact](https://docs.wandb.ai/ja/models/ref/python/automations/oncreateartifact.md)
- [OnLinkArtifact](https://docs.wandb.ai/ja/models/ref/python/automations/onlinkartifact.md)
- [OnRemoveArtifactTag](https://docs.wandb.ai/ja/models/ref/python/automations/onremoveartifacttag.md)
- [OnRemoveCollectionTag](https://docs.wandb.ai/ja/models/ref/python/automations/onremovecollectiontag.md)
- [OnRunMetric](https://docs.wandb.ai/ja/models/ref/python/automations/onrunmetric.md)
- [OnRunState](https://docs.wandb.ai/ja/models/ref/python/automations/onrunstate.md)
- [OnUnlinkArtifact](https://docs.wandb.ai/ja/models/ref/python/automations/onunlinkartifact.md)
- [RunStateFilter](https://docs.wandb.ai/ja/models/ref/python/automations/runstatefilter.md)
- [SendNotification](https://docs.wandb.ai/ja/models/ref/python/automations/sendnotification.md)
- [SendWebhook](https://docs.wandb.ai/ja/models/ref/python/automations/sendwebhook.md)

##### カスタム チャート

- [カスタムチャートの概要](https://docs.wandb.ai/ja/models/ref/python/custom-charts.md): W&B Python SDK でカスタムチャートを使用し、プロジェクトのダッシュボードでインタラクティブな可視化を行います
- [bar()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/bar.md)
- [confusion_matrix()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/confusion_matrix.md)
- [histogram()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/histogram.md)
- [line_series()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/line_series.md)
- [line()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/line.md)
- [plot_table()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/plot_table.md)
- [pr_curve()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/pr_curve.md)
- [roc_curve()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/roc_curve.md)
- [scatter()](https://docs.wandb.ai/ja/models/ref/python/custom-charts/scatter.md)

##### Public API

- [Public API の概要](https://docs.wandb.ai/ja/models/ref/python/public-api.md): W&B Public API を使用して、W&B データにプログラムでアクセスおよび管理します
- [Api](https://docs.wandb.ai/ja/models/ref/python/public-api/api.md)
- [ArtifactCollection](https://docs.wandb.ai/ja/models/ref/python/public-api/artifactcollection.md)
- [ArtifactCollections](https://docs.wandb.ai/ja/models/ref/python/public-api/artifactcollections.md)
- [ArtifactFiles](https://docs.wandb.ai/ja/models/ref/python/public-api/artifactfiles.md)
- [Artifacts](https://docs.wandb.ai/ja/models/ref/python/public-api/artifacts.md)
- [ArtifactType](https://docs.wandb.ai/ja/models/ref/python/public-api/artifacttype.md)
- [ArtifactTypes](https://docs.wandb.ai/ja/models/ref/python/public-api/artifacttypes.md)
- [BetaReport](https://docs.wandb.ai/ja/models/ref/python/public-api/betareport.md)
- [ConsoleLogLine](https://docs.wandb.ai/ja/models/ref/python/public-api/consolelogline.md)
- [ConsoleLogs](https://docs.wandb.ai/ja/models/ref/python/public-api/consolelogs.md)
- [DownloadHistoryResult](https://docs.wandb.ai/ja/models/ref/python/public-api/downloadhistoryresult.md)
- [IncompleteRunHistoryError](https://docs.wandb.ai/ja/models/ref/python/public-api/incompleterunhistoryerror.md)
- [File](https://docs.wandb.ai/ja/models/ref/python/public-api/file.md)
- [Files](https://docs.wandb.ai/ja/models/ref/python/public-api/files.md)
- [Member](https://docs.wandb.ai/ja/models/ref/python/public-api/member.md)
- [組織](https://docs.wandb.ai/ja/models/ref/python/public-api/organization.md)
- [Project](https://docs.wandb.ai/ja/models/ref/python/public-api/project.md)
- [Projects](https://docs.wandb.ai/ja/models/ref/python/public-api/projects.md)
- [ProjectArtifactCollections](https://docs.wandb.ai/ja/models/ref/python/public-api/projectartifactcollections.md)
- [Registry](https://docs.wandb.ai/ja/models/ref/python/public-api/registry.md)
- [レポート](https://docs.wandb.ai/ja/models/ref/python/public-api/reports.md)
- [Run](https://docs.wandb.ai/ja/models/ref/python/public-api/run.md)
- [RunArtifacts](https://docs.wandb.ai/ja/models/ref/python/public-api/runartifacts.md)
- [Runs](https://docs.wandb.ai/ja/models/ref/python/public-api/runs.md)
- [Sweep](https://docs.wandb.ai/ja/models/ref/python/public-api/sweep.md)
- [Sweeps](https://docs.wandb.ai/ja/models/ref/python/public-api/sweeps.md)
- [Team](https://docs.wandb.ai/ja/models/ref/python/public-api/team.md)
- [User](https://docs.wandb.ai/ja/models/ref/python/public-api/user.md)

#### コマンドライン インターフェース (CLI)

- [CLI リファレンス SDK 0.29.0](https://docs.wandb.ai/ja/models/ref/cli.md): W&B Command Line Interface (CLI) を使用すると、シェルコマンドでログイン、ジョブの実行、sweep の実行などを行えます
- [wandb エージェント](https://docs.wandb.ai/ja/models/ref/cli/wandb-agent.md)
- [wandb clean](https://docs.wandb.ai/ja/models/ref/cli/wandb-clean.md)
- [wandb controller](https://docs.wandb.ai/ja/models/ref/cli/wandb-controller.md)
- [wandb disabled](https://docs.wandb.ai/ja/models/ref/cli/wandb-disabled.md)
- [wandb docker](https://docs.wandb.ai/ja/models/ref/cli/wandb-docker.md)
- [wandb docker-run](https://docs.wandb.ai/ja/models/ref/cli/wandb-docker-run.md)
- [wandb enabled](https://docs.wandb.ai/ja/models/ref/cli/wandb-enabled.md)
- [wandb init](https://docs.wandb.ai/ja/models/ref/cli/wandb-init.md)
- [wandb login](https://docs.wandb.ai/ja/models/ref/cli/wandb-login.md)
- [wandb offline](https://docs.wandb.ai/ja/models/ref/cli/wandb-offline.md)
- [wandb online](https://docs.wandb.ai/ja/models/ref/cli/wandb-online.md)
- [wandb pull](https://docs.wandb.ai/ja/models/ref/cli/wandb-pull.md)
- [wandb purge-cache](https://docs.wandb.ai/ja/models/ref/cli/wandb-purge-cache.md)
- [wandb restore](https://docs.wandb.ai/ja/models/ref/cli/wandb-restore.md)
- [wandb status](https://docs.wandb.ai/ja/models/ref/cli/wandb-status.md)
- [wandb sweep](https://docs.wandb.ai/ja/models/ref/cli/wandb-sweep.md)
- [wandb sync](https://docs.wandb.ai/ja/models/ref/cli/wandb-sync.md)
- [wandb verify](https://docs.wandb.ai/ja/models/ref/cli/wandb-verify.md)

##### wandb artifact

- [wandb artifact](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact.md)
- [wandb artifact get](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact/wandb-artifact-get.md)
- [wandb artifact ls](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact/wandb-artifact-ls.md)
- [wandb artifact put](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact/wandb-artifact-put.md)

###### artifact キャッシュ

- [wandb アーティファクト キャッシュ](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact/wandb-artifact-cache.md)
- [wandb artifact cache cleanup](https://docs.wandb.ai/ja/models/ref/cli/wandb-artifact/wandb-artifact-cache/wandb-artifact-cache-cleanup.md)

##### wandb beta

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

###### beta core

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

##### wandb ジョブ

- [wandb ジョブ](https://docs.wandb.ai/ja/models/ref/cli/wandb-job.md)
- [wandb job create](https://docs.wandb.ai/ja/models/ref/cli/wandb-job/wandb-job-create.md)
- [wandb job describe](https://docs.wandb.ai/ja/models/ref/cli/wandb-job/wandb-job-describe.md)
- [wandb job list](https://docs.wandb.ai/ja/models/ref/cli/wandb-job/wandb-job-list.md)

##### wandb leet

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

##### wandb サーバー

- [wandb server](https://docs.wandb.ai/ja/models/ref/cli/wandb-server.md)
- [wandb server start](https://docs.wandb.ai/ja/models/ref/cli/wandb-server/wandb-server-start.md)
- [wandb server stop](https://docs.wandb.ai/ja/models/ref/cli/wandb-server/wandb-server-stop.md)

#### クエリ式言語

- [Query Expression Language の概要](https://docs.wandb.ai/ja/models/ref/query-panel.md): W&B でデータを選択して集計するためのベータ版クエリ言語
- [artifact](https://docs.wandb.ai/ja/models/ref/query-panel/artifact.md)
- [artifactType](https://docs.wandb.ai/ja/models/ref/query-panel/artifact-type.md)
- [artifactVersion](https://docs.wandb.ai/ja/models/ref/query-panel/artifact-version.md)
- [オーディオファイル](https://docs.wandb.ai/ja/models/ref/query-panel/audio-file.md)
- [bokeh-file](https://docs.wandb.ai/ja/models/ref/query-panel/bokeh-file.md)
- [真偽値](https://docs.wandb.ai/ja/models/ref/query-panel/boolean.md)
- [entity](https://docs.wandb.ai/ja/models/ref/query-panel/entity.md)
- [file](https://docs.wandb.ai/ja/models/ref/query-panel/file.md)
- [float](https://docs.wandb.ai/ja/models/ref/query-panel/float.md)
- [HTMLファイル](https://docs.wandb.ai/ja/models/ref/query-panel/html-file.md)
- [画像ファイル](https://docs.wandb.ai/ja/models/ref/query-panel/image-file.md)
- [int](https://docs.wandb.ai/ja/models/ref/query-panel/int.md)
- [joined-table](https://docs.wandb.ai/ja/models/ref/query-panel/joined-table.md)
- [molecule-file](https://docs.wandb.ai/ja/models/ref/query-panel/molecule-file.md)
- [number](https://docs.wandb.ai/ja/models/ref/query-panel/number.md)
- [object3D-file](https://docs.wandb.ai/ja/models/ref/query-panel/object-3-d-file.md)
- [partitioned-table](https://docs.wandb.ai/ja/models/ref/query-panel/partitioned-table.md)
- [プロジェクト](https://docs.wandb.ai/ja/models/ref/query-panel/project.md)
- [pytorch-model-file](https://docs.wandb.ai/ja/models/ref/query-panel/pytorch-model-file.md)
- [run](https://docs.wandb.ai/ja/models/ref/query-panel/run.md)
- [string](https://docs.wandb.ai/ja/models/ref/query-panel/string.md)
- [表](https://docs.wandb.ai/ja/models/ref/query-panel/table.md)
- [ユーザー](https://docs.wandb.ai/ja/models/ref/query-panel/user.md)
- [動画ファイル](https://docs.wandb.ai/ja/models/ref/query-panel/video-file.md)

#### Reports および Workspaces API

- [Reports](https://docs.wandb.ai/ja/models/ref/wandb_workspaces/reports.md)
- [Workspaces](https://docs.wandb.ai/ja/models/ref/wandb_workspaces/workspaces.md)

### W&B Weave

- [概要](https://docs.wandb.ai/ja/weave/reference.md): Weights & Biases Weave のAPIドキュメントとSDKリファレンス

#### Python SDK

- [weave](https://docs.wandb.ai/ja/weave/reference/python-sdk.md): Weave Python SDK の API リファレンス

##### Core

- [feedback](https://docs.wandb.ai/ja/weave/reference/python-sdk/trace/feedback.md): weave.trace.feedback の Python SDK リファレンス
- [op](https://docs.wandb.ai/ja/weave/reference/python-sdk/trace/op.md): weave.trace.op の Python SDK リファレンス
- [util](https://docs.wandb.ai/ja/weave/reference/python-sdk/trace/util.md): weave.trace.util の Python SDK リファレンス
- [weave_client](https://docs.wandb.ai/ja/weave/reference/python-sdk/trace/weave_client.md): weave.trace.weave_client の Python SDK リファレンス

##### Trace Server

- [trace_server_interface](https://docs.wandb.ai/ja/weave/reference/python-sdk/trace_server/trace_server_interface.md): weave.trace_server.trace_server_interface の Python SDK のリファレンス

##### Trace Server バインディング

- [remote_http_trace_server](https://docs.wandb.ai/ja/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/ja/weave/reference/typescript-sdk.md): TypeScript SDK リファレンス
- [init](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/functions/init.md): TypeScript SDK リファレンス

##### クラス

- [Dataset<R>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/dataset.md): TypeScript SDK リファレンス
- [評価<R, E, M>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/evaluation.md): TypeScript SDK リファレンス
- [EvaluationLogger](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/evaluationlogger.md): TypeScript SDK リファレンス
- [MessagesPrompt](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/messagesprompt.md): TypeScript SDK リファレンス
- [ObjectRef](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/objectref.md): TypeScript SDK リファレンス
- [ScoreLogger](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/scorelogger.md): TypeScript SDK リファレンス
- [StringPrompt](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/stringprompt.md): TypeScript SDK リファレンス
- [WeaveAdkPlugin](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/weaveadkplugin.md): TypeScript SDK リファレンス
- [WeaveObject](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/classes/weaveobject.md): TypeScript SDK リファレンス

##### 関数

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

##### インターフェース

- [CallSchema](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/callschema.md): TypeScript SDK リファレンス
- [CallsFilter](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/callsfilter.md): TypeScript SDK リファレンス
- [会話](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/conversation.md): TypeScript SDK リファレンス
- [ConversationInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/conversationinit.md): TypeScript SDK リファレンス
- [GetAgentsOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getagentsoptions.md): TypeScript SDK リファレンス
- [GetAgentSpansOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getagentspansoptions.md): TypeScript SDK リファレンス
- [GetAgentTurnOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getagentturnoptions.md): TypeScript SDK リファレンス
- [GetAgentTurnsOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getagentturnsoptions.md): TypeScript SDK リファレンス
- [GetAgentVersionsOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getagentversionsoptions.md): TypeScript SDK リファレンス
- [GetCallsOptions](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/getcallsoptions.md): TypeScript SDK リファレンス
- [HttpResponse<D, E>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/httpresponse.md): TypeScript SDK リファレンス
- [HTTPValidationError](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/httpvalidationerror.md): TypeScript SDK リファレンス
- [LLM](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/llm.md): TypeScript SDK リファレンス
- [LLMInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/llminit.md): TypeScript SDK リファレンス
- [Message](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/message.md): TypeScript SDK リファレンス
- [クエリ](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/query.md): TypeScript SDK リファレンス
- [推論](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/reasoning.md): TypeScript SDK リファレンス
- [SortBy](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/sortby.md): TypeScript SDK リファレンス
- [SubAgent](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/subagent.md): TypeScript SDK リファレンス
- [SubAgentInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/subagentinit.md): TypeScript SDK リファレンス
- [ツール](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/tool.md): TypeScript SDK リファレンス
- [ToolInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/toolinit.md): TypeScript SDK リファレンス
- [ターン](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/turn.md): TypeScript SDK リファレンス
- [TurnInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/turninit.md): TypeScript SDK リファレンス
- [使用方法](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/usage.md): TypeScript SDK リファレンス
- [WeaveAudio](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/weaveaudio.md): TypeScript SDK リファレンス
- [WeaveClient](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/weaveclient.md): TypeScript SDK リファレンス
- [WeaveImage](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/interfaces/weaveimage.md): TypeScript SDK リファレンス

##### 型エイリアス

- [エージェント](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/agent.md): TypeScript SDK リファレンス
- [AgentMessage](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/agentmessage.md): TypeScript SDK リファレンス
- [AgentSpan](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/agentspan.md): TypeScript SDK リファレンス
- [AgentTurn](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/agentturn.md): TypeScript SDK リファレンス
- [AgentVersion](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/agentversion.md): TypeScript SDK リファレンス
- [GetAgentSpansResult](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/getagentspansresult.md): TypeScript SDK リファレンス
- [GetAgentsResult](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/getagentsresult.md): TypeScript SDK リファレンス
- [GetAgentTurnResult](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/getagentturnresult.md): TypeScript SDK リファレンス
- [GetAgentTurnsResult](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/getagentturnsresult.md): TypeScript SDK リファレンス
- [GetAgentVersionsResult](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/getagentversionsresult.md): TypeScript SDK リファレンス
- [MessagePart](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/messagepart.md): TypeScript SDK リファレンス
- [Modality](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/modality.md): TypeScript SDK リファレンス
- [Op<T>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/op.md): TypeScript SDK リファレンス
- [OpDecorator<T>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/opdecorator.md): TypeScript SDK リファレンス
- [Response<T>](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/response.md): TypeScript SDK リファレンス
- [Role](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/role.md): TypeScript SDK リファレンス
- [Session](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/session.md): TypeScript SDK リファレンス
- [SessionInit](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/sessioninit.md): TypeScript SDK リファレンス
- [設定](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/type-aliases/settings.md): TypeScript SDK リファレンス

##### 変数

- [endSession](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/variables/endsession.md): TypeScript SDK リファレンス
- [getCurrentSession](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/variables/getcurrentsession.md): TypeScript SDK リファレンス
- [startSession](https://docs.wandb.ai/ja/weave/reference/typescript-sdk/variables/startsession.md): TypeScript SDK リファレンス

#### サービス API

- [Weave Service API を使用してトレースする](https://docs.wandb.ai/ja/weave/cookbooks/weave_via_service_api.md): W&B Weave で Service API を通じてトレースを使用する方法を学びます
- [Service API の概要](https://docs.wandb.ai/ja/weave/reference/service-api.md): Weave Service API を使用すると、Weave の機能にプログラムからアクセスするための REST エンドポイントを利用できます。

##### Call

- [Call Start](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-start.md)
- [Callの終了](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-end.md)
- [Call Start Batch](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-start-batch.md)
- [Call の削除](https://docs.wandb.ai/ja/weave/reference/service-api/calls/calls-delete.md)
- [Call を更新](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-update.md)
- [Call Read](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-read.md)
- [Call クエリの統計](https://docs.wandb.ai/ja/weave/reference/service-api/calls/calls-query-stats.md)
- [Trace の使用量](https://docs.wandb.ai/ja/weave/reference/service-api/calls/trace-usage.md): 子孫 call を含めて集計し、trace の call ごとの使用量を計算します。
- [Call の使用状況](https://docs.wandb.ai/ja/weave/reference/service-api/calls/calls-usage.md): 子孫 call を含めて集計し、複数のルート call の集約使用量を計算します。
- [Call クエリストリーム](https://docs.wandb.ai/ja/weave/reference/service-api/calls/calls-query-stream.md)
- [Call 統計](https://docs.wandb.ai/ja/weave/reference/service-api/calls/call-stats.md)
- [Call の完了](https://docs.wandb.ai/ja/weave/reference/service-api/calls/calls-complete.md): 完了済みの Call のバッチを `calls_complete` 表に直接アップサートします。

##### コスト

- [コストを作成](https://docs.wandb.ai/ja/weave/reference/service-api/costs/cost-create.md)
- [コストクエリ](https://docs.wandb.ai/ja/weave/reference/service-api/costs/cost-query.md)
- [コストをパージ](https://docs.wandb.ai/ja/weave/reference/service-api/costs/cost-purge.md)

##### フィードバック

- [Feedback を作成](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-create.md): call または object にフィードバックを追加します。
- [Feedback バッチを作成](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-create-batch.md): 複数のフィードバック項目をcallsまたはオブジェクトに追加します。
- [フィードバックのクエリ](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-query.md): フィードバックをクエリします。
- [feedback をパージ](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-purge.md): フィードバックを完全に削除します。
- [Feedback の置換](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-replace.md)
- [フィードバック統計](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-stats.md): 時間バケットごとの集約済みフィードバック統計を返します。
- [Feedback の集計](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-aggregate.md): 型付き Scorer フィードバック（タグ、評価）を時間バケットごとに集計します。
- [フィードバックペイロードのスキーマ](https://docs.wandb.ai/ja/weave/reference/service-api/feedback/feedback-payload-schema.md): サンプル行からフィードバックペイロードのスキーマ（パスとタイプ）を特定します。

##### Files

- [File Create](https://docs.wandb.ai/ja/weave/reference/service-api/files/file-create.md)
- [ファイルの内容](https://docs.wandb.ai/ja/weave/reference/service-api/files/file-content.md)
- [Files 統計](https://docs.wandb.ai/ja/weave/reference/service-api/files/files-stats.md)

##### オブジェクト

- [Obj Create](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-create.md)
- [Obj Read](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-read.md)
- [Objs クエリ](https://docs.wandb.ai/ja/weave/reference/service-api/objects/objs-query.md)
- [Obj Delete](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-delete.md)
- [Obj にタグを追加](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-add-tags.md): オブジェクトバージョンにタグを追加します。
- [Obj のタグを削除](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-remove-tags.md): オブジェクトバージョンからタグを削除します。
- [Obj のエイリアスを設定](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-set-aliases.md): オブジェクトバージョンのエイリアスを設定します。
- [Obj のエイリアスを削除](https://docs.wandb.ai/ja/weave/reference/service-api/objects/obj-remove-aliases.md): オブジェクトからエイリアスを削除します。
- [タグ一覧](https://docs.wandb.ai/ja/weave/reference/service-api/objects/tags-list.md): プロジェクト内のすべてのタグを一覧表示します。
- [エイリアス一覧](https://docs.wandb.ai/ja/weave/reference/service-api/objects/aliases-list.md): プロジェクト内のすべてのエイリアスを一覧表示します。

##### OpenTelemetry

- [トレースをエクスポート](https://docs.wandb.ai/ja/weave/reference/service-api/opentelemetry/export-trace.md)

##### ref

- [Refs Read Batch](https://docs.wandb.ai/ja/weave/reference/service-api/refs/refs-read-batch.md)

##### サービス

- [ルートを取得](https://docs.wandb.ai/ja/weave/reference/service-api/service/read-root.md)
- [バージョンを取得](https://docs.wandb.ai/ja/weave/reference/service-api/service/read-version.md)
- [呼び出し元の位置情報を取得](https://docs.wandb.ai/ja/weave/reference/service-api/service/get-caller-location.md): IP アドレスに基づいてユーザーの地理的位置を特定します。
- [サーバー情報](https://docs.wandb.ai/ja/weave/reference/service-api/service/server-info.md)
- [Projects 情報](https://docs.wandb.ai/ja/weave/reference/service-api/service/projects-info.md)

##### Tables

- [表の作成](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-create.md)
- [表の更新](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-update.md)
- [ダイジェストから表を作成](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-create-from-digests.md)
- [表のクエリ](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-query.md)
- [表のクエリ統計](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-query-stats.md)
- [表クエリ統計バッチ](https://docs.wandb.ai/ja/weave/reference/service-api/tables/table-query-stats-batch.md)

##### スレッド

- [スレッドのクエリストリーム](https://docs.wandb.ai/ja/weave/reference/service-api/threads/threads-query-stream.md)

##### エージェント

- [GenAI トレースをエクスポート](https://docs.wandb.ai/ja/weave/reference/service-api/agents/export-genai-trace.md): OTelスパンをGenAI observabilityシステムに取り込みます。
- [GenAI スパンをクエリする](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-spans-query.md): エージェントのスパンを、生の行またはグループ化された集約としてクエリします。
- [GenAI スパンの統計](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-spans-stats.md): エージェントのスパンに対するチャート用の集約をクエリします。
- [GenAI カスタム属性スキーマ](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-custom-attrs-schema.md): 一致するエージェントのスパンで、型付きのカスタム属性キーを検出します。
- [GenAI エージェントをクエリする](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-agents-query.md)
- [GenAI エージェントのバージョンをクエリする](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-agent-versions-query.md)
- [GenAI Search](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-search.md)
- [GenAI トレースチャット](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-traces-chat.md)
- [GenAI 会話チャット](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-conversation-chat.md)
- [GenAI 会話スパン](https://docs.wandb.ai/ja/weave/reference/service-api/agents/genai-conversation-spans.md)

##### アノテーションキュー

- [アノテーションキューを作成](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-create.md): 新しいannotation queueを作成します。
- [アノテーションキューのクエリストリーム](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queues-query-stream.md): プロジェクトのannotation queueをクエリします（NDJSONレスポンスをストリーミング）。
- [アノテーションキューの取得](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-read.md): 特定のannotation queueを取得します。
- [アノテーションキューを更新](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-update.md): アノテーションキューのメタデータ（name、description、scorer_refs）を更新します。
- [アノテーションキューの削除](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-delete.md): アノテーションキューを削除（論理削除）します。
- [アノテーションキューへの Call の追加](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-add-calls.md): callsをannotation queueに追加します。
- [アノテーションキュー項目のクエリ](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-items-query.md): annotation queue内の項目をページネーションと並べ替えでクエリします。
- [アノテーションキューの統計](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queues-stats.md): 複数のannotation queueの統計情報を取得します。
- [アノテーションキュー項目の進行状況の更新](https://docs.wandb.ai/ja/weave/reference/service-api/annotation-queues/annotation-queue-item-progress-update.md): 現在のアノテーターのキュー項目のアノテーション状態を更新します。

##### 評価

- [モデルを評価](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluate-model.md)
- [評価のステータス](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluation-status.md)
- [評価を再スコアリング](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/rescore-evaluation.md): 既存の評価 run を別の Scorer で再スコアリングします。
- [評価一覧](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluation-list.md): 評価オブジェクトの一覧を取得します。
- [評価の作成](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluation-create.md): 評価オブジェクトを作成します。
- [評価の取得](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluation-read.md): 評価オブジェクトを取得します。
- [評価を削除](https://docs.wandb.ai/ja/weave/reference/service-api/evaluations/evaluation-delete.md): 評価オブジェクトを削除します。

##### スコア

- [Callのスコア](https://docs.wandb.ai/ja/weave/reference/service-api/scores/calls-score.md)
- [スコアの一覧](https://docs.wandb.ai/ja/weave/reference/service-api/scores/score-list.md): スコアの一覧を取得します。
- [スコアの作成](https://docs.wandb.ai/ja/weave/reference/service-api/scores/score-create.md): スコアを作成します。
- [スコアを削除](https://docs.wandb.ai/ja/weave/reference/service-api/scores/score-delete.md): スコアを削除します。
- [スコアの取得](https://docs.wandb.ai/ja/weave/reference/service-api/scores/score-read.md): スコアを取得します。

##### イメージ

- [Image Create](https://docs.wandb.ai/ja/weave/reference/service-api/images/image-create.md)

##### Registry

- [Registry にリンクする](https://docs.wandb.ai/ja/weave/reference/service-api/registry/link-to-registry.md)

##### Ops

- [Op 一覧](https://docs.wandb.ai/ja/weave/reference/service-api/ops/op-list.md): opオブジェクトの一覧を取得します。
- [Op の作成](https://docs.wandb.ai/ja/weave/reference/service-api/ops/op-create.md): opオブジェクトを作成します。
- [op の取得](https://docs.wandb.ai/ja/weave/reference/service-api/ops/op-read.md): opオブジェクトを取得します。
- [Op Delete](https://docs.wandb.ai/ja/weave/reference/service-api/ops/op-delete.md): opオブジェクトを削除します。digestが指定されている場合は、そのバージョンのみを削除します。指定されていない場合は、すべてのバージョンを削除します。

##### Datasets

- [データセット一覧](https://docs.wandb.ai/ja/weave/reference/service-api/datasets/dataset-list.md): データセットオブジェクトを一覧表示します。
- [Dataset の作成](https://docs.wandb.ai/ja/weave/reference/service-api/datasets/dataset-create.md): データセットオブジェクトを作成します。
- [データセットの取得](https://docs.wandb.ai/ja/weave/reference/service-api/datasets/dataset-read.md): データセットオブジェクトを取得します。
- [Dataset Delete](https://docs.wandb.ai/ja/weave/reference/service-api/datasets/dataset-delete.md): データセットオブジェクトを削除します。digest を指定した場合は、それらのバージョンのみが削除されます。指定しない場合は、すべてのバージョンが削除されます。

##### Scorer

- [Scorer の一覧](https://docs.wandb.ai/ja/weave/reference/service-api/scorers/scorer-list.md): scorerオブジェクトを一覧表示します。
- [Scorer の作成](https://docs.wandb.ai/ja/weave/reference/service-api/scorers/scorer-create.md): scorerオブジェクトを作成します。
- [Scorer Read](https://docs.wandb.ai/ja/weave/reference/service-api/scorers/scorer-read.md): scorerオブジェクトを取得します。
- [Scorer の削除](https://docs.wandb.ai/ja/weave/reference/service-api/scorers/scorer-delete.md): scorerオブジェクトを削除します。

##### Models

- [モデル一覧](https://docs.wandb.ai/ja/weave/reference/service-api/models/model-list.md): モデルオブジェクトの一覧を取得します。
- [モデルを作成](https://docs.wandb.ai/ja/weave/reference/service-api/models/model-create.md): モデルオブジェクトを作成します。
- [モデルの取得](https://docs.wandb.ai/ja/weave/reference/service-api/models/model-read.md): モデルオブジェクトを取得します。
- [モデルを削除](https://docs.wandb.ai/ja/weave/reference/service-api/models/model-delete.md): モデルオブジェクトを削除します。ダイジェストが指定されている場合は、それらのバージョンのみが削除されます。指定しない場合は、すべてのバージョンが削除されます。

##### 評価 run

- [評価 run 一覧](https://docs.wandb.ai/ja/weave/reference/service-api/evaluation-runs/evaluation-run-list.md): 評価 run を一覧表示します。
- [評価 run を作成](https://docs.wandb.ai/ja/weave/reference/service-api/evaluation-runs/evaluation-run-create.md): 評価 run を作成します。
- [Evaluation Run の削除](https://docs.wandb.ai/ja/weave/reference/service-api/evaluation-runs/evaluation-run-delete.md): 評価 run を削除します。
- [評価 run を取得](https://docs.wandb.ai/ja/weave/reference/service-api/evaluation-runs/evaluation-run-read.md): 評価 run を取得します。
- [評価 run を終了](https://docs.wandb.ai/ja/weave/reference/service-api/evaluation-runs/evaluation-run-finish.md): 評価 run を完了します。

##### 予測

- [予測一覧](https://docs.wandb.ai/ja/weave/reference/service-api/predictions/prediction-list.md): 予測を一覧表示します。
- [予測を作成](https://docs.wandb.ai/ja/weave/reference/service-api/predictions/prediction-create.md): 予測を作成します。
- [予測の削除](https://docs.wandb.ai/ja/weave/reference/service-api/predictions/prediction-delete.md): 予測を削除します。
- [予測の取得](https://docs.wandb.ai/ja/weave/reference/service-api/predictions/prediction-read.md): 予測を取得します。
- [予測の完了](https://docs.wandb.ai/ja/weave/reference/service-api/predictions/prediction-finish.md): 予測を完了します。

##### 評価結果

- [Eval 結果のクエリ](https://docs.wandb.ai/ja/weave/reference/service-api/eval-results/eval-results-query.md): 1 つ以上の評価について、グループ化された評価結果行を取得します。

### Serverless Inference

- [API の概要](https://docs.wandb.ai/ja/inference/api-reference.md): エンドポイントや認証を含む、Serverless Inference サービスの完全な REST API リファレンスを確認できます。
- [Chat completions](https://docs.wandb.ai/ja/inference/api-reference/chat-completions.md): OpenAI互換のエンドポイントを使用して、チャット補完を作成します
- [モデルを一覧表示](https://docs.wandb.ai/ja/inference/api-reference/list-models.md): models エンドポイントを使用して、利用可能な Serverless Inference のモデルとその ID の一覧を取得します。

### Serverless Training

- [API 概要](https://docs.wandb.ai/ja/serverless-training/api-reference.md): 認証の詳細とともに、chat completions、Models、トレーニング ジョブ、ヘルスチェック用の Serverless Training API エンドポイントを確認できます。

#### チャット補完

- [Chat Completion を作成](https://docs.wandb.ai/ja/serverless-training/api-reference/chat-completions/create-chat-completion.md): 新しいChat Completionを作成します。

#### モデル

- [モデルを作成](https://docs.wandb.ai/ja/serverless-training/api-reference/models/create-model.md): 新しいモデルを作成します。
- [モデル チェックポイントを一覧表示](https://docs.wandb.ai/ja/serverless-training/api-reference/models/list-model-checkpoints.md)
- [モデル チェックポイントを削除](https://docs.wandb.ai/ja/serverless-training/api-reference/models/delete-model-checkpoints.md): モデルの特定のチェックポイントを削除します。
- [モデルを削除](https://docs.wandb.ai/ja/serverless-training/api-reference/models/delete-model.md): モデル、そのすべての checkpoint、Artifacts、および関連する W&B run を削除します。
- [ログ](https://docs.wandb.ai/ja/serverless-training/api-reference/models/log.md): 軌跡をログし、メトリクスを計算します。

#### トレーニングジョブ

- [RLトレーニングジョブを作成](https://docs.wandb.ai/ja/serverless-training/api-reference/training-jobs/create-rl-training-job.md): 新しい RL（強化学習）トレーニングジョブを作成します。
- [SFT トレーニングジョブを作成](https://docs.wandb.ai/ja/serverless-training/api-reference/training-jobs/create-sft-training-job.md): 新しい SFT（教師ありファインチューニング）トレーニングジョブを作成します。
- [Get Training Job](https://docs.wandb.ai/ja/serverless-training/api-reference/training-jobs/get-training-job.md): ID でトレーニングジョブを取得します。
- [トレーニングジョブのイベントを取得](https://docs.wandb.ai/ja/serverless-training/api-reference/training-jobs/get-training-job-events.md): トレーニングジョブのイベントを取得します。

#### ヘルスチェック

- [ヘルスチェック](https://docs.wandb.ai/ja/serverless-training/api-reference/health/health-check.md)
- [システムチェック](https://docs.wandb.ai/ja/serverless-training/api-reference/health/system-check.md): すべてのシステム components のヘルスをチェックします。

## OpenAPI Specs

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