Skip to content

Commit 6bfa585

Browse files
authored
Merge pull request #186814 from magrefaat/patch-78
Update service-limits.md
2 parents a029c69 + d8248c3 commit 6bfa585

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

articles/cognitive-services/language-service/custom-classification/service-limits.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@ Custom text classification is only available select Azure regions. When you crea
6464

6565
* You can't rename your project after creation.
6666

67+
* Your project name must only contain alphanumeric characters (letters and numbers). Spaces and special characters are not allowed. Project names can have a maximum of 50 characters.
68+
6769
* You must have minimum of 10 files in your project and a maximum of 1,000,000 files.
6870

6971
* You can have up to 10 trained models per project.
7072

7173
* Model names have to be unique within the same project.
7274

75+
* Model name must only contain alphanumeric characters (letters and numbers). Spaces and special characters are not allowed. Project names can have a maximum of 50 characters.
76+
7377
* You can't rename your model after creation.
7478

7579
* You can only train one model at a time per project.
@@ -84,7 +88,7 @@ Custom text classification is only available select Azure regions. When you crea
8488

8589
| Attribute | Limits |
8690
|--|--|
87-
| Project name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
88-
| Model name | You can only use letters `(a-z, A-Z)`, numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]` |
89-
| entity names| You can only use letters `(a-z, A-Z)`, numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]` |
90-
| File names | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
91+
| Project name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. Maximum allowed length is 50 characters. |
92+
| Model name | You can only use letters `(a-z, A-Z)`, numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]`. Maximum allowed length is 50 characters. |
93+
| Class name| You can only use letters `(a-z, A-Z)`, numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]`. Maximum allowed length is 50 characters. |
94+
| File name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |

articles/cognitive-services/language-service/custom-named-entity-recognition/service-limits.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ Use this article to learn about the data and service limits when using Custom NE
2525

2626
* All files should be available at the root of your container.
2727

28-
* Maximum allowed length for your file sis 128,000 characters, which is approximately 28,000 words or 56 pages.
28+
* Maximum allowed length for your file is 128,000 characters, which is approximately 28,000 words or 56 pages.
2929

3030
* Your [training dataset](how-to/train-model.md#data-split) should include at least 10 files and not more than 100,000 files.
3131

32-
3332
## APIs limits
3433

3534
* When using the Authoring API, there is a maximum of 10 POST requests and 100 GET requests per minute.
@@ -57,18 +56,22 @@ Custom text classification is only available select Azure regions. When you crea
5756

5857
## Project limits
5958

60-
* You can only connect 1 storage container for each project. This process is irreversible. If you connect a container to your project, you cannot disconnect it later.
59+
* You can only connect 1 storage account for each project. This process is irreversible. If you connect a storage account to your project, you cannot disconnect it later.
6160

6261
* You can only have 1 [tags file](how-to/tag-data.md) per project. You cannot change to a different tags file later. You can only update the tags within your project.
6362

6463
* You cannot rename your project after creation.
6564

65+
* Your project name must only contain alphanumeric characters (letters and numbers). Spaces and special characters are not allowed. Project names can have a maximum of 50 characters.
66+
6667
* You must have minimum of 10 tagged files in your project and a maximum of 100,000 files.
6768

68-
* You can have up to 10 trained models per project.
69+
* You can have up to 50 trained models per project.
6970

7071
* Model names have to be unique within the same project.
7172

73+
* Model names must only contain alphnumeric characters,only letters and numbers, no spaces or special characters are allowed). Model name must have a maximum of 50 characters.
74+
7275
* You cannot rename your model after creation.
7376

7477
* You can only train one model at a time per project.
@@ -81,14 +84,16 @@ Custom text classification is only available select Azure regions. When you crea
8184

8285
* It is recommended to have around 200 tagged instances per entity and you must have a minimum of 10 of tagged instances per entity.
8386

87+
* Entity names must have a maximum of 50 characters.
88+
8489
## Naming limits
8590

8691
| Attribute | Limits |
8792
|--|--|
88-
| Project name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
89-
| Model name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
90-
| Entity names| You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]` |
91-
| File names | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
93+
| Project name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. Maximum length allowed is 50 characters. |
94+
| Model name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. Maximum length allowed is 50 characters. |
95+
| Entity name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` and symbols `@ # _ . , ^ \ [ ]`. Maximum length allowed is 50 characters. |
96+
| File name | You can only use letters `(a-z, A-Z)`, and numbers `(0-9)` with no spaces. |
9297

9398
## Next steps
9499

0 commit comments

Comments
 (0)