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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Refer to the [models page](../concepts/models.md) for the most up-to-date inform
73
73
The following aren't currently supported:
74
74
75
75
- Integration with the Assistants API.
76
-
- Integration with the on your data feature.
76
+
- Integration with Azure OpenAI On Your Data feature.
77
77
78
78
### Global batch deployment
79
79
@@ -212,10 +212,10 @@ When a job failure occurs, you'll find details about the failure in the `errors`
212
212
| `too_many_tasks` |The number of requests in the input file exceeds the maximum allowed value of 100,000.<br><br>Please ensure your total requests are under 100,000 and resubmit the job.|
213
213
| `url_mismatch` | Either a row in your input file has a URL that doesn’t match the rest of the rows, or the URL specified in the input file doesn’t match the expected endpoint URL. <br><br>Please ensure all request URLs are the same, and that they match the endpoint URL associated with your Azure OpenAI deployment.|
214
214
|`model_not_found`|The Azure OpenAI model deployment name that was specified in the `model` property of the input file wasn't found.<br><br> Please ensure this name points to a valid Azure OpenAI model deployment.|
215
-
| `duplicate_custom_id` | The custom id for this request is a duplicate of the custom id in another request. |
216
-
|`empty_batch` | Please check your input file to ensure that the custom id parameter is unique for each request in the batch.|
215
+
| `duplicate_custom_id` | The custom ID for this request is a duplicate of the custom ID in another request. |
216
+
|`empty_batch` | Please check your input file to ensure that the custom ID parameter is unique for each request in the batch.|
217
217
|`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 AOAI model deployment in the `model` property of the request.|
218
-
|`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 matches the expected input properties, and that the Azure OpenAI deployment SKU is `globalbatch` for batch API requests.|
218
+
|`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.|
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/batch/batch-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,13 @@ Once your input file is prepared, you first need to upload the file to then be a
72
72
73
73
Choose your global batch deployment name from the dropdown and select **Create**. The deployment should match the deployment name specified on each line of your `.jsonl` file.
74
74
75
-
:::image type="content" source="../../media/how-to/global-batch/deployment.png" alt-text="Create a batch job Azure Studio UI experience." lightbox="../../media/how-to/global-batch/deployment.png":::
75
+
:::image type="content" source="../../media/how-to/global-batch/deployment.png" alt-text="Screenshot of the create a batch job Azure Studio UI experience." lightbox="../../media/how-to/global-batch/deployment.png":::
76
76
77
77
## Track batch job progress
78
78
79
79
Once your job is created, you can monitor the job's progress by selecting the Job ID for the most recently created job.
80
80
81
-
:::image type="content" source="../../media/how-to/global-batch/job-id.png" alt-text="Screenshot that shows the batch job id for a job currently undergoing validation." lightbox="../../media/how-to/global-batch/job-id.png":::
81
+
:::image type="content" source="../../media/how-to/global-batch/job-id.png" alt-text="Screenshot that shows the batch job ID for a job currently undergoing validation." lightbox="../../media/how-to/global-batch/job-id.png":::
82
82
83
83
You can track job status for your job in the right-hand pane:
0 commit comments