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

# 데이터셋 배치

일단 [데이터를 업로드하면](/roboflow/roboflow-ko/datasets/adding-data.md) Roboflow에 업로드한 데이터는 배치(batch)로 전환됩니다. 배치(batch)는 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`.

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

<figure><img src="/files/cb19aa26f7f4efaf51fe330874b268e40605567c" 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-ko/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.
