> 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 になります。Batches は、Roboflow のデータセット作成プロセス全体で追跡できる画像のグループです。

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

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

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

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

batch 内の画像の annotate が完了すると、Review（Review Mode が利用できるユーザーの場合）または Dataset 列に送られます。

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

### Batch の削除

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

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

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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/manage-datasets/manage-batches.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.
