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: articles/cognitive-services/language-service/custom-classification/service-limits.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,16 @@ Custom text classification is only available select Azure regions. When you crea
64
64
65
65
* You can't rename your project after creation.
66
66
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
+
67
69
* You must have minimum of 10 files in your project and a maximum of 1,000,000 files.
68
70
69
71
* You can have up to 10 trained models per project.
70
72
71
73
* Model names have to be unique within the same project.
72
74
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
+
73
77
* You can't rename your model after creation.
74
78
75
79
* 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
84
88
85
89
| Attribute | Limits |
86
90
|--|--|
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. |
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-named-entity-recognition/service-limits.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,10 @@ Use this article to learn about the data and service limits when using Custom NE
25
25
26
26
* All files should be available at the root of your container.
27
27
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.
29
29
30
30
* Your [training dataset](how-to/train-model.md#data-split) should include at least 10 files and not more than 100,000 files.
31
31
32
-
33
32
## APIs limits
34
33
35
34
* 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
57
56
58
57
## Project limits
59
58
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.
61
60
62
61
* 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.
63
62
64
63
* You cannot rename your project after creation.
65
64
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
+
66
67
* You must have minimum of 10 tagged files in your project and a maximum of 100,000 files.
67
68
68
-
* You can have up to 10 trained models per project.
69
+
* You can have up to 50 trained models per project.
69
70
70
71
* Model names have to be unique within the same project.
71
72
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
+
72
75
* You cannot rename your model after creation.
73
76
74
77
* 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
81
84
82
85
* It is recommended to have around 200 tagged instances per entity and you must have a minimum of 10 of tagged instances per entity.
83
86
87
+
* Entity names must have a maximum of 50 characters.
88
+
84
89
## Naming limits
85
90
86
91
| Attribute | Limits |
87
92
|--|--|
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. |
0 commit comments