# 배치

사용자에게 할당할 수 있는 가장 작은 작업 단위입니다.

배치는 주석자(Annotator)와 검토자(Reviewer)에게 할당될 수 있습니다.

주석자는 이미지를 라벨링하고, 이슈를 생성하며, 검토를 요청할 수 있습니다. 주석자는 검토를 제출하거나 배치를 완료로 표시할 수 없습니다. 검토 요청을 하면 배치는 검증 모드로 전환됩니다.

검토자는 검토를 제출하고 배치를 완료로 표시할 수 있습니다. 이렇게 하면 배치는 완료 모드로 이동합니다.

<figure><img src="/files/39f26db3ec8ba8f790fe14135230c2eea96d7ccf" alt=""><figcaption><p>배치는 더 나은 접근 관리을 위해 주석자와 QC에 할당될 수 있습니다.</p></figcaption></figure>

배치는 네 가지 모드에 있을 수 있습니다

1. **주석(Annotation)** - 모든 배치는 이 모드에서 시작합니다. 그리고 이미지에 라벨이 지정되는 동안 이 모드로 유지됩니다
2. **검증(Validation)** - 배치는 검토를 위해 제출될 때 이 모드로 이동합니다. 주석자가 배치의 이미지 라벨링을 완료하면 품질 검사를 위해 제출할 수 있습니다.
3. **품질 검사(Quality Check)** - 배치에 대한 최종 품질 검사입니다. 완료되면 QC는 주석에 대한 평점과 함께 검토를 제출할 수 있습니다.
4. **완료(Completed)** - 검토자가 배치를 완료로 표시하면 배치는 완료 모드로 이동합니다.

**가시성(Visibility)** — 배치는 관리자(Admin), 부모 프로젝트에 할당된 프로젝트 관리자(Project Managers) 및 그 배치에 주석자 또는 검토자로 할당된 주석자들이 볼 수 있습니다.


---

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