huaweicloudsdkimagesearch 3.1.142__py2.py3-none-any.whl → 3.1.143__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 huaweicloudsdkimagesearch might be problematic. Click here for more details.
- huaweicloudsdkimagesearch/v2/imagesearch_async_client.py +5 -5
- huaweicloudsdkimagesearch/v2/imagesearch_client.py +5 -5
- huaweicloudsdkimagesearch/v2/model/add_data_optional_param.py +9 -9
- huaweicloudsdkimagesearch/v2/model/add_data_param.py +19 -19
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info.py +3 -3
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info.py +3 -3
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info_objects.py +7 -7
- huaweicloudsdkimagesearch/v2/model/check_info.py +7 -7
- huaweicloudsdkimagesearch/v2/model/check_param.py +11 -11
- huaweicloudsdkimagesearch/v2/model/check_rest_info.py +9 -9
- huaweicloudsdkimagesearch/v2/model/delete_info.py +5 -5
- huaweicloudsdkimagesearch/v2/model/delete_param.py +9 -9
- huaweicloudsdkimagesearch/v2/model/delete_rest_info.py +5 -5
- huaweicloudsdkimagesearch/v2/model/delete_rest_info_items.py +3 -3
- huaweicloudsdkimagesearch/v2/model/item_source.py +9 -9
- huaweicloudsdkimagesearch/v2/model/range_param.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_add_data_request.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_add_data_response.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_check_data_request.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_check_data_response.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_delete_data_request.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_delete_data_response.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_search_request.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_search_response.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_update_data_request.py +5 -5
- huaweicloudsdkimagesearch/v2/model/run_update_data_response.py +3 -3
- huaweicloudsdkimagesearch/v2/model/search_after_param.py +5 -5
- huaweicloudsdkimagesearch/v2/model/search_info.py +9 -9
- huaweicloudsdkimagesearch/v2/model/search_item.py +7 -7
- huaweicloudsdkimagesearch/v2/model/search_optional_param.py +17 -17
- huaweicloudsdkimagesearch/v2/model/search_param.py +25 -25
- huaweicloudsdkimagesearch/v2/model/search_rest_info.py +7 -7
- huaweicloudsdkimagesearch/v2/model/search_rest_info_image_info.py +9 -9
- huaweicloudsdkimagesearch/v2/model/update_param.py +9 -9
- {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkimagesearch-3.1.143.dist-info/RECORD +44 -0
- huaweicloudsdkimagesearch-3.1.142.dist-info/RECORD +0 -44
- {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/top_level.txt +0 -0
|
@@ -34,7 +34,7 @@ class ImageSearchAsyncClient(Client):
|
|
|
34
34
|
return client_builder
|
|
35
35
|
|
|
36
36
|
def run_add_data_async(self, request):
|
|
37
|
-
"""添加数据
|
|
37
|
+
r"""添加数据
|
|
38
38
|
|
|
39
39
|
添加数据到指定服务实例中。
|
|
40
40
|
|
|
@@ -101,7 +101,7 @@ class ImageSearchAsyncClient(Client):
|
|
|
101
101
|
return http_info
|
|
102
102
|
|
|
103
103
|
def run_check_data_async(self, request):
|
|
104
|
-
"""检查数据
|
|
104
|
+
r"""检查数据
|
|
105
105
|
|
|
106
106
|
检查指定服务实例中的对应数据,支持指定ID检查和条件检查。
|
|
107
107
|
|
|
@@ -168,7 +168,7 @@ class ImageSearchAsyncClient(Client):
|
|
|
168
168
|
return http_info
|
|
169
169
|
|
|
170
170
|
def run_delete_data_async(self, request):
|
|
171
|
-
"""删除数据
|
|
171
|
+
r"""删除数据
|
|
172
172
|
|
|
173
173
|
删除指定服务实例中的对应数据,支持指定ID删除和条件删除。
|
|
174
174
|
|
|
@@ -235,7 +235,7 @@ class ImageSearchAsyncClient(Client):
|
|
|
235
235
|
return http_info
|
|
236
236
|
|
|
237
237
|
def run_search_async(self, request):
|
|
238
|
-
"""搜索
|
|
238
|
+
r"""搜索
|
|
239
239
|
|
|
240
240
|
从指定服务实例中进行搜索。
|
|
241
241
|
|
|
@@ -302,7 +302,7 @@ class ImageSearchAsyncClient(Client):
|
|
|
302
302
|
return http_info
|
|
303
303
|
|
|
304
304
|
def run_update_data_async(self, request):
|
|
305
|
-
"""更新数据
|
|
305
|
+
r"""更新数据
|
|
306
306
|
|
|
307
307
|
更新指定服务实例中的对应数据。
|
|
308
308
|
|
|
@@ -34,7 +34,7 @@ class ImageSearchClient(Client):
|
|
|
34
34
|
return client_builder
|
|
35
35
|
|
|
36
36
|
def run_add_data(self, request):
|
|
37
|
-
"""添加数据
|
|
37
|
+
r"""添加数据
|
|
38
38
|
|
|
39
39
|
添加数据到指定服务实例中。
|
|
40
40
|
|
|
@@ -101,7 +101,7 @@ class ImageSearchClient(Client):
|
|
|
101
101
|
return http_info
|
|
102
102
|
|
|
103
103
|
def run_check_data(self, request):
|
|
104
|
-
"""检查数据
|
|
104
|
+
r"""检查数据
|
|
105
105
|
|
|
106
106
|
检查指定服务实例中的对应数据,支持指定ID检查和条件检查。
|
|
107
107
|
|
|
@@ -168,7 +168,7 @@ class ImageSearchClient(Client):
|
|
|
168
168
|
return http_info
|
|
169
169
|
|
|
170
170
|
def run_delete_data(self, request):
|
|
171
|
-
"""删除数据
|
|
171
|
+
r"""删除数据
|
|
172
172
|
|
|
173
173
|
删除指定服务实例中的对应数据,支持指定ID删除和条件删除。
|
|
174
174
|
|
|
@@ -235,7 +235,7 @@ class ImageSearchClient(Client):
|
|
|
235
235
|
return http_info
|
|
236
236
|
|
|
237
237
|
def run_search(self, request):
|
|
238
|
-
"""搜索
|
|
238
|
+
r"""搜索
|
|
239
239
|
|
|
240
240
|
从指定服务实例中进行搜索。
|
|
241
241
|
|
|
@@ -302,7 +302,7 @@ class ImageSearchClient(Client):
|
|
|
302
302
|
return http_info
|
|
303
303
|
|
|
304
304
|
def run_update_data(self, request):
|
|
305
|
-
"""更新数据
|
|
305
|
+
r"""更新数据
|
|
306
306
|
|
|
307
307
|
更新指定服务实例中的对应数据。
|
|
308
308
|
|
|
@@ -31,7 +31,7 @@ class AddDataOptionalParam:
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
def __init__(self, do_det=None, box=None, do_cls=None, category=None):
|
|
34
|
-
"""AddDataOptionalParam
|
|
34
|
+
r"""AddDataOptionalParam
|
|
35
35
|
|
|
36
36
|
The model defined in huaweicloud sdk
|
|
37
37
|
|
|
@@ -64,7 +64,7 @@ class AddDataOptionalParam:
|
|
|
64
64
|
|
|
65
65
|
@property
|
|
66
66
|
def do_det(self):
|
|
67
|
-
"""Gets the do_det of this AddDataOptionalParam.
|
|
67
|
+
r"""Gets the do_det of this AddDataOptionalParam.
|
|
68
68
|
|
|
69
69
|
是否进行目标检测,默认为true。
|
|
70
70
|
|
|
@@ -75,7 +75,7 @@ class AddDataOptionalParam:
|
|
|
75
75
|
|
|
76
76
|
@do_det.setter
|
|
77
77
|
def do_det(self, do_det):
|
|
78
|
-
"""Sets the do_det of this AddDataOptionalParam.
|
|
78
|
+
r"""Sets the do_det of this AddDataOptionalParam.
|
|
79
79
|
|
|
80
80
|
是否进行目标检测,默认为true。
|
|
81
81
|
|
|
@@ -86,7 +86,7 @@ class AddDataOptionalParam:
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def box(self):
|
|
89
|
-
"""Gets the box of this AddDataOptionalParam.
|
|
89
|
+
r"""Gets the box of this AddDataOptionalParam.
|
|
90
90
|
|
|
91
91
|
目标矩形框坐标,如给定则不进行目标检测,直接使用该box作为目标。格式为“x1,y1,x2,y2”(无空格),x1/y1为目标左上角坐标,x2/y2为目标右下角坐标,具体要求如下: - 0 <= x1 < x2 <= width,默认要求x2-x1 >= 15,具体可参考服务类型说明。 - 0 <= y1 < y2 <= height,默认要求y2-y1 >= 15,具体可参考服务类型说明。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class AddDataOptionalParam:
|
|
|
97
97
|
|
|
98
98
|
@box.setter
|
|
99
99
|
def box(self, box):
|
|
100
|
-
"""Sets the box of this AddDataOptionalParam.
|
|
100
|
+
r"""Sets the box of this AddDataOptionalParam.
|
|
101
101
|
|
|
102
102
|
目标矩形框坐标,如给定则不进行目标检测,直接使用该box作为目标。格式为“x1,y1,x2,y2”(无空格),x1/y1为目标左上角坐标,x2/y2为目标右下角坐标,具体要求如下: - 0 <= x1 < x2 <= width,默认要求x2-x1 >= 15,具体可参考服务类型说明。 - 0 <= y1 < y2 <= height,默认要求y2-y1 >= 15,具体可参考服务类型说明。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class AddDataOptionalParam:
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def do_cls(self):
|
|
111
|
-
"""Gets the do_cls of this AddDataOptionalParam.
|
|
111
|
+
r"""Gets the do_cls of this AddDataOptionalParam.
|
|
112
112
|
|
|
113
113
|
是否进行对象分类,默认为true。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class AddDataOptionalParam:
|
|
|
119
119
|
|
|
120
120
|
@do_cls.setter
|
|
121
121
|
def do_cls(self, do_cls):
|
|
122
|
-
"""Sets the do_cls of this AddDataOptionalParam.
|
|
122
|
+
r"""Sets the do_cls of this AddDataOptionalParam.
|
|
123
123
|
|
|
124
124
|
是否进行对象分类,默认为true。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class AddDataOptionalParam:
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def category(self):
|
|
133
|
-
"""Gets the category of this AddDataOptionalParam.
|
|
133
|
+
r"""Gets the category of this AddDataOptionalParam.
|
|
134
134
|
|
|
135
135
|
对象类目,如给定则不进行对象分类,直接使用该category作为类目。具体类目信息可参见对应的服务类型说明。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class AddDataOptionalParam:
|
|
|
141
141
|
|
|
142
142
|
@category.setter
|
|
143
143
|
def category(self, category):
|
|
144
|
-
"""Sets the category of this AddDataOptionalParam.
|
|
144
|
+
r"""Sets the category of this AddDataOptionalParam.
|
|
145
145
|
|
|
146
146
|
对象类目,如给定则不进行对象分类,直接使用该category作为类目。具体类目信息可参见对应的服务类型说明。
|
|
147
147
|
|
|
@@ -41,7 +41,7 @@ class AddDataParam:
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
def __init__(self, force=None, item_id=None, desc=None, custom_tags=None, custom_num_tags=None, image_base64=None, image_url=None, keywords=None, optional_params=None):
|
|
44
|
-
"""AddDataParam
|
|
44
|
+
r"""AddDataParam
|
|
45
45
|
|
|
46
46
|
The model defined in huaweicloud sdk
|
|
47
47
|
|
|
@@ -98,7 +98,7 @@ class AddDataParam:
|
|
|
98
98
|
|
|
99
99
|
@property
|
|
100
100
|
def force(self):
|
|
101
|
-
"""Gets the force of this AddDataParam.
|
|
101
|
+
r"""Gets the force of this AddDataParam.
|
|
102
102
|
|
|
103
103
|
是否强制添加数据,默认为false。 - false: 数据已存在则不进行添加。 - true: 数据已存在仍然覆盖添加。
|
|
104
104
|
|
|
@@ -109,7 +109,7 @@ class AddDataParam:
|
|
|
109
109
|
|
|
110
110
|
@force.setter
|
|
111
111
|
def force(self, force):
|
|
112
|
-
"""Sets the force of this AddDataParam.
|
|
112
|
+
r"""Sets the force of this AddDataParam.
|
|
113
113
|
|
|
114
114
|
是否强制添加数据,默认为false。 - false: 数据已存在则不进行添加。 - true: 数据已存在仍然覆盖添加。
|
|
115
115
|
|
|
@@ -120,7 +120,7 @@ class AddDataParam:
|
|
|
120
120
|
|
|
121
121
|
@property
|
|
122
122
|
def item_id(self):
|
|
123
|
-
"""Gets the item_id of this AddDataParam.
|
|
123
|
+
r"""Gets the item_id of this AddDataParam.
|
|
124
124
|
|
|
125
125
|
数据的服务实例级唯一标识,字符长度范围为[1, 256]。
|
|
126
126
|
|
|
@@ -131,7 +131,7 @@ class AddDataParam:
|
|
|
131
131
|
|
|
132
132
|
@item_id.setter
|
|
133
133
|
def item_id(self, item_id):
|
|
134
|
-
"""Sets the item_id of this AddDataParam.
|
|
134
|
+
r"""Sets the item_id of this AddDataParam.
|
|
135
135
|
|
|
136
136
|
数据的服务实例级唯一标识,字符长度范围为[1, 256]。
|
|
137
137
|
|
|
@@ -142,7 +142,7 @@ class AddDataParam:
|
|
|
142
142
|
|
|
143
143
|
@property
|
|
144
144
|
def desc(self):
|
|
145
|
-
"""Gets the desc of this AddDataParam.
|
|
145
|
+
r"""Gets the desc of this AddDataParam.
|
|
146
146
|
|
|
147
147
|
数据的描述信息,字符长度范围为[1, 2048]。
|
|
148
148
|
|
|
@@ -153,7 +153,7 @@ class AddDataParam:
|
|
|
153
153
|
|
|
154
154
|
@desc.setter
|
|
155
155
|
def desc(self, desc):
|
|
156
|
-
"""Sets the desc of this AddDataParam.
|
|
156
|
+
r"""Sets the desc of this AddDataParam.
|
|
157
157
|
|
|
158
158
|
数据的描述信息,字符长度范围为[1, 2048]。
|
|
159
159
|
|
|
@@ -164,7 +164,7 @@ class AddDataParam:
|
|
|
164
164
|
|
|
165
165
|
@property
|
|
166
166
|
def custom_tags(self):
|
|
167
|
-
"""Gets the custom_tags of this AddDataParam.
|
|
167
|
+
r"""Gets the custom_tags of this AddDataParam.
|
|
168
168
|
|
|
169
169
|
数据的自定义字符标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为字符串,字符长度范围为[1, 64]。
|
|
170
170
|
|
|
@@ -175,7 +175,7 @@ class AddDataParam:
|
|
|
175
175
|
|
|
176
176
|
@custom_tags.setter
|
|
177
177
|
def custom_tags(self, custom_tags):
|
|
178
|
-
"""Sets the custom_tags of this AddDataParam.
|
|
178
|
+
r"""Sets the custom_tags of this AddDataParam.
|
|
179
179
|
|
|
180
180
|
数据的自定义字符标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为字符串,字符长度范围为[1, 64]。
|
|
181
181
|
|
|
@@ -186,7 +186,7 @@ class AddDataParam:
|
|
|
186
186
|
|
|
187
187
|
@property
|
|
188
188
|
def custom_num_tags(self):
|
|
189
|
-
"""Gets the custom_num_tags of this AddDataParam.
|
|
189
|
+
r"""Gets the custom_num_tags of this AddDataParam.
|
|
190
190
|
|
|
191
191
|
数据的自定义数值标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为数值,格式为double。
|
|
192
192
|
|
|
@@ -197,7 +197,7 @@ class AddDataParam:
|
|
|
197
197
|
|
|
198
198
|
@custom_num_tags.setter
|
|
199
199
|
def custom_num_tags(self, custom_num_tags):
|
|
200
|
-
"""Sets the custom_num_tags of this AddDataParam.
|
|
200
|
+
r"""Sets the custom_num_tags of this AddDataParam.
|
|
201
201
|
|
|
202
202
|
数据的自定义数值标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为数值,格式为double。
|
|
203
203
|
|
|
@@ -208,7 +208,7 @@ class AddDataParam:
|
|
|
208
208
|
|
|
209
209
|
@property
|
|
210
210
|
def image_base64(self):
|
|
211
|
-
"""Gets the image_base64 of this AddDataParam.
|
|
211
|
+
r"""Gets the image_base64 of this AddDataParam.
|
|
212
212
|
|
|
213
213
|
图像文件的base64字符串,图像入库时,与image_url二选一。要求如下: - 格式:目前仅支持JPEG/JPG/PNG/BMP/WEBP格式的图像。 - 大小:图像文件大小要求不超过5M。 - 尺寸:默认情况下,要求图像的最短边大于64px,最长边小于4096px。部分服务类型有特殊要求,可参见服务类型说明。 - 其他:图片中不能包含旋转信息。
|
|
214
214
|
|
|
@@ -219,7 +219,7 @@ class AddDataParam:
|
|
|
219
219
|
|
|
220
220
|
@image_base64.setter
|
|
221
221
|
def image_base64(self, image_base64):
|
|
222
|
-
"""Sets the image_base64 of this AddDataParam.
|
|
222
|
+
r"""Sets the image_base64 of this AddDataParam.
|
|
223
223
|
|
|
224
224
|
图像文件的base64字符串,图像入库时,与image_url二选一。要求如下: - 格式:目前仅支持JPEG/JPG/PNG/BMP/WEBP格式的图像。 - 大小:图像文件大小要求不超过5M。 - 尺寸:默认情况下,要求图像的最短边大于64px,最长边小于4096px。部分服务类型有特殊要求,可参见服务类型说明。 - 其他:图片中不能包含旋转信息。
|
|
225
225
|
|
|
@@ -230,7 +230,7 @@ class AddDataParam:
|
|
|
230
230
|
|
|
231
231
|
@property
|
|
232
232
|
def image_url(self):
|
|
233
|
-
"""Gets the image_url of this AddDataParam.
|
|
233
|
+
r"""Gets the image_url of this AddDataParam.
|
|
234
234
|
|
|
235
235
|
图像文件的服务可访问URL,字符长度范围为[1, 4096]。图像入库时,与image_base64二选一。
|
|
236
236
|
|
|
@@ -241,7 +241,7 @@ class AddDataParam:
|
|
|
241
241
|
|
|
242
242
|
@image_url.setter
|
|
243
243
|
def image_url(self, image_url):
|
|
244
|
-
"""Sets the image_url of this AddDataParam.
|
|
244
|
+
r"""Sets the image_url of this AddDataParam.
|
|
245
245
|
|
|
246
246
|
图像文件的服务可访问URL,字符长度范围为[1, 4096]。图像入库时,与image_base64二选一。
|
|
247
247
|
|
|
@@ -252,7 +252,7 @@ class AddDataParam:
|
|
|
252
252
|
|
|
253
253
|
@property
|
|
254
254
|
def keywords(self):
|
|
255
|
-
"""Gets the keywords of this AddDataParam.
|
|
255
|
+
r"""Gets the keywords of this AddDataParam.
|
|
256
256
|
|
|
257
257
|
关键词列表,关键词数量范围为[1, 100],关键词字符长度范围为[1, 64]。支持关键词搜索的服务实例添加数据时,如给定此参数,则直接使用给定的keywords作为关键词,否则会自动生成对应的keywords。
|
|
258
258
|
|
|
@@ -263,7 +263,7 @@ class AddDataParam:
|
|
|
263
263
|
|
|
264
264
|
@keywords.setter
|
|
265
265
|
def keywords(self, keywords):
|
|
266
|
-
"""Sets the keywords of this AddDataParam.
|
|
266
|
+
r"""Sets the keywords of this AddDataParam.
|
|
267
267
|
|
|
268
268
|
关键词列表,关键词数量范围为[1, 100],关键词字符长度范围为[1, 64]。支持关键词搜索的服务实例添加数据时,如给定此参数,则直接使用给定的keywords作为关键词,否则会自动生成对应的keywords。
|
|
269
269
|
|
|
@@ -274,7 +274,7 @@ class AddDataParam:
|
|
|
274
274
|
|
|
275
275
|
@property
|
|
276
276
|
def optional_params(self):
|
|
277
|
-
"""Gets the optional_params of this AddDataParam.
|
|
277
|
+
r"""Gets the optional_params of this AddDataParam.
|
|
278
278
|
|
|
279
279
|
:return: The optional_params of this AddDataParam.
|
|
280
280
|
:rtype: :class:`huaweicloudsdkimagesearch.v2.AddDataOptionalParam`
|
|
@@ -283,7 +283,7 @@ class AddDataParam:
|
|
|
283
283
|
|
|
284
284
|
@optional_params.setter
|
|
285
285
|
def optional_params(self, optional_params):
|
|
286
|
-
"""Sets the optional_params of this AddDataParam.
|
|
286
|
+
r"""Sets the optional_params of this AddDataParam.
|
|
287
287
|
|
|
288
288
|
:param optional_params: The optional_params of this AddDataParam.
|
|
289
289
|
:type optional_params: :class:`huaweicloudsdkimagesearch.v2.AddDataOptionalParam`
|
|
@@ -25,7 +25,7 @@ class AddDataRestInfo:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, image_info=None):
|
|
28
|
-
"""AddDataRestInfo
|
|
28
|
+
r"""AddDataRestInfo
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -43,7 +43,7 @@ class AddDataRestInfo:
|
|
|
43
43
|
|
|
44
44
|
@property
|
|
45
45
|
def image_info(self):
|
|
46
|
-
"""Gets the image_info of this AddDataRestInfo.
|
|
46
|
+
r"""Gets the image_info of this AddDataRestInfo.
|
|
47
47
|
|
|
48
48
|
:return: The image_info of this AddDataRestInfo.
|
|
49
49
|
:rtype: :class:`huaweicloudsdkimagesearch.v2.AddDataRestInfoImageInfo`
|
|
@@ -52,7 +52,7 @@ class AddDataRestInfo:
|
|
|
52
52
|
|
|
53
53
|
@image_info.setter
|
|
54
54
|
def image_info(self, image_info):
|
|
55
|
-
"""Sets the image_info of this AddDataRestInfo.
|
|
55
|
+
r"""Sets the image_info of this AddDataRestInfo.
|
|
56
56
|
|
|
57
57
|
:param image_info: The image_info of this AddDataRestInfo.
|
|
58
58
|
:type image_info: :class:`huaweicloudsdkimagesearch.v2.AddDataRestInfoImageInfo`
|
|
@@ -25,7 +25,7 @@ class AddDataRestInfoImageInfo:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, objects=None):
|
|
28
|
-
"""AddDataRestInfoImageInfo
|
|
28
|
+
r"""AddDataRestInfoImageInfo
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -43,7 +43,7 @@ class AddDataRestInfoImageInfo:
|
|
|
43
43
|
|
|
44
44
|
@property
|
|
45
45
|
def objects(self):
|
|
46
|
-
"""Gets the objects of this AddDataRestInfoImageInfo.
|
|
46
|
+
r"""Gets the objects of this AddDataRestInfoImageInfo.
|
|
47
47
|
|
|
48
48
|
添加的主体列表。
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ class AddDataRestInfoImageInfo:
|
|
|
54
54
|
|
|
55
55
|
@objects.setter
|
|
56
56
|
def objects(self, objects):
|
|
57
|
-
"""Sets the objects of this AddDataRestInfoImageInfo.
|
|
57
|
+
r"""Sets the objects of this AddDataRestInfoImageInfo.
|
|
58
58
|
|
|
59
59
|
添加的主体列表。
|
|
60
60
|
|
|
@@ -29,7 +29,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
def __init__(self, box=None, category=None, category_name=None):
|
|
32
|
-
"""AddDataRestInfoImageInfoObjects
|
|
32
|
+
r"""AddDataRestInfoImageInfoObjects
|
|
33
33
|
|
|
34
34
|
The model defined in huaweicloud sdk
|
|
35
35
|
|
|
@@ -57,7 +57,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
57
57
|
|
|
58
58
|
@property
|
|
59
59
|
def box(self):
|
|
60
|
-
"""Gets the box of this AddDataRestInfoImageInfoObjects.
|
|
60
|
+
r"""Gets the box of this AddDataRestInfoImageInfoObjects.
|
|
61
61
|
|
|
62
62
|
主体目标框。
|
|
63
63
|
|
|
@@ -68,7 +68,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
68
68
|
|
|
69
69
|
@box.setter
|
|
70
70
|
def box(self, box):
|
|
71
|
-
"""Sets the box of this AddDataRestInfoImageInfoObjects.
|
|
71
|
+
r"""Sets the box of this AddDataRestInfoImageInfoObjects.
|
|
72
72
|
|
|
73
73
|
主体目标框。
|
|
74
74
|
|
|
@@ -79,7 +79,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
def category(self):
|
|
82
|
-
"""Gets the category of this AddDataRestInfoImageInfoObjects.
|
|
82
|
+
r"""Gets the category of this AddDataRestInfoImageInfoObjects.
|
|
83
83
|
|
|
84
84
|
主体类目序号。
|
|
85
85
|
|
|
@@ -90,7 +90,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
90
90
|
|
|
91
91
|
@category.setter
|
|
92
92
|
def category(self, category):
|
|
93
|
-
"""Sets the category of this AddDataRestInfoImageInfoObjects.
|
|
93
|
+
r"""Sets the category of this AddDataRestInfoImageInfoObjects.
|
|
94
94
|
|
|
95
95
|
主体类目序号。
|
|
96
96
|
|
|
@@ -101,7 +101,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
101
101
|
|
|
102
102
|
@property
|
|
103
103
|
def category_name(self):
|
|
104
|
-
"""Gets the category_name of this AddDataRestInfoImageInfoObjects.
|
|
104
|
+
r"""Gets the category_name of this AddDataRestInfoImageInfoObjects.
|
|
105
105
|
|
|
106
106
|
主体类目名称。
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ class AddDataRestInfoImageInfoObjects:
|
|
|
112
112
|
|
|
113
113
|
@category_name.setter
|
|
114
114
|
def category_name(self, category_name):
|
|
115
|
-
"""Sets the category_name of this AddDataRestInfoImageInfoObjects.
|
|
115
|
+
r"""Sets the category_name of this AddDataRestInfoImageInfoObjects.
|
|
116
116
|
|
|
117
117
|
主体类目名称。
|
|
118
118
|
|
|
@@ -29,7 +29,7 @@ class CheckInfo:
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
def __init__(self, total_num=None, return_num=None, last_item=None):
|
|
32
|
-
"""CheckInfo
|
|
32
|
+
r"""CheckInfo
|
|
33
33
|
|
|
34
34
|
The model defined in huaweicloud sdk
|
|
35
35
|
|
|
@@ -57,7 +57,7 @@ class CheckInfo:
|
|
|
57
57
|
|
|
58
58
|
@property
|
|
59
59
|
def total_num(self):
|
|
60
|
-
"""Gets the total_num of this CheckInfo.
|
|
60
|
+
r"""Gets the total_num of this CheckInfo.
|
|
61
61
|
|
|
62
62
|
符合条件的结果总数。
|
|
63
63
|
|
|
@@ -68,7 +68,7 @@ class CheckInfo:
|
|
|
68
68
|
|
|
69
69
|
@total_num.setter
|
|
70
70
|
def total_num(self, total_num):
|
|
71
|
-
"""Sets the total_num of this CheckInfo.
|
|
71
|
+
r"""Sets the total_num of this CheckInfo.
|
|
72
72
|
|
|
73
73
|
符合条件的结果总数。
|
|
74
74
|
|
|
@@ -79,7 +79,7 @@ class CheckInfo:
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
def return_num(self):
|
|
82
|
-
"""Gets the return_num of this CheckInfo.
|
|
82
|
+
r"""Gets the return_num of this CheckInfo.
|
|
83
83
|
|
|
84
84
|
返回的结果总数。
|
|
85
85
|
|
|
@@ -90,7 +90,7 @@ class CheckInfo:
|
|
|
90
90
|
|
|
91
91
|
@return_num.setter
|
|
92
92
|
def return_num(self, return_num):
|
|
93
|
-
"""Sets the return_num of this CheckInfo.
|
|
93
|
+
r"""Sets the return_num of this CheckInfo.
|
|
94
94
|
|
|
95
95
|
返回的结果总数。
|
|
96
96
|
|
|
@@ -101,7 +101,7 @@ class CheckInfo:
|
|
|
101
101
|
|
|
102
102
|
@property
|
|
103
103
|
def last_item(self):
|
|
104
|
-
"""Gets the last_item of this CheckInfo.
|
|
104
|
+
r"""Gets the last_item of this CheckInfo.
|
|
105
105
|
|
|
106
106
|
:return: The last_item of this CheckInfo.
|
|
107
107
|
:rtype: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
|
|
@@ -110,7 +110,7 @@ class CheckInfo:
|
|
|
110
110
|
|
|
111
111
|
@last_item.setter
|
|
112
112
|
def last_item(self, last_item):
|
|
113
|
-
"""Sets the last_item of this CheckInfo.
|
|
113
|
+
r"""Sets the last_item of this CheckInfo.
|
|
114
114
|
|
|
115
115
|
:param last_item: The last_item of this CheckInfo.
|
|
116
116
|
:type last_item: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
|
|
@@ -33,7 +33,7 @@ class CheckParam:
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
def __init__(self, item_id=None, limit=None, last_item=None, custom_tags=None, custom_num_tags=None):
|
|
36
|
-
"""CheckParam
|
|
36
|
+
r"""CheckParam
|
|
37
37
|
|
|
38
38
|
The model defined in huaweicloud sdk
|
|
39
39
|
|
|
@@ -71,7 +71,7 @@ class CheckParam:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
def item_id(self):
|
|
74
|
-
"""Gets the item_id of this CheckParam.
|
|
74
|
+
r"""Gets the item_id of this CheckParam.
|
|
75
75
|
|
|
76
76
|
数据的服务实例级唯一标识,字符长度范围为[1, 256]。 - item_id/custom_tags/custom_num_tags中必须给定至少一个参数,以支持对服务实例中的数据进行指定ID检查或条件检查。 - 如给定item_id参数,则进行指定ID检查,否则进行条件检查。
|
|
77
77
|
|
|
@@ -82,7 +82,7 @@ class CheckParam:
|
|
|
82
82
|
|
|
83
83
|
@item_id.setter
|
|
84
84
|
def item_id(self, item_id):
|
|
85
|
-
"""Sets the item_id of this CheckParam.
|
|
85
|
+
r"""Sets the item_id of this CheckParam.
|
|
86
86
|
|
|
87
87
|
数据的服务实例级唯一标识,字符长度范围为[1, 256]。 - item_id/custom_tags/custom_num_tags中必须给定至少一个参数,以支持对服务实例中的数据进行指定ID检查或条件检查。 - 如给定item_id参数,则进行指定ID检查,否则进行条件检查。
|
|
88
88
|
|
|
@@ -93,7 +93,7 @@ class CheckParam:
|
|
|
93
93
|
|
|
94
94
|
@property
|
|
95
95
|
def limit(self):
|
|
96
|
-
"""Gets the limit of this CheckParam.
|
|
96
|
+
r"""Gets the limit of this CheckParam.
|
|
97
97
|
|
|
98
98
|
返回检查结果的数量,默认为10,取值范围为[1, 100]。仅对条件检查生效。
|
|
99
99
|
|
|
@@ -104,7 +104,7 @@ class CheckParam:
|
|
|
104
104
|
|
|
105
105
|
@limit.setter
|
|
106
106
|
def limit(self, limit):
|
|
107
|
-
"""Sets the limit of this CheckParam.
|
|
107
|
+
r"""Sets the limit of this CheckParam.
|
|
108
108
|
|
|
109
109
|
返回检查结果的数量,默认为10,取值范围为[1, 100]。仅对条件检查生效。
|
|
110
110
|
|
|
@@ -115,7 +115,7 @@ class CheckParam:
|
|
|
115
115
|
|
|
116
116
|
@property
|
|
117
117
|
def last_item(self):
|
|
118
|
-
"""Gets the last_item of this CheckParam.
|
|
118
|
+
r"""Gets the last_item of this CheckParam.
|
|
119
119
|
|
|
120
120
|
:return: The last_item of this CheckParam.
|
|
121
121
|
:rtype: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
|
|
@@ -124,7 +124,7 @@ class CheckParam:
|
|
|
124
124
|
|
|
125
125
|
@last_item.setter
|
|
126
126
|
def last_item(self, last_item):
|
|
127
|
-
"""Sets the last_item of this CheckParam.
|
|
127
|
+
r"""Sets the last_item of this CheckParam.
|
|
128
128
|
|
|
129
129
|
:param last_item: The last_item of this CheckParam.
|
|
130
130
|
:type last_item: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
|
|
@@ -133,7 +133,7 @@ class CheckParam:
|
|
|
133
133
|
|
|
134
134
|
@property
|
|
135
135
|
def custom_tags(self):
|
|
136
|
-
"""Gets the custom_tags of this CheckParam.
|
|
136
|
+
r"""Gets the custom_tags of this CheckParam.
|
|
137
137
|
|
|
138
138
|
自定义字符标签,用于对服务实例中的数据进行条件查找。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
|
|
139
139
|
|
|
@@ -144,7 +144,7 @@ class CheckParam:
|
|
|
144
144
|
|
|
145
145
|
@custom_tags.setter
|
|
146
146
|
def custom_tags(self, custom_tags):
|
|
147
|
-
"""Sets the custom_tags of this CheckParam.
|
|
147
|
+
r"""Sets the custom_tags of this CheckParam.
|
|
148
148
|
|
|
149
149
|
自定义字符标签,用于对服务实例中的数据进行条件查找。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
|
|
150
150
|
|
|
@@ -155,7 +155,7 @@ class CheckParam:
|
|
|
155
155
|
|
|
156
156
|
@property
|
|
157
157
|
def custom_num_tags(self):
|
|
158
|
-
"""Gets the custom_num_tags of this CheckParam.
|
|
158
|
+
r"""Gets the custom_num_tags of this CheckParam.
|
|
159
159
|
|
|
160
160
|
自定义数值标签,用于对服务实例中的数据进行条件查找。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
|
|
161
161
|
|
|
@@ -166,7 +166,7 @@ class CheckParam:
|
|
|
166
166
|
|
|
167
167
|
@custom_num_tags.setter
|
|
168
168
|
def custom_num_tags(self, custom_num_tags):
|
|
169
|
-
"""Sets the custom_num_tags of this CheckParam.
|
|
169
|
+
r"""Sets the custom_num_tags of this CheckParam.
|
|
170
170
|
|
|
171
171
|
自定义数值标签,用于对服务实例中的数据进行条件查找。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
|
|
172
172
|
|