> 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/datasets/manage-datasets/manage-batches.md).

# データセットバッチ

一度 [データをアップロードすると](/roboflow/roboflow-jp/datasets/adding-data.md) Roboflow に取り込むと、アップロードしたそのデータは batch になります。batch は、Roboflow の dataset 作成プロセス全体で追跡できる画像のグループです。

プロジェクトの Annotate ページで、すべての batch を表示できます。

<figure><img src="/files/3d2824722dcdda30b5f5187f22117ba7d25d1227" alt=""><figcaption><p>Annotate ページの表示です。注: review 列は Public ユーザーには利用できません。</p></figcaption></figure>

画像がアップロードされると、Unassigned 列に入ります。

batch を誰かに annotate するよう割り当てて、Annotating 列に送ることができます。batch 内の画像の一部を割り当てることもできます。その場合、未割り当ての画像はすべて Unassigned にある新しい batch に移動されます。

batch 内の画像に annotate が完了すると、Review Mode を利用できるユーザーの場合は Review に、そうでなければ Dataset 列に送られます。

batch が Review 列にある場合、その一部または全部が承認または却下されます。承認された batch は Dataset 列に入ります。却下された batch は Annotating 列に戻されます

### Batch の削除

{% hint style="danger" %}
削除は恒久的で元に戻せません。Roboflow では削除された batch を復元できません。
{% endhint %}

batch を削除できるのは Unassigned 列にある場合のみです。削除したい batch が Annotating、Review、または Dataset 列にある場合は、次をクリックする必要があります `Unassigned に移動` をクリックする前に `ジョブを削除`.

batch 名の横にある三点アイコンをクリックし、「Delete Batch」をクリックすると batch を削除できます。

<figure><img src="/files/b276e47f0f1668d136f5c7d183f6dd383fe60c14" alt="" width="279"><figcaption></figcaption></figure>


---

# 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/datasets/manage-datasets/manage-batches.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.
