> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/ja/dynamo-compute-service.md).

# Dynamo クラウド コンピューティング

Dynamo クラウド コンピューティングは、Dynamo のビジュアル プログラミング ランタイムのパワーをクラウドにもたらします。ローカル マシン上でグラフを実行する代わりに、コンピューティング サービスは安全なクラウド環境内でグラフを実行し、結果を返します。

## Dynamo とは

Dynamo は、グラフ内のノードをつないでいくことでプログラムを作成できる、ビジュアル プログラミング言語およびオーサリング環境です。グラフを実行する Dynamo ランタイムでは、複雑なタスクを自動化したり、ジオメトリを生成したりできます。また、他のソフトウェアと統合することも可能です。

## コンピューティング サービスのしくみ

クラウドベースのクライアント(Forma 内の Dynamo Player など)を介して Dynamo を使用する場合、実行に必要な `.dyn` グラフ ファイルがコンピューティング サービスに送られます。サービスは次のように動作します。

1. グラフと入力パラメータを受け取る
2. 分離されたクラウド環境内でグラフを実行する
3. 結果をクライアント アプリケーションに返す

このクラウドベースのアプローチにより、Dynamo をローカルにインストールしなくても Dynamo のグラフを実行でき、複雑な操作にクラウドのコンピューティング パワーを活用できます。

## Dynamo クラウド コンピューティングを使用する理由

Dynamo クラウド コンピューティングを使用すると、次のようなシナリオが可能になります。

**Desktop をインストールせずにグラフを実行**: ローカルのマシンに Dynamo Desktop をインストールしなくても、Web アプリケーションから直接 Dynamo のグラフを実行できます。

**コラボレーションと共有**: Forma などの Web インタフェースを介してグラフを実行できるチーム メンバーとグラフを共有することで、自動化されたワークフローを組織全体に簡単に配布できます。

**クラウド コンピューティングのパワーを活用**: ローカル マシンでは時間がかかる可能性のある計算負荷の高い操作に、クラウドのパワーを活用できます。

**実行環境を標準化**: 統制の取れたクラウド環境でグラフを実行することにより、複数のユーザやマシン間でも一貫した動作を確保できます。

**Forma に接続**: Dynamo を使用して Forma API を操作できます。詳細については、[このブログの投稿](https://dynamobim.org/design-to-configuration-your-rules-in-forma-and-revit-via-dynamo-part-1/)を参照してください。

## 主な特徴

**クラウドで実行**: グラフは、ローカル マシンではなく、クラウドで実行されます。これは、次のことを意味します。

* グラフを実行するために Dynamo Desktop をインストールする必要がない
* クラウド コンピューティング リソースを利用できる
* 複数のユーザ間で一貫した実行環境を確保できる

**セキュリティ**: サービスは、分離された環境で各ユーザのグラフを実行するため、データのセキュリティとプライバシーが確保されます。グラフとデータは、他のユーザから切り離されます。

**非同期処理**: グラフの実行は非同期的に行われます。クライアントがジョブを送信し、ジョブが完了するまでジョブのステータスを確認できます。これにより、ワークフローをブロックすることなく、時間のかかる計算を継続して実行できます。

## 現在の可用性

Dynamo クラウド コンピューティングは現在、次の場所から使用できます。

* **Forma オープン ベータ版の Dynamo プレーヤ**: Autodesk Forma の Web インタフェースで直接、Dynamo グラフをアップロード、共有、実行できます。

## 詳細情報

* [Dynamo コンピューティング サービスとデスクトップ版 Dynamo の違い](/ja/dynamo-in-forma-beta/dynamo-compute-service-differences-with-desktop-dynamo.md): クラウド実行用のグラフを作成するときに注意すべき重要な相違点
* [エンジンのライフサイクル](/ja/dynamo-compute-service/engine-lifecycle.md): サポートされているエンジンのバージョンとそのライフサイクルに関する情報

***

> **注: ベータ版サービス**\
> Dynamo クラウド コンピューティングは現在、ベータ版です。このドキュメントで言及しているサポート タイムラインと更新ポリシーは、サービスの試行と改良を行う際における、オートデスクの現在の意図を表しています。それらは動作を保証するものではなく、ユーザからのフィードバックや操作経験に基づいて変更される場合があります。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://primer2.dynamobim.org/ja/dynamo-compute-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
