> 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/train/roboflow-instant.md).

# Roboflow Instant

Roboflow Instant は、Proof of Concept を開発している間に利用できる、短時間で学習できる few-shot モデルです。

Instant は、データセット内の新しい画像バッチを承認するとすぐに、そのデータセットを使用してモデルを自動的に学習します。

その後、このモデルは、Roboflow で学習した他のモデルと同様に、Roboflow Workflows で使用できます。

Instant は Object Detection プロジェクトのみをサポートします。

Roboflow Instant モデルの学習は無料です。

### Roboflow Instant Model を学習する

Roboflow Instant モデルは、データセットに <1000 枚の画像を追加し、そのプロジェクトにまだ Instant モデルが存在しない場合に自動で学習されます。

Instant の学習ジョブは手動でも開始できます。

Instant の学習ジョブを開始するには、Project に移動し、サイドバーの Models をクリックしてから、「Train Model」をクリックします：

<figure><img src="/files/b83ebe1205c547cae4342541917eaf2693b282e7" alt=""><figcaption></figcaption></figure>

「Roboflow Instant Model」を選択します：

<figure><img src="/files/d52af7fee5cdc2979d976f7ef72aecdb1efbeaf9" alt=""><figcaption></figcaption></figure>

その後、学習ジョブの確認を求められます：

<figure><img src="/files/9dacd12047451e75d04d0d211a674223a65340b8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Instant モデルには preprocessing や augmentation の手順を適用できません。
{% endhint %}

「Create New Instant Model」をクリックして、Roboflow Instant の学習ジョブを開始します。

すると学習ジョブが開始されます。

モデルが使用可能になるまで、数分かかる場合があります。

その後、Instant モデルがモデル一覧に表示されます：

<figure><img src="/files/500372a36dbe868f5788fa514557c7b71df893ab" alt=""><figcaption></figcaption></figure>

### Instant Model をデプロイする

モデルを使用するには、デプロイしたいモデルの行の右側にある Deploy Model ボタンをクリックします：

<figure><img src="/files/160ba97df6d7891a74b5af669e52357cad8d7293" alt=""><figcaption></figcaption></figure>

デプロイで使用する Workflow template を選べるウィンドウが表示されます。独自の Workflow を作成することもできます。

<figure><img src="/files/5fc9878d9b36221d413cf2c4ed7fc51dbd5471f1" alt=""><figcaption></figcaption></figure>

オプションを選択すると、Workflow が作成されます。この Workflow は、Roboflow Workspace の Workflows ページからアクセスできます。

以下は、Detect, Count, and Visualize template から作成された Workflow の例です：

<figure><img src="/files/d324812e64c97dad37ae2489e0ab20b61227d9d1" alt=""><figcaption></figcaption></figure>

この Workflow は Roboflow Instant モデルを使用しています。

Workflow をテストして、Instant モデルの動作を確認できます：

<figure><img src="/files/13cb17fd79fe4c893fc13910cacd998595fe8340" alt=""><figcaption></figcaption></figure>

### API で Instant Model を実行する

以下をご参照ください： [Roboflow Instant Model を実行する ](https://docs.roboflow.com/deploy/serverless-hosted-api-v2/use-with-python-sdk)ドキュメントでは、Python SDK と Serverless Hosted API V2 を使用して Instant モデルを直接呼び出す方法を確認できます。


---

# 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/train/roboflow-instant.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.
