You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/batch.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use global batch with Azure OpenAI
5
5
author: mrbullwinkle
6
6
ms.author: mbullwin
7
7
manager: nitinme
8
-
ms.date: 05/28/2025
8
+
ms.date: 06/19/2025
9
9
ms.service: azure-ai-openai
10
10
ms.topic: how-to
11
11
ms.custom:
@@ -232,6 +232,8 @@ When a job failure occurs, you'll find details about the failure in the `errors`
232
232
|`empty_batch` | Please check your input file to ensure that the custom ID parameter is unique for each request in the batch.|
233
233
|`model_mismatch`| The Azure OpenAI model deployment name that was specified in the `model` property of this request in the input file doesn't match the rest of the file.<br><br>Please ensure that all requests in the batch point to the same Azure OpenAI in Azure AI Foundry Models model deployment in the `model` property of the request.|
234
234
|`invalid_request`| The schema of the input line is invalid or the deployment SKU is invalid. <br><br>Please ensure the properties of the request in your input file match the expected input properties, and that the Azure OpenAI deployment SKU is `globalbatch` for batch API requests.|
235
+
| `input_modified` |Blob input has been modified after the batch job has been submitted. |
236
+
| `input_no_permissions` | It's not possible to access the input blob. Please check [permissions](./role-based-access-control.md) and network access between the Azure OpenAI account and Azure Storage account. |
0 commit comments