huaweicloudsdkdwr 3.1.155__py2.py3-none-any.whl → 3.1.156__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v1/__init__.py +7 -5
- huaweicloudsdkdwr/v1/dwr_async_client.py +266 -266
- huaweicloudsdkdwr/v1/dwr_client.py +266 -266
- huaweicloudsdkdwr/v1/model/__init__.py +7 -5
- huaweicloudsdkdwr/v1/model/build_progress.py +15 -15
- huaweicloudsdkdwr/v1/model/charge_info.py +15 -15
- huaweicloudsdkdwr/v1/model/collection_base_info.py +6 -6
- huaweicloudsdkdwr/v1/model/create_collection_body.py +18 -18
- huaweicloudsdkdwr/v1/model/create_collection_response.py +6 -6
- huaweicloudsdkdwr/v1/model/create_index_body.py +6 -6
- huaweicloudsdkdwr/v1/model/create_index_response.py +6 -6
- huaweicloudsdkdwr/v1/model/create_store_body.py +12 -12
- huaweicloudsdkdwr/v1/model/create_store_data.py +21 -21
- huaweicloudsdkdwr/v1/model/create_store_response.py +6 -6
- huaweicloudsdkdwr/v1/model/decribe_collection_data.py +41 -41
- huaweicloudsdkdwr/v1/model/delete_collection_response.py +6 -6
- huaweicloudsdkdwr/v1/model/delete_entities_body.py +9 -9
- huaweicloudsdkdwr/v1/model/delete_entities_response.py +6 -6
- huaweicloudsdkdwr/v1/model/delete_index_body.py +9 -9
- huaweicloudsdkdwr/v1/model/delete_index_response.py +6 -6
- huaweicloudsdkdwr/v1/model/delete_store_data.py +3 -3
- huaweicloudsdkdwr/v1/model/delete_store_response.py +6 -6
- huaweicloudsdkdwr/v1/model/describe_collection_response.py +6 -6
- huaweicloudsdkdwr/v1/model/describe_index_body.py +9 -9
- huaweicloudsdkdwr/v1/model/{describe_index_respose_data.py → describe_index_data.py} +25 -26
- huaweicloudsdkdwr/v1/model/describe_index_response.py +10 -10
- huaweicloudsdkdwr/v1/model/describe_job_body.py +3 -3
- huaweicloudsdkdwr/v1/model/describe_job_response.py +6 -6
- huaweicloudsdkdwr/v1/model/describe_store_response.py +10 -10
- huaweicloudsdkdwr/v1/model/entities_data.py +114 -0
- huaweicloudsdkdwr/v1/model/field.py +15 -15
- huaweicloudsdkdwr/v1/model/field_data.py +102 -15
- huaweicloudsdkdwr/v1/model/flavor.py +6 -6
- huaweicloudsdkdwr/v1/model/get_index_progress_body.py +9 -9
- huaweicloudsdkdwr/v1/model/{get_index_progress_response_data.py → get_progress_data.py} +21 -21
- huaweicloudsdkdwr/v1/model/get_progress_response.py +10 -10
- huaweicloudsdkdwr/v1/model/hybrid_search_body.py +20 -16
- huaweicloudsdkdwr/v1/model/hybrid_search_response.py +11 -15
- huaweicloudsdkdwr/v1/model/index_desc.py +14 -16
- huaweicloudsdkdwr/v1/model/index_params.py +9 -9
- huaweicloudsdkdwr/v1/model/insert_entities_body.py +9 -9
- huaweicloudsdkdwr/v1/model/{insert_entities_response_data.py → insert_entities_data.py} +17 -17
- huaweicloudsdkdwr/v1/model/insert_entities_response.py +10 -10
- huaweicloudsdkdwr/v1/model/job_data.py +24 -24
- huaweicloudsdkdwr/v1/model/list_collection_data.py +6 -6
- huaweicloudsdkdwr/v1/model/list_collection_details.py +18 -18
- huaweicloudsdkdwr/v1/model/list_collections_body.py +6 -6
- huaweicloudsdkdwr/v1/model/list_collections_response.py +6 -6
- huaweicloudsdkdwr/v1/model/list_jobs_data.py +3 -3
- huaweicloudsdkdwr/v1/model/list_jobs_request.py +15 -15
- huaweicloudsdkdwr/v1/model/list_jobs_response.py +6 -6
- huaweicloudsdkdwr/v1/model/list_store_data.py +114 -0
- huaweicloudsdkdwr/v1/model/list_stores_response.py +11 -15
- huaweicloudsdkdwr/v1/model/load_collection_body.py +6 -6
- huaweicloudsdkdwr/v1/model/load_collection_response.py +6 -6
- huaweicloudsdkdwr/v1/model/primary_field.py +6 -6
- huaweicloudsdkdwr/v1/model/query_entities_body.py +18 -18
- huaweicloudsdkdwr/v1/model/query_entities_response.py +11 -15
- huaweicloudsdkdwr/v1/model/release_collection_response.py +6 -6
- huaweicloudsdkdwr/v1/model/rerank.py +6 -6
- huaweicloudsdkdwr/v1/model/search_entities_body.py +27 -27
- huaweicloudsdkdwr/v1/model/search_entities_response.py +11 -15
- huaweicloudsdkdwr/v1/model/store_data.py +364 -0
- huaweicloudsdkdwr/v1/model/store_info.py +3 -3
- huaweicloudsdkdwr/v1/model/sub_search.py +18 -18
- huaweicloudsdkdwr/v1/model/upsert_entities_body.py +9 -9
- huaweicloudsdkdwr/v1/model/{upsert_entities_response_data.py → upsert_entities_data.py} +18 -19
- huaweicloudsdkdwr/v1/model/upsert_entities_response.py +10 -10
- {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.156.dist-info}/METADATA +2 -2
- {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.156.dist-info}/RECORD +73 -71
- huaweicloudsdkdwr/v1/model/describe_store_data.py +0 -364
- {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.156.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.156.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.156.dist-info}/top_level.txt +0 -0
|
@@ -39,17 +39,17 @@ class CreateStoreBody:
|
|
|
39
39
|
|
|
40
40
|
The model defined in huaweicloud sdk
|
|
41
41
|
|
|
42
|
-
:param store_name:
|
|
42
|
+
:param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
43
43
|
:type store_name: str
|
|
44
|
-
:param region: 区域ID
|
|
44
|
+
:param region: **参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 无
|
|
45
45
|
:type region: str
|
|
46
|
-
:param availability_zones: 可用区ID
|
|
46
|
+
:param availability_zones: **参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
47
47
|
:type availability_zones: list[str]
|
|
48
48
|
:param flavor:
|
|
49
49
|
:type flavor: :class:`huaweicloudsdkdwr.v1.Flavor`
|
|
50
50
|
:param charge_info:
|
|
51
51
|
:type charge_info: :class:`huaweicloudsdkdwr.v1.ChargeInfo`
|
|
52
|
-
:param description:
|
|
52
|
+
:param description: **参数解释:** 知识仓实例描述信息。 **约束限制:** 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
53
53
|
:type description: str
|
|
54
54
|
"""
|
|
55
55
|
|
|
@@ -76,7 +76,7 @@ class CreateStoreBody:
|
|
|
76
76
|
def store_name(self):
|
|
77
77
|
r"""Gets the store_name of this CreateStoreBody.
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
80
80
|
|
|
81
81
|
:return: The store_name of this CreateStoreBody.
|
|
82
82
|
:rtype: str
|
|
@@ -87,7 +87,7 @@ class CreateStoreBody:
|
|
|
87
87
|
def store_name(self, store_name):
|
|
88
88
|
r"""Sets the store_name of this CreateStoreBody.
|
|
89
89
|
|
|
90
|
-
|
|
90
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
91
91
|
|
|
92
92
|
:param store_name: The store_name of this CreateStoreBody.
|
|
93
93
|
:type store_name: str
|
|
@@ -98,7 +98,7 @@ class CreateStoreBody:
|
|
|
98
98
|
def region(self):
|
|
99
99
|
r"""Gets the region of this CreateStoreBody.
|
|
100
100
|
|
|
101
|
-
区域ID
|
|
101
|
+
**参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 无
|
|
102
102
|
|
|
103
103
|
:return: The region of this CreateStoreBody.
|
|
104
104
|
:rtype: str
|
|
@@ -109,7 +109,7 @@ class CreateStoreBody:
|
|
|
109
109
|
def region(self, region):
|
|
110
110
|
r"""Sets the region of this CreateStoreBody.
|
|
111
111
|
|
|
112
|
-
区域ID
|
|
112
|
+
**参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 无
|
|
113
113
|
|
|
114
114
|
:param region: The region of this CreateStoreBody.
|
|
115
115
|
:type region: str
|
|
@@ -120,7 +120,7 @@ class CreateStoreBody:
|
|
|
120
120
|
def availability_zones(self):
|
|
121
121
|
r"""Gets the availability_zones of this CreateStoreBody.
|
|
122
122
|
|
|
123
|
-
可用区ID
|
|
123
|
+
**参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
124
124
|
|
|
125
125
|
:return: The availability_zones of this CreateStoreBody.
|
|
126
126
|
:rtype: list[str]
|
|
@@ -131,7 +131,7 @@ class CreateStoreBody:
|
|
|
131
131
|
def availability_zones(self, availability_zones):
|
|
132
132
|
r"""Sets the availability_zones of this CreateStoreBody.
|
|
133
133
|
|
|
134
|
-
可用区ID
|
|
134
|
+
**参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
135
135
|
|
|
136
136
|
:param availability_zones: The availability_zones of this CreateStoreBody.
|
|
137
137
|
:type availability_zones: list[str]
|
|
@@ -178,7 +178,7 @@ class CreateStoreBody:
|
|
|
178
178
|
def description(self):
|
|
179
179
|
r"""Gets the description of this CreateStoreBody.
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
**参数解释:** 知识仓实例描述信息。 **约束限制:** 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
182
182
|
|
|
183
183
|
:return: The description of this CreateStoreBody.
|
|
184
184
|
:rtype: str
|
|
@@ -189,7 +189,7 @@ class CreateStoreBody:
|
|
|
189
189
|
def description(self, description):
|
|
190
190
|
r"""Sets the description of this CreateStoreBody.
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
**参数解释:** 知识仓实例描述信息。 **约束限制:** 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
193
193
|
|
|
194
194
|
:param description: The description of this CreateStoreBody.
|
|
195
195
|
:type description: str
|
|
@@ -45,23 +45,23 @@ class CreateStoreData:
|
|
|
45
45
|
|
|
46
46
|
The model defined in huaweicloud sdk
|
|
47
47
|
|
|
48
|
-
:param id: 知识仓实例id
|
|
48
|
+
:param id: **参数解释:** 知识仓实例id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
49
49
|
:type id: str
|
|
50
|
-
:param job_id:
|
|
50
|
+
:param job_id: **参数解释:** 创建知识仓实例的任务id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
51
51
|
:type job_id: str
|
|
52
|
-
:param store_name:
|
|
52
|
+
:param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
53
53
|
:type store_name: str
|
|
54
|
-
:param status:
|
|
54
|
+
:param status: **参数解释:** 知识仓实例状态。 **约束限制:** 不涉及。 **取值范围:** CREATING:创建中 NORMAL:正常 CREATED_FAILED:创建失败 ABNORMAL:异常 FROZEN:被冻结 DISK_FULL:存储空间已满 DROPPING:删除中 DELETE_FAILED:删除失败 **默认取值:** 不涉及。
|
|
55
55
|
:type status: str
|
|
56
|
-
:param region: 区域ID。
|
|
56
|
+
:param region: **参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 不涉及。
|
|
57
57
|
:type region: str
|
|
58
|
-
:param availability_zones: 可用区ID
|
|
58
|
+
:param availability_zones: **参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
59
59
|
:type availability_zones: list[str]
|
|
60
60
|
:param flavor:
|
|
61
61
|
:type flavor: :class:`huaweicloudsdkdwr.v1.Flavor`
|
|
62
62
|
:param charge_info:
|
|
63
63
|
:type charge_info: :class:`huaweicloudsdkdwr.v1.ChargeInfo`
|
|
64
|
-
:param description:
|
|
64
|
+
:param description: **参数解释:** 知识仓实例描述信息。 **约束限制**: 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
65
65
|
:type description: str
|
|
66
66
|
"""
|
|
67
67
|
|
|
@@ -97,7 +97,7 @@ class CreateStoreData:
|
|
|
97
97
|
def id(self):
|
|
98
98
|
r"""Gets the id of this CreateStoreData.
|
|
99
99
|
|
|
100
|
-
知识仓实例id
|
|
100
|
+
**参数解释:** 知识仓实例id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
101
101
|
|
|
102
102
|
:return: The id of this CreateStoreData.
|
|
103
103
|
:rtype: str
|
|
@@ -108,7 +108,7 @@ class CreateStoreData:
|
|
|
108
108
|
def id(self, id):
|
|
109
109
|
r"""Sets the id of this CreateStoreData.
|
|
110
110
|
|
|
111
|
-
知识仓实例id
|
|
111
|
+
**参数解释:** 知识仓实例id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
112
112
|
|
|
113
113
|
:param id: The id of this CreateStoreData.
|
|
114
114
|
:type id: str
|
|
@@ -119,7 +119,7 @@ class CreateStoreData:
|
|
|
119
119
|
def job_id(self):
|
|
120
120
|
r"""Gets the job_id of this CreateStoreData.
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
**参数解释:** 创建知识仓实例的任务id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
123
123
|
|
|
124
124
|
:return: The job_id of this CreateStoreData.
|
|
125
125
|
:rtype: str
|
|
@@ -130,7 +130,7 @@ class CreateStoreData:
|
|
|
130
130
|
def job_id(self, job_id):
|
|
131
131
|
r"""Sets the job_id of this CreateStoreData.
|
|
132
132
|
|
|
133
|
-
|
|
133
|
+
**参数解释:** 创建知识仓实例的任务id。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
134
134
|
|
|
135
135
|
:param job_id: The job_id of this CreateStoreData.
|
|
136
136
|
:type job_id: str
|
|
@@ -141,7 +141,7 @@ class CreateStoreData:
|
|
|
141
141
|
def store_name(self):
|
|
142
142
|
r"""Gets the store_name of this CreateStoreData.
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
145
145
|
|
|
146
146
|
:return: The store_name of this CreateStoreData.
|
|
147
147
|
:rtype: str
|
|
@@ -152,7 +152,7 @@ class CreateStoreData:
|
|
|
152
152
|
def store_name(self, store_name):
|
|
153
153
|
r"""Sets the store_name of this CreateStoreData.
|
|
154
154
|
|
|
155
|
-
|
|
155
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
156
156
|
|
|
157
157
|
:param store_name: The store_name of this CreateStoreData.
|
|
158
158
|
:type store_name: str
|
|
@@ -163,7 +163,7 @@ class CreateStoreData:
|
|
|
163
163
|
def status(self):
|
|
164
164
|
r"""Gets the status of this CreateStoreData.
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
**参数解释:** 知识仓实例状态。 **约束限制:** 不涉及。 **取值范围:** CREATING:创建中 NORMAL:正常 CREATED_FAILED:创建失败 ABNORMAL:异常 FROZEN:被冻结 DISK_FULL:存储空间已满 DROPPING:删除中 DELETE_FAILED:删除失败 **默认取值:** 不涉及。
|
|
167
167
|
|
|
168
168
|
:return: The status of this CreateStoreData.
|
|
169
169
|
:rtype: str
|
|
@@ -174,7 +174,7 @@ class CreateStoreData:
|
|
|
174
174
|
def status(self, status):
|
|
175
175
|
r"""Sets the status of this CreateStoreData.
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
**参数解释:** 知识仓实例状态。 **约束限制:** 不涉及。 **取值范围:** CREATING:创建中 NORMAL:正常 CREATED_FAILED:创建失败 ABNORMAL:异常 FROZEN:被冻结 DISK_FULL:存储空间已满 DROPPING:删除中 DELETE_FAILED:删除失败 **默认取值:** 不涉及。
|
|
178
178
|
|
|
179
179
|
:param status: The status of this CreateStoreData.
|
|
180
180
|
:type status: str
|
|
@@ -185,7 +185,7 @@ class CreateStoreData:
|
|
|
185
185
|
def region(self):
|
|
186
186
|
r"""Gets the region of this CreateStoreData.
|
|
187
187
|
|
|
188
|
-
区域ID。
|
|
188
|
+
**参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 不涉及。
|
|
189
189
|
|
|
190
190
|
:return: The region of this CreateStoreData.
|
|
191
191
|
:rtype: str
|
|
@@ -196,7 +196,7 @@ class CreateStoreData:
|
|
|
196
196
|
def region(self, region):
|
|
197
197
|
r"""Sets the region of this CreateStoreData.
|
|
198
198
|
|
|
199
|
-
区域ID。
|
|
199
|
+
**参数解释:** 区域ID。 **约束限制**: 不涉及。 **取值范围:** 取值:非空,请参见地区和终端节点。 **默认取值:** 不涉及。
|
|
200
200
|
|
|
201
201
|
:param region: The region of this CreateStoreData.
|
|
202
202
|
:type region: str
|
|
@@ -207,7 +207,7 @@ class CreateStoreData:
|
|
|
207
207
|
def availability_zones(self):
|
|
208
208
|
r"""Gets the availability_zones of this CreateStoreData.
|
|
209
209
|
|
|
210
|
-
可用区ID
|
|
210
|
+
**参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
211
211
|
|
|
212
212
|
:return: The availability_zones of this CreateStoreData.
|
|
213
213
|
:rtype: list[str]
|
|
@@ -218,7 +218,7 @@ class CreateStoreData:
|
|
|
218
218
|
def availability_zones(self, availability_zones):
|
|
219
219
|
r"""Sets the availability_zones of this CreateStoreData.
|
|
220
220
|
|
|
221
|
-
可用区ID
|
|
221
|
+
**参数解释:** 可用区ID列表,支持1个,或者多个。 **约束限制:** 不涉及。
|
|
222
222
|
|
|
223
223
|
:param availability_zones: The availability_zones of this CreateStoreData.
|
|
224
224
|
:type availability_zones: list[str]
|
|
@@ -265,7 +265,7 @@ class CreateStoreData:
|
|
|
265
265
|
def description(self):
|
|
266
266
|
r"""Gets the description of this CreateStoreData.
|
|
267
267
|
|
|
268
|
-
|
|
268
|
+
**参数解释:** 知识仓实例描述信息。 **约束限制**: 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
269
269
|
|
|
270
270
|
:return: The description of this CreateStoreData.
|
|
271
271
|
:rtype: str
|
|
@@ -276,7 +276,7 @@ class CreateStoreData:
|
|
|
276
276
|
def description(self, description):
|
|
277
277
|
r"""Sets the description of this CreateStoreData.
|
|
278
278
|
|
|
279
|
-
|
|
279
|
+
**参数解释:** 知识仓实例描述信息。 **约束限制**: 有效长度0-255 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
280
280
|
|
|
281
281
|
:param description: The description of this CreateStoreData.
|
|
282
282
|
:type description: str
|
|
@@ -34,9 +34,9 @@ class CreateStoreResponse(SdkResponse):
|
|
|
34
34
|
|
|
35
35
|
The model defined in huaweicloud sdk
|
|
36
36
|
|
|
37
|
-
:param code:
|
|
37
|
+
:param code: **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
38
38
|
:type code: str
|
|
39
|
-
:param message:
|
|
39
|
+
:param message: **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
40
40
|
:type message: str
|
|
41
41
|
:param data:
|
|
42
42
|
:type data: :class:`huaweicloudsdkdwr.v1.CreateStoreData`
|
|
@@ -60,7 +60,7 @@ class CreateStoreResponse(SdkResponse):
|
|
|
60
60
|
def code(self):
|
|
61
61
|
r"""Gets the code of this CreateStoreResponse.
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
**参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
64
64
|
|
|
65
65
|
:return: The code of this CreateStoreResponse.
|
|
66
66
|
:rtype: str
|
|
@@ -71,7 +71,7 @@ class CreateStoreResponse(SdkResponse):
|
|
|
71
71
|
def code(self, code):
|
|
72
72
|
r"""Sets the code of this CreateStoreResponse.
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
**参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
75
75
|
|
|
76
76
|
:param code: The code of this CreateStoreResponse.
|
|
77
77
|
:type code: str
|
|
@@ -82,7 +82,7 @@ class CreateStoreResponse(SdkResponse):
|
|
|
82
82
|
def message(self):
|
|
83
83
|
r"""Gets the message of this CreateStoreResponse.
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
**参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
86
86
|
|
|
87
87
|
:return: The message of this CreateStoreResponse.
|
|
88
88
|
:rtype: str
|
|
@@ -93,7 +93,7 @@ class CreateStoreResponse(SdkResponse):
|
|
|
93
93
|
def message(self, message):
|
|
94
94
|
r"""Sets the message of this CreateStoreResponse.
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
**参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
97
97
|
|
|
98
98
|
:param message: The message of this CreateStoreResponse.
|
|
99
99
|
:type message: str
|
|
@@ -20,7 +20,7 @@ class DecribeCollectionData:
|
|
|
20
20
|
'store_name': 'str',
|
|
21
21
|
'collection_name': 'str',
|
|
22
22
|
'fields': 'list[FieldData]',
|
|
23
|
-
'
|
|
23
|
+
'load_state': 'str',
|
|
24
24
|
'description': 'str',
|
|
25
25
|
'params': 'dict(str, object)',
|
|
26
26
|
'indexes': 'list[IndexParams]',
|
|
@@ -31,33 +31,33 @@ class DecribeCollectionData:
|
|
|
31
31
|
'store_name': 'store_name',
|
|
32
32
|
'collection_name': 'collection_name',
|
|
33
33
|
'fields': 'fields',
|
|
34
|
-
'
|
|
34
|
+
'load_state': 'load_state',
|
|
35
35
|
'description': 'description',
|
|
36
36
|
'params': 'params',
|
|
37
37
|
'indexes': 'indexes',
|
|
38
38
|
'entity_num': 'entity_num'
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
def __init__(self, store_name=None, collection_name=None, fields=None,
|
|
41
|
+
def __init__(self, store_name=None, collection_name=None, fields=None, load_state=None, description=None, params=None, indexes=None, entity_num=None):
|
|
42
42
|
r"""DecribeCollectionData
|
|
43
43
|
|
|
44
44
|
The model defined in huaweicloud sdk
|
|
45
45
|
|
|
46
|
-
:param store_name:
|
|
46
|
+
:param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
47
47
|
:type store_name: str
|
|
48
|
-
:param collection_name: collection
|
|
48
|
+
:param collection_name: **参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
49
49
|
:type collection_name: str
|
|
50
|
-
:param fields: collection各个field
|
|
50
|
+
:param fields: **参数解释:** collection各个field信息。 **约束限制:** 不涉及。
|
|
51
51
|
:type fields: list[:class:`huaweicloudsdkdwr.v1.FieldData`]
|
|
52
|
-
:param
|
|
53
|
-
:type
|
|
54
|
-
:param description: Collection
|
|
52
|
+
:param load_state: **参数解释:** 标识当前Collection加载状态。 **约束限制:** 不涉及。 **取值范围:** 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。 **默认取值:** 不涉及。
|
|
53
|
+
:type load_state: str
|
|
54
|
+
:param description: **参数解释:** Collection 的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
55
55
|
:type description: str
|
|
56
|
-
:param params: collection
|
|
56
|
+
:param params: **参数解释:** collection常用参数。 **约束限制:** shards_num: 默认2,取值范围[1, 16] partitions_num: 默认4,取值范围[1, 1024],若所有field的partition_key为false,则partitions_num固定为1。 max_length: 默认256,取值范围[1, 65535],当primary_field.type为String时,指示String的最大长度。
|
|
57
57
|
:type params: dict(str, object)
|
|
58
|
-
:param indexes:
|
|
58
|
+
:param indexes: **参数解释:** 索引的配置信息。 **约束限制:** 不涉及。
|
|
59
59
|
:type indexes: list[:class:`huaweicloudsdkdwr.v1.IndexParams`]
|
|
60
|
-
:param entity_num: collection中的entity
|
|
60
|
+
:param entity_num: **参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
61
61
|
:type entity_num: int
|
|
62
62
|
"""
|
|
63
63
|
|
|
@@ -66,7 +66,7 @@ class DecribeCollectionData:
|
|
|
66
66
|
self._store_name = None
|
|
67
67
|
self._collection_name = None
|
|
68
68
|
self._fields = None
|
|
69
|
-
self.
|
|
69
|
+
self._load_state = None
|
|
70
70
|
self._description = None
|
|
71
71
|
self._params = None
|
|
72
72
|
self._indexes = None
|
|
@@ -76,8 +76,8 @@ class DecribeCollectionData:
|
|
|
76
76
|
self.store_name = store_name
|
|
77
77
|
self.collection_name = collection_name
|
|
78
78
|
self.fields = fields
|
|
79
|
-
if
|
|
80
|
-
self.
|
|
79
|
+
if load_state is not None:
|
|
80
|
+
self.load_state = load_state
|
|
81
81
|
if description is not None:
|
|
82
82
|
self.description = description
|
|
83
83
|
if params is not None:
|
|
@@ -91,7 +91,7 @@ class DecribeCollectionData:
|
|
|
91
91
|
def store_name(self):
|
|
92
92
|
r"""Gets the store_name of this DecribeCollectionData.
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
95
95
|
|
|
96
96
|
:return: The store_name of this DecribeCollectionData.
|
|
97
97
|
:rtype: str
|
|
@@ -102,7 +102,7 @@ class DecribeCollectionData:
|
|
|
102
102
|
def store_name(self, store_name):
|
|
103
103
|
r"""Sets the store_name of this DecribeCollectionData.
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
106
106
|
|
|
107
107
|
:param store_name: The store_name of this DecribeCollectionData.
|
|
108
108
|
:type store_name: str
|
|
@@ -113,7 +113,7 @@ class DecribeCollectionData:
|
|
|
113
113
|
def collection_name(self):
|
|
114
114
|
r"""Gets the collection_name of this DecribeCollectionData.
|
|
115
115
|
|
|
116
|
-
collection
|
|
116
|
+
**参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
117
117
|
|
|
118
118
|
:return: The collection_name of this DecribeCollectionData.
|
|
119
119
|
:rtype: str
|
|
@@ -124,7 +124,7 @@ class DecribeCollectionData:
|
|
|
124
124
|
def collection_name(self, collection_name):
|
|
125
125
|
r"""Sets the collection_name of this DecribeCollectionData.
|
|
126
126
|
|
|
127
|
-
collection
|
|
127
|
+
**参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
128
128
|
|
|
129
129
|
:param collection_name: The collection_name of this DecribeCollectionData.
|
|
130
130
|
:type collection_name: str
|
|
@@ -135,7 +135,7 @@ class DecribeCollectionData:
|
|
|
135
135
|
def fields(self):
|
|
136
136
|
r"""Gets the fields of this DecribeCollectionData.
|
|
137
137
|
|
|
138
|
-
collection各个field
|
|
138
|
+
**参数解释:** collection各个field信息。 **约束限制:** 不涉及。
|
|
139
139
|
|
|
140
140
|
:return: The fields of this DecribeCollectionData.
|
|
141
141
|
:rtype: list[:class:`huaweicloudsdkdwr.v1.FieldData`]
|
|
@@ -146,7 +146,7 @@ class DecribeCollectionData:
|
|
|
146
146
|
def fields(self, fields):
|
|
147
147
|
r"""Sets the fields of this DecribeCollectionData.
|
|
148
148
|
|
|
149
|
-
collection各个field
|
|
149
|
+
**参数解释:** collection各个field信息。 **约束限制:** 不涉及。
|
|
150
150
|
|
|
151
151
|
:param fields: The fields of this DecribeCollectionData.
|
|
152
152
|
:type fields: list[:class:`huaweicloudsdkdwr.v1.FieldData`]
|
|
@@ -154,32 +154,32 @@ class DecribeCollectionData:
|
|
|
154
154
|
self._fields = fields
|
|
155
155
|
|
|
156
156
|
@property
|
|
157
|
-
def
|
|
158
|
-
r"""Gets the
|
|
157
|
+
def load_state(self):
|
|
158
|
+
r"""Gets the load_state of this DecribeCollectionData.
|
|
159
159
|
|
|
160
|
-
标识当前Collection加载状态。 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。
|
|
160
|
+
**参数解释:** 标识当前Collection加载状态。 **约束限制:** 不涉及。 **取值范围:** 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。 **默认取值:** 不涉及。
|
|
161
161
|
|
|
162
|
-
:return: The
|
|
162
|
+
:return: The load_state of this DecribeCollectionData.
|
|
163
163
|
:rtype: str
|
|
164
164
|
"""
|
|
165
|
-
return self.
|
|
165
|
+
return self._load_state
|
|
166
166
|
|
|
167
|
-
@
|
|
168
|
-
def
|
|
169
|
-
r"""Sets the
|
|
167
|
+
@load_state.setter
|
|
168
|
+
def load_state(self, load_state):
|
|
169
|
+
r"""Sets the load_state of this DecribeCollectionData.
|
|
170
170
|
|
|
171
|
-
标识当前Collection加载状态。 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。
|
|
171
|
+
**参数解释:** 标识当前Collection加载状态。 **约束限制:** 不涉及。 **取值范围:** 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。 **默认取值:** 不涉及。
|
|
172
172
|
|
|
173
|
-
:param
|
|
174
|
-
:type
|
|
173
|
+
:param load_state: The load_state of this DecribeCollectionData.
|
|
174
|
+
:type load_state: str
|
|
175
175
|
"""
|
|
176
|
-
self.
|
|
176
|
+
self._load_state = load_state
|
|
177
177
|
|
|
178
178
|
@property
|
|
179
179
|
def description(self):
|
|
180
180
|
r"""Gets the description of this DecribeCollectionData.
|
|
181
181
|
|
|
182
|
-
Collection
|
|
182
|
+
**参数解释:** Collection 的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
183
183
|
|
|
184
184
|
:return: The description of this DecribeCollectionData.
|
|
185
185
|
:rtype: str
|
|
@@ -190,7 +190,7 @@ class DecribeCollectionData:
|
|
|
190
190
|
def description(self, description):
|
|
191
191
|
r"""Sets the description of this DecribeCollectionData.
|
|
192
192
|
|
|
193
|
-
Collection
|
|
193
|
+
**参数解释:** Collection 的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
194
194
|
|
|
195
195
|
:param description: The description of this DecribeCollectionData.
|
|
196
196
|
:type description: str
|
|
@@ -201,7 +201,7 @@ class DecribeCollectionData:
|
|
|
201
201
|
def params(self):
|
|
202
202
|
r"""Gets the params of this DecribeCollectionData.
|
|
203
203
|
|
|
204
|
-
collection
|
|
204
|
+
**参数解释:** collection常用参数。 **约束限制:** shards_num: 默认2,取值范围[1, 16] partitions_num: 默认4,取值范围[1, 1024],若所有field的partition_key为false,则partitions_num固定为1。 max_length: 默认256,取值范围[1, 65535],当primary_field.type为String时,指示String的最大长度。
|
|
205
205
|
|
|
206
206
|
:return: The params of this DecribeCollectionData.
|
|
207
207
|
:rtype: dict(str, object)
|
|
@@ -212,7 +212,7 @@ class DecribeCollectionData:
|
|
|
212
212
|
def params(self, params):
|
|
213
213
|
r"""Sets the params of this DecribeCollectionData.
|
|
214
214
|
|
|
215
|
-
collection
|
|
215
|
+
**参数解释:** collection常用参数。 **约束限制:** shards_num: 默认2,取值范围[1, 16] partitions_num: 默认4,取值范围[1, 1024],若所有field的partition_key为false,则partitions_num固定为1。 max_length: 默认256,取值范围[1, 65535],当primary_field.type为String时,指示String的最大长度。
|
|
216
216
|
|
|
217
217
|
:param params: The params of this DecribeCollectionData.
|
|
218
218
|
:type params: dict(str, object)
|
|
@@ -223,7 +223,7 @@ class DecribeCollectionData:
|
|
|
223
223
|
def indexes(self):
|
|
224
224
|
r"""Gets the indexes of this DecribeCollectionData.
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
**参数解释:** 索引的配置信息。 **约束限制:** 不涉及。
|
|
227
227
|
|
|
228
228
|
:return: The indexes of this DecribeCollectionData.
|
|
229
229
|
:rtype: list[:class:`huaweicloudsdkdwr.v1.IndexParams`]
|
|
@@ -234,7 +234,7 @@ class DecribeCollectionData:
|
|
|
234
234
|
def indexes(self, indexes):
|
|
235
235
|
r"""Sets the indexes of this DecribeCollectionData.
|
|
236
236
|
|
|
237
|
-
|
|
237
|
+
**参数解释:** 索引的配置信息。 **约束限制:** 不涉及。
|
|
238
238
|
|
|
239
239
|
:param indexes: The indexes of this DecribeCollectionData.
|
|
240
240
|
:type indexes: list[:class:`huaweicloudsdkdwr.v1.IndexParams`]
|
|
@@ -245,7 +245,7 @@ class DecribeCollectionData:
|
|
|
245
245
|
def entity_num(self):
|
|
246
246
|
r"""Gets the entity_num of this DecribeCollectionData.
|
|
247
247
|
|
|
248
|
-
collection中的entity
|
|
248
|
+
**参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
249
249
|
|
|
250
250
|
:return: The entity_num of this DecribeCollectionData.
|
|
251
251
|
:rtype: int
|
|
@@ -256,7 +256,7 @@ class DecribeCollectionData:
|
|
|
256
256
|
def entity_num(self, entity_num):
|
|
257
257
|
r"""Sets the entity_num of this DecribeCollectionData.
|
|
258
258
|
|
|
259
|
-
collection中的entity
|
|
259
|
+
**参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
260
260
|
|
|
261
261
|
:param entity_num: The entity_num of this DecribeCollectionData.
|
|
262
262
|
:type entity_num: int
|
|
@@ -32,9 +32,9 @@ class DeleteCollectionResponse(SdkResponse):
|
|
|
32
32
|
|
|
33
33
|
The model defined in huaweicloud sdk
|
|
34
34
|
|
|
35
|
-
:param code:
|
|
35
|
+
:param code: **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
36
36
|
:type code: str
|
|
37
|
-
:param message:
|
|
37
|
+
:param message: **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
38
38
|
:type message: str
|
|
39
39
|
"""
|
|
40
40
|
|
|
@@ -53,7 +53,7 @@ class DeleteCollectionResponse(SdkResponse):
|
|
|
53
53
|
def code(self):
|
|
54
54
|
r"""Gets the code of this DeleteCollectionResponse.
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
**参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
57
57
|
|
|
58
58
|
:return: The code of this DeleteCollectionResponse.
|
|
59
59
|
:rtype: str
|
|
@@ -64,7 +64,7 @@ class DeleteCollectionResponse(SdkResponse):
|
|
|
64
64
|
def code(self, code):
|
|
65
65
|
r"""Sets the code of this DeleteCollectionResponse.
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
**参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
68
68
|
|
|
69
69
|
:param code: The code of this DeleteCollectionResponse.
|
|
70
70
|
:type code: str
|
|
@@ -75,7 +75,7 @@ class DeleteCollectionResponse(SdkResponse):
|
|
|
75
75
|
def message(self):
|
|
76
76
|
r"""Gets the message of this DeleteCollectionResponse.
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
**参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
79
79
|
|
|
80
80
|
:return: The message of this DeleteCollectionResponse.
|
|
81
81
|
:rtype: str
|
|
@@ -86,7 +86,7 @@ class DeleteCollectionResponse(SdkResponse):
|
|
|
86
86
|
def message(self, message):
|
|
87
87
|
r"""Sets the message of this DeleteCollectionResponse.
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
**参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
90
90
|
|
|
91
91
|
:param message: The message of this DeleteCollectionResponse.
|
|
92
92
|
:type message: str
|
|
@@ -33,11 +33,11 @@ class DeleteEntitiesBody:
|
|
|
33
33
|
|
|
34
34
|
The model defined in huaweicloud sdk
|
|
35
35
|
|
|
36
|
-
:param store_name:
|
|
36
|
+
:param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
37
37
|
:type store_name: str
|
|
38
|
-
:param collection_name: collection
|
|
38
|
+
:param collection_name: **参数解释:** collection名称,知识仓内唯一。 **约束限制:** 长度范围为1到255个字符,支持字母、数字、中划线(-)和下划线(_),大小写敏感。第一个字符只能够是下划线(_)和字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
39
39
|
:type collection_name: str
|
|
40
|
-
:param filter:
|
|
40
|
+
:param filter: **参数解释:** 用于过滤匹配entity的标量过滤条件。 **约束限制:** 要构建标量过滤条件,请参阅filter表达式规则。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
41
41
|
:type filter: str
|
|
42
42
|
"""
|
|
43
43
|
|
|
@@ -56,7 +56,7 @@ class DeleteEntitiesBody:
|
|
|
56
56
|
def store_name(self):
|
|
57
57
|
r"""Gets the store_name of this DeleteEntitiesBody.
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
60
60
|
|
|
61
61
|
:return: The store_name of this DeleteEntitiesBody.
|
|
62
62
|
:rtype: str
|
|
@@ -67,7 +67,7 @@ class DeleteEntitiesBody:
|
|
|
67
67
|
def store_name(self, store_name):
|
|
68
68
|
r"""Sets the store_name of this DeleteEntitiesBody.
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
**参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
71
71
|
|
|
72
72
|
:param store_name: The store_name of this DeleteEntitiesBody.
|
|
73
73
|
:type store_name: str
|
|
@@ -78,7 +78,7 @@ class DeleteEntitiesBody:
|
|
|
78
78
|
def collection_name(self):
|
|
79
79
|
r"""Gets the collection_name of this DeleteEntitiesBody.
|
|
80
80
|
|
|
81
|
-
collection
|
|
81
|
+
**参数解释:** collection名称,知识仓内唯一。 **约束限制:** 长度范围为1到255个字符,支持字母、数字、中划线(-)和下划线(_),大小写敏感。第一个字符只能够是下划线(_)和字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
82
82
|
|
|
83
83
|
:return: The collection_name of this DeleteEntitiesBody.
|
|
84
84
|
:rtype: str
|
|
@@ -89,7 +89,7 @@ class DeleteEntitiesBody:
|
|
|
89
89
|
def collection_name(self, collection_name):
|
|
90
90
|
r"""Sets the collection_name of this DeleteEntitiesBody.
|
|
91
91
|
|
|
92
|
-
collection
|
|
92
|
+
**参数解释:** collection名称,知识仓内唯一。 **约束限制:** 长度范围为1到255个字符,支持字母、数字、中划线(-)和下划线(_),大小写敏感。第一个字符只能够是下划线(_)和字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
93
93
|
|
|
94
94
|
:param collection_name: The collection_name of this DeleteEntitiesBody.
|
|
95
95
|
:type collection_name: str
|
|
@@ -100,7 +100,7 @@ class DeleteEntitiesBody:
|
|
|
100
100
|
def filter(self):
|
|
101
101
|
r"""Gets the filter of this DeleteEntitiesBody.
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
**参数解释:** 用于过滤匹配entity的标量过滤条件。 **约束限制:** 要构建标量过滤条件,请参阅filter表达式规则。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
104
104
|
|
|
105
105
|
:return: The filter of this DeleteEntitiesBody.
|
|
106
106
|
:rtype: str
|
|
@@ -111,7 +111,7 @@ class DeleteEntitiesBody:
|
|
|
111
111
|
def filter(self, filter):
|
|
112
112
|
r"""Sets the filter of this DeleteEntitiesBody.
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
**参数解释:** 用于过滤匹配entity的标量过滤条件。 **约束限制:** 要构建标量过滤条件,请参阅filter表达式规则。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
|
115
115
|
|
|
116
116
|
:param filter: The filter of this DeleteEntitiesBody.
|
|
117
117
|
:type filter: str
|