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: sdk/formrecognizer/azure-ai-formrecognizer/TROUBLESHOOTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,10 +91,10 @@ com.azure.core.exception.HttpResponseException: Status code 200, Invalid model c
91
91
```
92
92
93
93
### Unexpected time to build a custom model
94
-
It is common to notice a longer time than what is expected to build a custom model when using `DocumentBuildMode: "neural"`.
95
-
Depending on the service load you can usually expect it to ~10min.
94
+
It is common to notice a longer time than what is expected to build a custom model when using `DocumentBuildMode: "neural"`
95
+
with `DocumentModelAdministrationClient#beginBuildDocumentModel()`.
96
96
97
-
For simpler use-cases, you can use [Custom Template models](https://aka.ms/custom-template-models) which are easy-to-train models and take lesser time (in seconds) to build over the
97
+
For simpler use-cases, you can use [Custom Template models](https://aka.ms/custom-template-models) which are easy-to-train models and take lesser time to build over the
98
98
[Custom Neural models](https://aka.ms/custom-neural-models) that are deep learned models.
0 commit comments