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

# Batch Processing

Batch Processing डेटा चलाने का एक किफ़ायती तरीका है [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md) images के batches और stored videos पर। यह बड़ी मात्रा में डेटा को asynchronous रूप से प्रोसेस करने के लिए आदर्श है।

Batch Processing बड़ी batch चलाने के लिए आवश्यक infrastructure को अपने आप provision करता है।

आप Roboflow web interface के माध्यम से या हमारी API के माध्यम से (CLI के जरिए) Batch Processing job configure कर सकते हैं।

जब आप कोई job शुरू करते हैं, तो आपका डेटा प्रोसेस करने के लिए cloud में machines provision की जाएँगी। इसके बाद आपको उस Workflow के output के साथ एक JSON file मिलेगी जिसे आपने अपने डेटा पर चलाने के लिए चुना है।

निम्नलिखित video में Batch Processing को विस्तार से समझाया गया है:

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

### Batch Processing Job बनाएँ

Batch Processing job बनाने के लिए, अपने Roboflow dashboard के left sidebar में Deployments पर क्लिक करें। फिर "Batch Processing" tab पर क्लिक करें:

<figure><img src="/files/246a7d83fc269c973546cae97c6abc3c674fb5fa" alt=""><figcaption></figcaption></figure>

Batch Processing job बनाने के लिए "New Batch Job" पर क्लिक करें।

एक window खुलेगी जिसमें आप अपना job configure कर सकते हैं:

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

#### एक Workflow चुनें

किसी job को configure करना शुरू करने के लिए, पहले एक Workflow चुनें। यदि आपके पास पहले से Workflow नहीं है, तो शुरू करने के लिए हमारे Workflows documentation देखें।

#### Images या Videos अपलोड करें

इसके बाद, आपको वे images या videos अपलोड करने होंगे जिन पर आप अपना Workflow चलाना चाहते हैं।

#### Hardware configure करें

आप अपना Batch Processing job CPU या GPU पर चला सकते हैं। GPU jobs तेज़ होते हैं लेकिन अधिक महंगे होते हैं।

मूल्य निर्धारण की जानकारी के लिए, Roboflow pricing documentation देखें।

अपने job के लिए CPU या GPU में से किसी एक को चुनें:

<figure><img src="/files/7231fd24855bd1233693807dcef05902a119448a" alt=""><figcaption></figcaption></figure>

"Advanced Options" tab के अंतर्गत कई उन्नत configuration विकल्प भी उपलब्ध हैं। हम सलाह देते हैं कि इन विकल्पों को default पर ही रहने दें।

#### Job शुरू करें

Batch Processing job शुरू करने के लिए, "Create Batch Job" पर क्लिक करें।

आपके job के लिए infrastructure provision किया जाएगा और processing शुरू हो जाएगी।

### Job Progress की निगरानी करें

जब आप अपना job शुरू करेंगे, तो एक status indicator दिखाई देगा जो बताएगा कि processing configure की जा रही है, batch data प्रोसेस हो रहा है, और job कब complete होता है।

आप real time में monitor कर सकते हैं कि batch का कितना हिस्सा प्रोसेस हो चुका है।

आपका डेटा प्रोसेस करने में लगने वाला समय इस बात पर निर्भर करता है कि कितनी images हैं।

### API या CLI के साथ Batch Processing Job बनाएँ

प्रोग्राम के माध्यम से Batch Processing job बनाने के लिए, देखें [API Reference](/roboflow/roboflow-hi/deploy/batch-processing/api-reference.md) REST API endpoints के लिए या [CLI Usage](/roboflow/roboflow-hi/deploy/batch-processing/cli-usage.md) Roboflow CLI के लिए guide।

सामान्य समस्याओं को debug करने के लिए, देखें [समस्या निवारण](/roboflow/roboflow-hi/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-hi/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.
