> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/deploy/enterprise-deployment.md).

# Enterprise Deployment

Roboflow Enterpriseのお客様は、いくつかの高度な機能をご利用いただけます。

Enterpriseのお客様として、以下をご利用いただけます:

* [License server](/roboflow/roboflow-jp/deploy/enterprise-deployment/license-server.md)
* [Inferenceコンテナでのオフラインモード](/roboflow/roboflow-jp/deploy/enterprise-deployment/offline-mode.md)
* [Kubernetesデプロイメントに関するアドバイス](/roboflow/roboflow-jp/deploy/enterprise-deployment/kubernetes.md)

Enterpriseのお客様は、ローカルのInferenceデプロイメントにおいても、以下の高度な機能をご利用いただけます:

1. **Active learning**: 本番ラインからデータを継続的に収集し、時間の経過とともにより高精度な新しいモデルの学習に使用します。
2. **Parallel processing server**: リクエストを並列処理して、モデルでInferenceを実行する際のスループット向上とレイテンシ低減を実現します。
3. **プライベートモデル向けTensorRTモデルパッケージ**: Roboflowプラットフォーム外でself-hosted Inferenceを実行する場合、プライベートモデル向けのTensorRT最適化モデルパッケージはEnterpriseプランでのみ利用できます。公開モデルには、すべてのプランでTensorRTパッケージが含まれます。
4. 複数のデバイスでInferenceを実行するためのライセンス。

RoboflowのEnterprise向け提供内容の詳細については、 [営業チームにお問い合わせください](https://roboflow.com/sales).

{% hint style="info" %}
次を参照してください: [Roboflowのライセンスガイダンス](https://roboflow.com/licensing) Roboflowツールのライセンス方法の詳細をご覧ください。
{% endhint %}


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/enterprise-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
