Skip to content

Commit 1809f21

Browse files
Merge pull request #226654 from hazemelh/patch-33
Update service-limits.md
2 parents 8e81d16 + d337ceb commit 1809f21

File tree

1 file changed

+9
-8
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding

1 file changed

+9
-8
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/service-limits.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,17 @@ The following limits are observed for the conversational language understanding.
9292

9393
|Item|Lower Limit| Upper Limit |
9494
| --- | --- | --- |
95-
|Count of utterances per project | 1 | 25,000|
95+
|Number of utterances per project | 1 | 25,000|
9696
|Utterance length in characters (authoring) | 1 | 500 |
9797
|Utterance length in characters (prediction) | 1 | 1000 |
98-
|Count of intents per project | 1 | 500|
99-
|Count of entities per project | 1 | 500|
100-
|Count of list synonyms per entity| 0 | 20,000 |
101-
|Count of prebuilt components per entity| 0 | 7 |
102-
|Count of regular expressions per project| 0 | 20 |
103-
|Count of trained models per project| 0 | 10 |
104-
|Count of deployments per project| 0 | 10 |
98+
|Number of intents per project | 1 | 500|
99+
|Number of entities per project | 0 | 350|
100+
|Number of list synonyms per entity| 0 | 20,000 |
101+
|Number of list synonyms per project| 0 | 2,000,000 |
102+
|Number of prebuilt components per entity| 0 | 7 |
103+
|Number of regular expressions per project| 0 | 20 |
104+
|Number of trained models per project| 0 | 10 |
105+
|Number of deployments per project| 0 | 10 |
105106

106107
## Naming limits
107108

0 commit comments

Comments
 (0)