Skip to content

Commit 6d13b3d

Browse files
committed
update model_id rules
1 parent cb51d79 commit 6d13b3d

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/UserGuide/Master/Table/AI-capability/AINode_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ create model <model_id> using uri <uri>
9696
Detailed meanings of SQL parameters:
9797

9898
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
99-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
99+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
100100
- Length: 2-64 characters
101101
- Case-sensitive
102102
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/Master/Table/AI-capability/AINode_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ create model <model_id> using uri <uri>
9595
Detailed meanings of SQL parameters:
9696

9797
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
98-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
98+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
9999
- Length: 2-64 characters
100100
- Case-sensitive
101101
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/Master/Tree/AI-capability/AINode_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ create model <model_id> using uri <uri>
9999
Detailed meanings of SQL parameters:
100100

101101
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
102-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
102+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
103103
- Length: 2-64 characters
104104
- Case-sensitive
105105
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/Master/Tree/AI-capability/AINode_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ create model <model_id> using uri <uri>
100100
Detailed meanings of SQL parameters:
101101

102102
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
103-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
103+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
104104
- Length: 2-64 characters
105105
- Case-sensitive
106106
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/latest-Table/AI-capability/AINode_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ create model <model_id> using uri <uri>
9696
Detailed meanings of SQL parameters:
9797

9898
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
99-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
99+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
100100
- Length: 2-64 characters
101101
- Case-sensitive
102102
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/latest-Table/AI-capability/AINode_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ create model <model_id> using uri <uri>
9595
Detailed meanings of SQL parameters:
9696

9797
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
98-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
98+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
9999
- Length: 2-64 characters
100100
- Case-sensitive
101101
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/latest/AI-capability/AINode_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ create model <model_id> using uri <uri>
9999
Detailed meanings of SQL parameters:
100100

101101
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
102-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
102+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
103103
- Length: 2-64 characters
104104
- Case-sensitive
105105
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/UserGuide/latest/AI-capability/AINode_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ create model <model_id> using uri <uri>
100100
Detailed meanings of SQL parameters:
101101

102102
- **model_id**: The global unique identifier for the model, non-repeating. Model names have the following constraints:
103-
- Allowed characters: [0-9 a-z A-Z _] (letters, numbers, underscores)
103+
- Allowed characters: [0-9 a-z A-Z _] (letters, digits (not at the beginning), underscores (not at the beginning))
104104
- Length: 2-64 characters
105105
- Case-sensitive
106106
- **uri**: The resource path of the model registration files, which should include the **model structure and weight file `model.pt` and the model configuration file `config.yaml`**

src/zh/UserGuide/Master/Table/AI-capability/AINode_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SQL中参数的具体含义如下:
8888

8989
- model_id:模型的全局唯一标识,不可重复。模型名称具备以下约束:
9090

91-
- 允许出现标识符 [ 0-9 a-z A-Z _ ] (字母,数字,下划线)
91+
- 允许出现标识符 [ 0-9 a-z A-Z _ ](字母,数字(非开头),下划线(非开头)
9292
- 长度限制为2-64字符
9393
- 大小写敏感
9494

src/zh/UserGuide/Master/Table/AI-capability/AINode_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SQL中参数的具体含义如下:
8888

8989
- model_id:模型的全局唯一标识,不可重复。模型名称具备以下约束:
9090

91-
- 允许出现标识符 [ 0-9 a-z A-Z _ ] (字母,数字,下划线)
91+
- 允许出现标识符 [ 0-9 a-z A-Z _ ](字母,数字(非开头),下划线(非开头)
9292
- 长度限制为2-64字符
9393
- 大小写敏感
9494

0 commit comments

Comments
 (0)