> 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/deploy/batch-processing.md).

# 배치 처리

Batch Processing은 실행하는 비용 효율적인 방법입니다 [Workflows](/roboflow/roboflow-ko/workflows/what-is-workflows.md) 이미지 배치와 저장된 비디오에 대해 사용할 수 있습니다. 대량의 데이터를 비동기적으로 처리하는 데 이상적입니다.

Batch Processing은 대규모 배치를 실행하는 데 필요한 인프라를 자동으로 프로비저닝합니다.

Roboflow 웹 인터페이스 또는 API(CLI를 통해)를 사용하여 Batch Processing 작업을 구성할 수 있습니다.

작업을 시작하면 클라우드에서 데이터 처리를 위한 머신이 프로비저닝됩니다. 그런 다음 데이터에 대해 실행하기로 선택한 Workflow의 출력이 포함된 JSON 파일을 받게 됩니다.

다음 비디오는 Batch Processing을 자세히 설명합니다:

{% embed url="<https://www.youtube.com/watch?v=S7K2j2IeQrM>" %}

### Batch Processing 작업 만들기

Batch Processing 작업을 만들려면 Roboflow 대시보드의 왼쪽 사이드바에서 Deployments를 클릭하세요. 그런 다음 "Batch Processing" 탭을 클릭하세요:

<figure><img src="/files/8488c16d0c790b32a3af106f4c3c07ff7e8696dc" alt=""><figcaption></figcaption></figure>

"New Batch Job"을 클릭하여 Batch Processing 작업을 만드세요.

작업을 구성할 수 있는 창이 열립니다:

<figure><img src="/files/a1467e711139735a21b4045bf50f6ad47f841b48" alt=""><figcaption></figcaption></figure>

#### Workflow 선택

작업 구성을 시작하려면 먼저 Workflow를 선택하세요. 아직 Workflow가 없다면 시작하려면 Workflows 문서를 참조하세요.

#### 이미지 또는 비디오 업로드

다음으로, Workflow를 실행할 이미지 또는 비디오를 업로드해야 합니다.

#### 하드웨어 구성

Batch Processing 작업은 CPU 또는 GPU에서 실행할 수 있습니다. GPU 작업은 더 빠르지만 더 비쌉니다.

가격 정보는 Roboflow 요금제 문서를 참조하세요.

작업에 사용할 CPU 또는 GPU 중 하나를 선택하세요:

<figure><img src="/files/6ff6c521e48f7062c7b91a79fc648463498f78cd" alt=""><figcaption></figcaption></figure>

"Advanced Options" 탭 아래에는 몇 가지 고급 구성 옵션도 제공됩니다. 이러한 옵션은 기본값으로 두는 것을 권장합니다.

#### 작업 시작

Batch Processing 작업을 시작하려면 "Create Batch Job"을 클릭하세요.

작업에 필요한 인프라가 프로비저닝되고 처리가 시작됩니다.

### Job 진행 상황 모니터링

작업을 시작하면 처리 설정 중인지, 배치 데이터가 처리 중인지, 작업이 완료되었는지를 나타내는 상태 표시기가 나타납니다.

배치가 얼마나 처리되었는지 실시간으로 모니터링할 수 있습니다.

데이터를 처리하는 데 걸리는 시간은 이미지 수에 따라 달라집니다.

### API 또는 CLI로 Batch Processing 작업 만들기

프로그래밍 방식으로 Batch Processing 작업을 만들려면 [API Reference](/roboflow/roboflow-ko/deploy/batch-processing/api-reference.md) REST API 엔드포인트는 다음을 참조하세요. 또는 [CLI Usage](/roboflow/roboflow-ko/deploy/batch-processing/cli-usage.md) Roboflow CLI 가이드를 참조하세요.

일반적인 문제를 디버깅하려면 다음을 참조하세요 [문제 해결](/roboflow/roboflow-ko/deploy/batch-processing/troubleshooting.md).


---

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