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

# wandb.init のモードの違いは何ですか？

使用可能なモードは次のとおりです。

* `online` (デフォルト) : クライアントはデータを wandb サーバーに送信します。
* `offline`: クライアントはデータを wandb サーバーに送信せず、マシン上にローカル保存します。後でデータを同期するには、[`wandb sync`](/ja/models/ref/cli/wandb-sync) コマンドを使用します。
* `disabled`: クライアントはモックオブジェクトを返して動作をシミュレートし、ネットワーク通信を一切行いません。ログ記録はすべて無効になりますが、すべての API method スタブは引き続き呼び出し可能です。このモードは通常、テストに使用されます。

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/ja/support/models/tags/experiments)</Badge>
