Skip to content

Commit 2f1c5f0

Browse files
committed
resolve pr feedback
1 parent efbf430 commit 2f1c5f0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/ai-services/document-intelligence/prebuilt/batch-analysis.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ Use a file list `JSONL` file with the following conditions:
8888
* When you want more control over which files get processed in each batch request;
8989

9090
```bash
91-
POST /documentModels/{modelId}:analyzeBatch
92-
93-
{
94-
"azureBlobFileListSource": {
95-
"containerUrl": "https://myStorageAccount.blob.core.windows.net/myContainer?mySasToken",
96-
"fileList": "myFileList.jsonl"
97-
...
98-
},
91+
POST /documentModels/{modelId}:analyzeBatch
92+
93+
{
94+
"azureBlobFileListSource": {
95+
"containerUrl": "https://myStorageAccount.blob.core.windows.net/myContainer?mySasToken",
96+
"fileList": "myFileList.jsonl"
97+
...
98+
},
9999
...
100-
}
100+
}
101101
102-
```
102+
```
103103

104104
A container URL or a container SAS URL is required in both options. Use container URL if using managed Identity to access your storage container. If you're using Shared Access Signature (SAS), use a SAS URL.
105105
@@ -244,7 +244,7 @@ For each document processed, a status is assigned, either `succeeded`, `failed`,
244244
]
245245
...
246246
```
247-
247+
248248
* Status `skipped`: Typically, this status happens when output for the document is already present in the specified output folder and the `overwriteExisting` Boolean property is set to `false`
249249

250250
Example of `skipped` status response:

0 commit comments

Comments
 (0)