# Enterprise Deployment

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

エンタープライズのお客様として、以下をご活用いただけます:

* [ライセンスサーバー](/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. **アクティブラーニング**: 本番ラインからデータを積極的に収集し、時間の経過とともにより新しく、より高精度なモデルのトレーニングに使用します。
2. **並列処理サーバー**: リクエストを並列実行して、モデルで推論を実行する際のスループット向上とレイテンシー低減を実現します。
3. **プライベートモデル向けのTensorRTモデルパッケージ**: Roboflowプラットフォーム外でself-hosted Inferenceを実行する場合、プライベートモデル向けのTensorRT最適化モデルパッケージはEnterpriseプランでのみ利用できます。Publicモデルには、すべてのプランでTensorRTパッケージが含まれます。
4. 1台以上のデバイスでInferenceを実行するためのライセンス。

Roboflowのエンタープライズ向け提供について詳しくは、 [営業チームにお問い合わせください](https://roboflow.com/sales).

{% hint style="info" %}
詳細については、 [Roboflow Licensing guidance](https://roboflow.com/licensing) をご参照ください。Roboflowのツールのライセンスについて詳しく説明しています。
{% endhint %}


---

# Agent Instructions: 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.
