# Dataset Batches

일단 [데이터를 업로드하면](/roboflow/roboflow-ko/datasets/adding-data.md) Roboflow에 업로드한 해당 데이터는 배치가 됩니다. 배치는 Roboflow에서 데이터셋 작업 전반에 걸쳐 추적할 수 있는 이미지 그룹입니다.

프로젝트의 Annotate 페이지에서 모든 배치를 볼 수 있습니다.

<figure><img src="/files/152d86a147392d34a3d50b93a3778d22c5f0c239" alt=""><figcaption><p>Annotate 페이지의 보기입니다. 참고: review 열은 Public 사용자에게는 제공되지 않습니다.</p></figcaption></figure>

이미지가 업로드되면 Unassigned 열에 있습니다.

누군가가 주석을 달도록 배치를 할당하여 Annotating 열로 보낼 수 있습니다. 배치 내의 일부 이미지도 선택하여 할당할 수 있습니다. 이 경우 할당되지 않은 이미지는 Unassigned의 새 배치로 이동합니다.

배치 내 이미지에 주석이 달리면 Review(Review Mode를 사용할 수 있는 사용자)로 보내지거나 Dataset 열로 이동합니다.

배치가 Review 열에 있으면 일부 또는 전체가 승인되거나 거부됩니다. 승인된 배치는 Dataset 열로 이동합니다. 거부된 배치는 Annotating 열로 다시 보내집니다.

### 배치 삭제

{% hint style="danger" %}
삭제는 영구적이며 되돌릴 수 없습니다. Roboflow는 삭제된 배치를 복구할 수 없습니다.
{% endhint %}

배치는 Unassigned 열에 있을 때만 삭제할 수 있습니다. 삭제하려는 배치가 Annotating, Review 또는 Dataset 열에 있다면 `Move to unassigned` 을 클릭한 후 `Delete Job`.

배치 이름 옆의 점 3개를 클릭한 다음 "Delete Batch"를 클릭하여 배치를 삭제할 수 있습니다.

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


---

# 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-ko/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.
