Skip to content

Commit fac127c

Browse files
committed
update
1 parent 313a09d commit fac127c

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

articles/ai-services/openai/how-to/batch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Refer to the [models page](../concepts/models.md) for the most up-to-date inform
7373
The following aren't currently supported:
7474

7575
- Integration with the Assistants API.
76-
- Integration with the on your data feature.
76+
- Integration with Azure OpenAI On Your Data feature.
7777

7878
### Global batch deployment
7979

@@ -212,10 +212,10 @@ When a job failure occurs, you'll find details about the failure in the `errors`
212212
| `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.|
213213
| `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.|
214214
|`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.|
217217
|`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.|
219219

220220
### Known issues
221221

articles/ai-services/openai/includes/batch/batch-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Once your input file is prepared, you first need to upload the file to then be a
7272

7373
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.
7474

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":::
7676

7777
## Track batch job progress
7878

7979
Once your job is created, you can monitor the job's progress by selecting the Job ID for the most recently created job.
8080

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":::
8282

8383
You can track job status for your job in the right-hand pane:
8484

108 Bytes
Loading
102 Bytes
Loading
57 Bytes
Loading
-56 Bytes
Loading
85 Bytes
Loading
76 Bytes
Loading
-33 Bytes
Loading

0 commit comments

Comments
 (0)