huaweicloudsdkimagesearch 3.1.142__py2.py3-none-any.whl → 3.1.144__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.

Files changed (40) hide show
  1. huaweicloudsdkimagesearch/v2/imagesearch_async_client.py +5 -5
  2. huaweicloudsdkimagesearch/v2/imagesearch_client.py +5 -5
  3. huaweicloudsdkimagesearch/v2/model/add_data_optional_param.py +9 -9
  4. huaweicloudsdkimagesearch/v2/model/add_data_param.py +19 -19
  5. huaweicloudsdkimagesearch/v2/model/add_data_rest_info.py +3 -3
  6. huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info.py +3 -3
  7. huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info_objects.py +7 -7
  8. huaweicloudsdkimagesearch/v2/model/check_info.py +7 -7
  9. huaweicloudsdkimagesearch/v2/model/check_param.py +11 -11
  10. huaweicloudsdkimagesearch/v2/model/check_rest_info.py +9 -9
  11. huaweicloudsdkimagesearch/v2/model/delete_info.py +5 -5
  12. huaweicloudsdkimagesearch/v2/model/delete_param.py +9 -9
  13. huaweicloudsdkimagesearch/v2/model/delete_rest_info.py +5 -5
  14. huaweicloudsdkimagesearch/v2/model/delete_rest_info_items.py +3 -3
  15. huaweicloudsdkimagesearch/v2/model/item_source.py +9 -9
  16. huaweicloudsdkimagesearch/v2/model/range_param.py +5 -5
  17. huaweicloudsdkimagesearch/v2/model/run_add_data_request.py +5 -5
  18. huaweicloudsdkimagesearch/v2/model/run_add_data_response.py +5 -5
  19. huaweicloudsdkimagesearch/v2/model/run_check_data_request.py +5 -5
  20. huaweicloudsdkimagesearch/v2/model/run_check_data_response.py +5 -5
  21. huaweicloudsdkimagesearch/v2/model/run_delete_data_request.py +5 -5
  22. huaweicloudsdkimagesearch/v2/model/run_delete_data_response.py +5 -5
  23. huaweicloudsdkimagesearch/v2/model/run_search_request.py +5 -5
  24. huaweicloudsdkimagesearch/v2/model/run_search_response.py +5 -5
  25. huaweicloudsdkimagesearch/v2/model/run_update_data_request.py +5 -5
  26. huaweicloudsdkimagesearch/v2/model/run_update_data_response.py +3 -3
  27. huaweicloudsdkimagesearch/v2/model/search_after_param.py +5 -5
  28. huaweicloudsdkimagesearch/v2/model/search_info.py +9 -9
  29. huaweicloudsdkimagesearch/v2/model/search_item.py +7 -7
  30. huaweicloudsdkimagesearch/v2/model/search_optional_param.py +17 -17
  31. huaweicloudsdkimagesearch/v2/model/search_param.py +25 -25
  32. huaweicloudsdkimagesearch/v2/model/search_rest_info.py +7 -7
  33. huaweicloudsdkimagesearch/v2/model/search_rest_info_image_info.py +9 -9
  34. huaweicloudsdkimagesearch/v2/model/update_param.py +9 -9
  35. {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.144.dist-info}/METADATA +2 -2
  36. huaweicloudsdkimagesearch-3.1.144.dist-info/RECORD +44 -0
  37. huaweicloudsdkimagesearch-3.1.142.dist-info/RECORD +0 -44
  38. {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.144.dist-info}/LICENSE +0 -0
  39. {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.144.dist-info}/WHEEL +0 -0
  40. {huaweicloudsdkimagesearch-3.1.142.dist-info → huaweicloudsdkimagesearch-3.1.144.dist-info}/top_level.txt +0 -0
@@ -47,7 +47,7 @@ class SearchParam:
47
47
  }
48
48
 
49
49
  def __init__(self, search_type=None, limit=None, offset=None, last_item=None, min_score=None, custom_tags=None, custom_num_tags=None, image_base64=None, image_url=None, keywords=None, text=None, optional_params=None):
50
- """SearchParam
50
+ r"""SearchParam
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -119,7 +119,7 @@ class SearchParam:
119
119
 
120
120
  @property
121
121
  def search_type(self):
122
- """Gets the search_type of this SearchParam.
122
+ r"""Gets the search_type of this SearchParam.
123
123
 
124
124
  搜索类型,必须为服务实例支持的搜索类型。服务实例的搜索类型列表可在创建服务实例时进行配置。 > 可以使用枚举名或者枚举值(例如IMAGE/0),枚举值可能会变动,建议使用枚举名。
125
125
 
@@ -130,7 +130,7 @@ class SearchParam:
130
130
 
131
131
  @search_type.setter
132
132
  def search_type(self, search_type):
133
- """Sets the search_type of this SearchParam.
133
+ r"""Sets the search_type of this SearchParam.
134
134
 
135
135
  搜索类型,必须为服务实例支持的搜索类型。服务实例的搜索类型列表可在创建服务实例时进行配置。 > 可以使用枚举名或者枚举值(例如IMAGE/0),枚举值可能会变动,建议使用枚举名。
136
136
 
@@ -141,7 +141,7 @@ class SearchParam:
141
141
 
142
142
  @property
143
143
  def limit(self):
144
- """Gets the limit of this SearchParam.
144
+ r"""Gets the limit of this SearchParam.
145
145
 
146
146
  返回搜索结果的数量,默认为10,取值范围为[1, 1000]。
147
147
 
@@ -152,7 +152,7 @@ class SearchParam:
152
152
 
153
153
  @limit.setter
154
154
  def limit(self, limit):
155
- """Sets the limit of this SearchParam.
155
+ r"""Sets the limit of this SearchParam.
156
156
 
157
157
  返回搜索结果的数量,默认为10,取值范围为[1, 1000]。
158
158
 
@@ -163,7 +163,7 @@ class SearchParam:
163
163
 
164
164
  @property
165
165
  def offset(self):
166
- """Gets the offset of this SearchParam.
166
+ r"""Gets the offset of this SearchParam.
167
167
 
168
168
  返回搜索结果的偏移量,即返回序号在[offset, offset+limit]内的搜索结果。默认为0,取值范围为[0, N]。 - 默认情况下,搜索要求offset+limit <= 1000。 - 针对支持全量召回的场景,使用全量召回时,要求offset必须为0。
169
169
 
@@ -174,7 +174,7 @@ class SearchParam:
174
174
 
175
175
  @offset.setter
176
176
  def offset(self, offset):
177
- """Sets the offset of this SearchParam.
177
+ r"""Sets the offset of this SearchParam.
178
178
 
179
179
  返回搜索结果的偏移量,即返回序号在[offset, offset+limit]内的搜索结果。默认为0,取值范围为[0, N]。 - 默认情况下,搜索要求offset+limit <= 1000。 - 针对支持全量召回的场景,使用全量召回时,要求offset必须为0。
180
180
 
@@ -185,7 +185,7 @@ class SearchParam:
185
185
 
186
186
  @property
187
187
  def last_item(self):
188
- """Gets the last_item of this SearchParam.
188
+ r"""Gets the last_item of this SearchParam.
189
189
 
190
190
  :return: The last_item of this SearchParam.
191
191
  :rtype: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
@@ -194,7 +194,7 @@ class SearchParam:
194
194
 
195
195
  @last_item.setter
196
196
  def last_item(self, last_item):
197
- """Sets the last_item of this SearchParam.
197
+ r"""Sets the last_item of this SearchParam.
198
198
 
199
199
  :param last_item: The last_item of this SearchParam.
200
200
  :type last_item: :class:`huaweicloudsdkimagesearch.v2.SearchAfterParam`
@@ -203,7 +203,7 @@ class SearchParam:
203
203
 
204
204
  @property
205
205
  def min_score(self):
206
- """Gets the min_score of this SearchParam.
206
+ r"""Gets the min_score of this SearchParam.
207
207
 
208
208
  返回搜索结果的最小得分,用于对搜索结果进行score过滤,取值范围为[0, 1]。 - 目前仅对IMAGE/CATEGORY搜索类型生效。
209
209
 
@@ -214,7 +214,7 @@ class SearchParam:
214
214
 
215
215
  @min_score.setter
216
216
  def min_score(self, min_score):
217
- """Sets the min_score of this SearchParam.
217
+ r"""Sets the min_score of this SearchParam.
218
218
 
219
219
  返回搜索结果的最小得分,用于对搜索结果进行score过滤,取值范围为[0, 1]。 - 目前仅对IMAGE/CATEGORY搜索类型生效。
220
220
 
@@ -225,7 +225,7 @@ class SearchParam:
225
225
 
226
226
  @property
227
227
  def custom_tags(self):
228
- """Gets the custom_tags of this SearchParam.
228
+ r"""Gets the custom_tags of this SearchParam.
229
229
 
230
230
  自定义字符标签,用于对搜索结果进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
231
231
 
@@ -236,7 +236,7 @@ class SearchParam:
236
236
 
237
237
  @custom_tags.setter
238
238
  def custom_tags(self, custom_tags):
239
- """Sets the custom_tags of this SearchParam.
239
+ r"""Sets the custom_tags of this SearchParam.
240
240
 
241
241
  自定义字符标签,用于对搜索结果进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
242
242
 
@@ -247,7 +247,7 @@ class SearchParam:
247
247
 
248
248
  @property
249
249
  def custom_num_tags(self):
250
- """Gets the custom_num_tags of this SearchParam.
250
+ r"""Gets the custom_num_tags of this SearchParam.
251
251
 
252
252
  自定义数值标签,用于对搜索结果进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
253
253
 
@@ -258,7 +258,7 @@ class SearchParam:
258
258
 
259
259
  @custom_num_tags.setter
260
260
  def custom_num_tags(self, custom_num_tags):
261
- """Sets the custom_num_tags of this SearchParam.
261
+ r"""Sets the custom_num_tags of this SearchParam.
262
262
 
263
263
  自定义数值标签,用于对搜索结果进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
264
264
 
@@ -269,7 +269,7 @@ class SearchParam:
269
269
 
270
270
  @property
271
271
  def image_base64(self):
272
- """Gets the image_base64 of this SearchParam.
272
+ r"""Gets the image_base64 of this SearchParam.
273
273
 
274
274
  图像文件的base64字符串,基于图像搜索时,与image_url二选一。要求如下: - 格式:目前仅支持JPEG/JPG/PNG/BMP/WEBP格式的图像。 - 大小:图像文件大小要求不超过5M。 - 尺寸:默认情况下,要求图像的最短边大于64px,最长边小于4096px。部分服务类型有特殊要求,可参见服务类型说明。 - 其他:图片中不能包含旋转信息。
275
275
 
@@ -280,7 +280,7 @@ class SearchParam:
280
280
 
281
281
  @image_base64.setter
282
282
  def image_base64(self, image_base64):
283
- """Sets the image_base64 of this SearchParam.
283
+ r"""Sets the image_base64 of this SearchParam.
284
284
 
285
285
  图像文件的base64字符串,基于图像搜索时,与image_url二选一。要求如下: - 格式:目前仅支持JPEG/JPG/PNG/BMP/WEBP格式的图像。 - 大小:图像文件大小要求不超过5M。 - 尺寸:默认情况下,要求图像的最短边大于64px,最长边小于4096px。部分服务类型有特殊要求,可参见服务类型说明。 - 其他:图片中不能包含旋转信息。
286
286
 
@@ -291,7 +291,7 @@ class SearchParam:
291
291
 
292
292
  @property
293
293
  def image_url(self):
294
- """Gets the image_url of this SearchParam.
294
+ r"""Gets the image_url of this SearchParam.
295
295
 
296
296
  图像文件的服务可访问URL,字符长度范围为[1, 4096]。基于图像搜索时,与image_base64二选一。
297
297
 
@@ -302,7 +302,7 @@ class SearchParam:
302
302
 
303
303
  @image_url.setter
304
304
  def image_url(self, image_url):
305
- """Sets the image_url of this SearchParam.
305
+ r"""Sets the image_url of this SearchParam.
306
306
 
307
307
  图像文件的服务可访问URL,字符长度范围为[1, 4096]。基于图像搜索时,与image_base64二选一。
308
308
 
@@ -313,7 +313,7 @@ class SearchParam:
313
313
 
314
314
  @property
315
315
  def keywords(self):
316
- """Gets the keywords of this SearchParam.
316
+ r"""Gets the keywords of this SearchParam.
317
317
 
318
318
  关键词列表,搜索时关键词数量范围为[1, 10],关键词字符长度范围为[1, 64]。使用KEYWORD搜索类型进行搜索时,必须提供该参数。
319
319
 
@@ -324,7 +324,7 @@ class SearchParam:
324
324
 
325
325
  @keywords.setter
326
326
  def keywords(self, keywords):
327
- """Sets the keywords of this SearchParam.
327
+ r"""Sets the keywords of this SearchParam.
328
328
 
329
329
  关键词列表,搜索时关键词数量范围为[1, 10],关键词字符长度范围为[1, 64]。使用KEYWORD搜索类型进行搜索时,必须提供该参数。
330
330
 
@@ -335,7 +335,7 @@ class SearchParam:
335
335
 
336
336
  @property
337
337
  def text(self):
338
- """Gets the text of this SearchParam.
338
+ r"""Gets the text of this SearchParam.
339
339
 
340
340
  文本字符串,字符长度范围为[1, 512]。
341
341
 
@@ -346,7 +346,7 @@ class SearchParam:
346
346
 
347
347
  @text.setter
348
348
  def text(self, text):
349
- """Sets the text of this SearchParam.
349
+ r"""Sets the text of this SearchParam.
350
350
 
351
351
  文本字符串,字符长度范围为[1, 512]。
352
352
 
@@ -357,7 +357,7 @@ class SearchParam:
357
357
 
358
358
  @property
359
359
  def optional_params(self):
360
- """Gets the optional_params of this SearchParam.
360
+ r"""Gets the optional_params of this SearchParam.
361
361
 
362
362
  :return: The optional_params of this SearchParam.
363
363
  :rtype: :class:`huaweicloudsdkimagesearch.v2.SearchOptionalParam`
@@ -366,7 +366,7 @@ class SearchParam:
366
366
 
367
367
  @optional_params.setter
368
368
  def optional_params(self, optional_params):
369
- """Sets the optional_params of this SearchParam.
369
+ r"""Sets the optional_params of this SearchParam.
370
370
 
371
371
  :param optional_params: The optional_params of this SearchParam.
372
372
  :type optional_params: :class:`huaweicloudsdkimagesearch.v2.SearchOptionalParam`
@@ -29,7 +29,7 @@ class SearchRestInfo:
29
29
  }
30
30
 
31
31
  def __init__(self, items=None, search_info=None, image_info=None):
32
- """SearchRestInfo
32
+ r"""SearchRestInfo
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class SearchRestInfo:
57
57
 
58
58
  @property
59
59
  def items(self):
60
- """Gets the items of this SearchRestInfo.
60
+ r"""Gets the items of this SearchRestInfo.
61
61
 
62
62
  搜索结果列表。
63
63
 
@@ -68,7 +68,7 @@ class SearchRestInfo:
68
68
 
69
69
  @items.setter
70
70
  def items(self, items):
71
- """Sets the items of this SearchRestInfo.
71
+ r"""Sets the items of this SearchRestInfo.
72
72
 
73
73
  搜索结果列表。
74
74
 
@@ -79,7 +79,7 @@ class SearchRestInfo:
79
79
 
80
80
  @property
81
81
  def search_info(self):
82
- """Gets the search_info of this SearchRestInfo.
82
+ r"""Gets the search_info of this SearchRestInfo.
83
83
 
84
84
  :return: The search_info of this SearchRestInfo.
85
85
  :rtype: :class:`huaweicloudsdkimagesearch.v2.SearchInfo`
@@ -88,7 +88,7 @@ class SearchRestInfo:
88
88
 
89
89
  @search_info.setter
90
90
  def search_info(self, search_info):
91
- """Sets the search_info of this SearchRestInfo.
91
+ r"""Sets the search_info of this SearchRestInfo.
92
92
 
93
93
  :param search_info: The search_info of this SearchRestInfo.
94
94
  :type search_info: :class:`huaweicloudsdkimagesearch.v2.SearchInfo`
@@ -97,7 +97,7 @@ class SearchRestInfo:
97
97
 
98
98
  @property
99
99
  def image_info(self):
100
- """Gets the image_info of this SearchRestInfo.
100
+ r"""Gets the image_info of this SearchRestInfo.
101
101
 
102
102
  :return: The image_info of this SearchRestInfo.
103
103
  :rtype: :class:`huaweicloudsdkimagesearch.v2.SearchRestInfoImageInfo`
@@ -106,7 +106,7 @@ class SearchRestInfo:
106
106
 
107
107
  @image_info.setter
108
108
  def image_info(self, image_info):
109
- """Sets the image_info of this SearchRestInfo.
109
+ r"""Sets the image_info of this SearchRestInfo.
110
110
 
111
111
  :param image_info: The image_info of this SearchRestInfo.
112
112
  :type image_info: :class:`huaweicloudsdkimagesearch.v2.SearchRestInfoImageInfo`
@@ -31,7 +31,7 @@ class SearchRestInfoImageInfo:
31
31
  }
32
32
 
33
33
  def __init__(self, box=None, category=None, category_name=None, objects=None):
34
- """SearchRestInfoImageInfo
34
+ r"""SearchRestInfoImageInfo
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class SearchRestInfoImageInfo:
64
64
 
65
65
  @property
66
66
  def box(self):
67
- """Gets the box of this SearchRestInfoImageInfo.
67
+ r"""Gets the box of this SearchRestInfoImageInfo.
68
68
 
69
69
  用于搜索的主体目标框。
70
70
 
@@ -75,7 +75,7 @@ class SearchRestInfoImageInfo:
75
75
 
76
76
  @box.setter
77
77
  def box(self, box):
78
- """Sets the box of this SearchRestInfoImageInfo.
78
+ r"""Sets the box of this SearchRestInfoImageInfo.
79
79
 
80
80
  用于搜索的主体目标框。
81
81
 
@@ -86,7 +86,7 @@ class SearchRestInfoImageInfo:
86
86
 
87
87
  @property
88
88
  def category(self):
89
- """Gets the category of this SearchRestInfoImageInfo.
89
+ r"""Gets the category of this SearchRestInfoImageInfo.
90
90
 
91
91
  用于搜索的主体类目序号。
92
92
 
@@ -97,7 +97,7 @@ class SearchRestInfoImageInfo:
97
97
 
98
98
  @category.setter
99
99
  def category(self, category):
100
- """Sets the category of this SearchRestInfoImageInfo.
100
+ r"""Sets the category of this SearchRestInfoImageInfo.
101
101
 
102
102
  用于搜索的主体类目序号。
103
103
 
@@ -108,7 +108,7 @@ class SearchRestInfoImageInfo:
108
108
 
109
109
  @property
110
110
  def category_name(self):
111
- """Gets the category_name of this SearchRestInfoImageInfo.
111
+ r"""Gets the category_name of this SearchRestInfoImageInfo.
112
112
 
113
113
  用于搜索的主体类目名称。
114
114
 
@@ -119,7 +119,7 @@ class SearchRestInfoImageInfo:
119
119
 
120
120
  @category_name.setter
121
121
  def category_name(self, category_name):
122
- """Sets the category_name of this SearchRestInfoImageInfo.
122
+ r"""Sets the category_name of this SearchRestInfoImageInfo.
123
123
 
124
124
  用于搜索的主体类目名称。
125
125
 
@@ -130,7 +130,7 @@ class SearchRestInfoImageInfo:
130
130
 
131
131
  @property
132
132
  def objects(self):
133
- """Gets the objects of this SearchRestInfoImageInfo.
133
+ r"""Gets the objects of this SearchRestInfoImageInfo.
134
134
 
135
135
  搜索图像中的所有主体列表。
136
136
 
@@ -141,7 +141,7 @@ class SearchRestInfoImageInfo:
141
141
 
142
142
  @objects.setter
143
143
  def objects(self, objects):
144
- """Sets the objects of this SearchRestInfoImageInfo.
144
+ r"""Sets the objects of this SearchRestInfoImageInfo.
145
145
 
146
146
  搜索图像中的所有主体列表。
147
147
 
@@ -31,7 +31,7 @@ class UpdateParam:
31
31
  }
32
32
 
33
33
  def __init__(self, item_id=None, desc=None, custom_tags=None, custom_num_tags=None):
34
- """UpdateParam
34
+ r"""UpdateParam
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -63,7 +63,7 @@ class UpdateParam:
63
63
 
64
64
  @property
65
65
  def item_id(self):
66
- """Gets the item_id of this UpdateParam.
66
+ r"""Gets the item_id of this UpdateParam.
67
67
 
68
68
  数据的服务实例级唯一标识,字符长度范围为[1, 256]。
69
69
 
@@ -74,7 +74,7 @@ class UpdateParam:
74
74
 
75
75
  @item_id.setter
76
76
  def item_id(self, item_id):
77
- """Sets the item_id of this UpdateParam.
77
+ r"""Sets the item_id of this UpdateParam.
78
78
 
79
79
  数据的服务实例级唯一标识,字符长度范围为[1, 256]。
80
80
 
@@ -85,7 +85,7 @@ class UpdateParam:
85
85
 
86
86
  @property
87
87
  def desc(self):
88
- """Gets the desc of this UpdateParam.
88
+ r"""Gets the desc of this UpdateParam.
89
89
 
90
90
  数据的描述信息,字符长度范围为[1, 2048]。
91
91
 
@@ -96,7 +96,7 @@ class UpdateParam:
96
96
 
97
97
  @desc.setter
98
98
  def desc(self, desc):
99
- """Sets the desc of this UpdateParam.
99
+ r"""Sets the desc of this UpdateParam.
100
100
 
101
101
  数据的描述信息,字符长度范围为[1, 2048]。
102
102
 
@@ -107,7 +107,7 @@ class UpdateParam:
107
107
 
108
108
  @property
109
109
  def custom_tags(self):
110
- """Gets the custom_tags of this UpdateParam.
110
+ r"""Gets the custom_tags of this UpdateParam.
111
111
 
112
112
  数据的自定义字符标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为字符串,字符长度范围为[1, 64]。
113
113
 
@@ -118,7 +118,7 @@ class UpdateParam:
118
118
 
119
119
  @custom_tags.setter
120
120
  def custom_tags(self, custom_tags):
121
- """Sets the custom_tags of this UpdateParam.
121
+ r"""Sets the custom_tags of this UpdateParam.
122
122
 
123
123
  数据的自定义字符标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为字符串,字符长度范围为[1, 64]。
124
124
 
@@ -129,7 +129,7 @@ class UpdateParam:
129
129
 
130
130
  @property
131
131
  def custom_num_tags(self):
132
- """Gets the custom_num_tags of this UpdateParam.
132
+ r"""Gets the custom_num_tags of this UpdateParam.
133
133
 
134
134
  数据的自定义数值标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为数值,格式为double。
135
135
 
@@ -140,7 +140,7 @@ class UpdateParam:
140
140
 
141
141
  @custom_num_tags.setter
142
142
  def custom_num_tags(self, custom_num_tags):
143
- """Sets the custom_num_tags of this UpdateParam.
143
+ r"""Sets the custom_num_tags of this UpdateParam.
144
144
 
145
145
  数据的自定义数值标签,用于进行条件过滤。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 类型为数值,格式为double。
146
146
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkimagesearch
3
- Version: 3.1.142
3
+ Version: 3.1.144
4
4
  Summary: ImageSearch
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore>=3.1.142
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.144
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -0,0 +1,44 @@
1
+ huaweicloudsdkimagesearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ huaweicloudsdkimagesearch/v2/__init__.py,sha256=NrU_nFyzdcmjEWrCJxDpbMm1oNevEncxY0JfxHkqRtE,2890
3
+ huaweicloudsdkimagesearch/v2/imagesearch_async_client.py,sha256=Wi-LnkWb8IuxIS4R6lzq3tYUcWym1HtqrVd5wPGsJI4,14234
4
+ huaweicloudsdkimagesearch/v2/imagesearch_client.py,sha256=AfGrN0NcC0RutAH9QKV5O65j1NX8GvDtgYBh4XfPO_g,14139
5
+ huaweicloudsdkimagesearch/v2/model/__init__.py,sha256=vd7Q2pDzMKI_wtiLlMptQfgR44kdkhqakKfWs4VecBQ,2756
6
+ huaweicloudsdkimagesearch/v2/model/add_data_optional_param.py,sha256=Yp_Ubw-IrzAR_F4PqaKRMzZLDtyKwU0e2-SdZao2_5Y,6989
7
+ huaweicloudsdkimagesearch/v2/model/add_data_param.py,sha256=AuwvCitkriSsN5sFXi3DkJIfNo5EhVowByRsiCVbK9k,14039
8
+ huaweicloudsdkimagesearch/v2/model/add_data_rest_info.py,sha256=GzGK9Nxn5WtCX_cqIcLLp4Llh5AKFcgY1TJnvSEpUkg,3237
9
+ huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info.py,sha256=QRV14_3TGqD1yG4vnViR_DqlzvIBPHsWM1xWCzJMg_I,3375
10
+ huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info_objects.py,sha256=sW5_R3z94l5HI_lD096Uvoo84lrDpff1iPH7PA70Qno,4851
11
+ huaweicloudsdkimagesearch/v2/model/check_info.py,sha256=ZmVAkyW9EfeWPjzjEbppcov7Y4J63e0u10n5NM8h2Sc,4741
12
+ huaweicloudsdkimagesearch/v2/model/check_param.py,sha256=n_xLr7okaG9tMRhLgQHeKokBRiaqO5zA2IyHi327JDY,9961
13
+ huaweicloudsdkimagesearch/v2/model/check_rest_info.py,sha256=qfYyxHB1TVen5zJEzRLAx__OowKlzy43gl7Iy8oSDLs,5981
14
+ huaweicloudsdkimagesearch/v2/model/delete_info.py,sha256=qhqR2yGf4N_O-wxjhOSymKqvUIQZF-sWtnKLEBCpVYc,4051
15
+ huaweicloudsdkimagesearch/v2/model/delete_param.py,sha256=GxEq--AOHAv1-05uWOgKUhwKlHpa9zp-uUJTzqIDpmw,9453
16
+ huaweicloudsdkimagesearch/v2/model/delete_rest_info.py,sha256=H8xijsfgnKucMpg6m3Qh8EISWTmwpC4ykHzQx0x29nI,4098
17
+ huaweicloudsdkimagesearch/v2/model/delete_rest_info_items.py,sha256=WW6ez9LaolFAuJXm7TnB2KFORbebNfQA9f1ZKPiAgXk,2954
18
+ huaweicloudsdkimagesearch/v2/model/item_source.py,sha256=x1p8QkO7J6glKIU-ds3m9tI6eLxqSoEiBc1h4a1tHdY,5618
19
+ huaweicloudsdkimagesearch/v2/model/range_param.py,sha256=Y6wfPTNopmK8TKxt1t-HVCGXbL1BVLvJzX592bKT8xI,3709
20
+ huaweicloudsdkimagesearch/v2/model/run_add_data_request.py,sha256=X_ABPr4-Ndli-s2OQhqGbdd5Saiw_pBm9fNwtf9tzus,4042
21
+ huaweicloudsdkimagesearch/v2/model/run_add_data_response.py,sha256=c8F_mhegY2qSCkPeWlz2IOaNUY-AViFDyqZdjPaXFag,3972
22
+ huaweicloudsdkimagesearch/v2/model/run_check_data_request.py,sha256=tqm-50ChrqvCT9aZ-njycHJUu4_RCEDjbtlHhvoO1Bs,4058
23
+ huaweicloudsdkimagesearch/v2/model/run_check_data_response.py,sha256=GGeRS7fJAdgYokZ5V5JWES9j5Moib1fV4-JrmEZv9P0,3988
24
+ huaweicloudsdkimagesearch/v2/model/run_delete_data_request.py,sha256=o1zq7_giCj0ZcVztyJlCcsVAyIPHg30AVUAWJBDdZHM,4074
25
+ huaweicloudsdkimagesearch/v2/model/run_delete_data_response.py,sha256=P5WGnLKPqyzM-iJBJWIj84u2xGY65SVEXzwICl9e644,4004
26
+ huaweicloudsdkimagesearch/v2/model/run_search_request.py,sha256=merp2h2qi2zMq_dm-ij7-nR0i0ASakspSYzgUs1ytPs,4026
27
+ huaweicloudsdkimagesearch/v2/model/run_search_response.py,sha256=mkWAqUj0G-BYRbD3_WiGDNeDB3UXYbDixymsHx41J6I,3938
28
+ huaweicloudsdkimagesearch/v2/model/run_update_data_request.py,sha256=Q-pmZ3whHEI_D_HJgojO_vbzlhcJ3CQpIZc1QbV5TcU,4074
29
+ huaweicloudsdkimagesearch/v2/model/run_update_data_response.py,sha256=1i1_Oz8X7yFbpf2Ei9pP37uvw1ShQPCkHwgOKD4AUb8,3225
30
+ huaweicloudsdkimagesearch/v2/model/search_after_param.py,sha256=9BzYIPkcQ-ZCnlIw3TwjSybO0fM488HEzBMjlHNc9OM,3648
31
+ huaweicloudsdkimagesearch/v2/model/search_info.py,sha256=0NHmPzZay1-S6v63NkypT_fGt5uzNO9D9AZpihaTbU0,5595
32
+ huaweicloudsdkimagesearch/v2/model/search_item.py,sha256=YiF1nZTM3Nau8w_CMIyGeVKpSUflCrRxE-enmStHSbw,4347
33
+ huaweicloudsdkimagesearch/v2/model/search_optional_param.py,sha256=EXiRN8TsQzwV5lidw7y3OTIM8ELMIOUzW_FN2AiicTU,11390
34
+ huaweicloudsdkimagesearch/v2/model/search_param.py,sha256=dQ7D1LXV-9OtiJjdGWkaGLDYFt9lWcRAsBntJn0Wujk,18483
35
+ huaweicloudsdkimagesearch/v2/model/search_rest_info.py,sha256=3ZmHWWv6CvWphRn1QUroKuE8wujsEgG9nYZOiAbSeU0,4987
36
+ huaweicloudsdkimagesearch/v2/model/search_rest_info_image_info.py,sha256=rh9-6RyABxZBRK6QSL4zqltAgE9DdiSkvxbH9I_NQUQ,5951
37
+ huaweicloudsdkimagesearch/v2/model/update_param.py,sha256=zA73oBz7xu6AQhhkMaQ5oMdr2vsSnJRHdoZieRNQMqY,7381
38
+ huaweicloudsdkimagesearch/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
+ huaweicloudsdkimagesearch/v2/region/imagesearch_region.py,sha256=OexympI67g0rbVe6eCF_6eTsMD8AZCAs8gUIwagcLoU,1052
40
+ huaweicloudsdkimagesearch-3.1.144.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
41
+ huaweicloudsdkimagesearch-3.1.144.dist-info/METADATA,sha256=gcvhtKxOBGbdnXAuvyBNbTCjTvOpBOxuQk63W77HzyE,1159
42
+ huaweicloudsdkimagesearch-3.1.144.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
43
+ huaweicloudsdkimagesearch-3.1.144.dist-info/top_level.txt,sha256=RGtCSYwOXh7T2iwkijZcpGyZyCg_ttwSjlgRMqkcng8,26
44
+ huaweicloudsdkimagesearch-3.1.144.dist-info/RECORD,,
@@ -1,44 +0,0 @@
1
- huaweicloudsdkimagesearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- huaweicloudsdkimagesearch/v2/__init__.py,sha256=NrU_nFyzdcmjEWrCJxDpbMm1oNevEncxY0JfxHkqRtE,2890
3
- huaweicloudsdkimagesearch/v2/imagesearch_async_client.py,sha256=vLtSf8bld8a0FBLU7y5f6siHDN_XkDNkrT6_D5PLLqM,14229
4
- huaweicloudsdkimagesearch/v2/imagesearch_client.py,sha256=p62mhLNLgn-NLhdfbmQlAKOHQfxjpJklDWJ_RP7nZLI,14134
5
- huaweicloudsdkimagesearch/v2/model/__init__.py,sha256=vd7Q2pDzMKI_wtiLlMptQfgR44kdkhqakKfWs4VecBQ,2756
6
- huaweicloudsdkimagesearch/v2/model/add_data_optional_param.py,sha256=xRaxuDeXSCTd5ql8UH9TbdYplH-uVl0Sau1kE6kdekA,6980
7
- huaweicloudsdkimagesearch/v2/model/add_data_param.py,sha256=ZQtjtF9cK08lJi9BVh0T9_4EjWhEiRsNVY0aDMlgVsY,14020
8
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info.py,sha256=GepAEPVL_lwiiE4igh0fKucDQCPtZ-Z2JzbKm8cev6s,3234
9
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info.py,sha256=Bc46yqG3m576HYzbWDYg-WEBTB3xWWJuD7avKHEYPPQ,3372
10
- huaweicloudsdkimagesearch/v2/model/add_data_rest_info_image_info_objects.py,sha256=JxqiDdIsR9I1WcYJ6VCVRGO1QtMYfpsNYt7S8zTBrXk,4844
11
- huaweicloudsdkimagesearch/v2/model/check_info.py,sha256=19t1oMC974V4WhZSG2ggDOawPyroAfbT_Y956i5xT-o,4734
12
- huaweicloudsdkimagesearch/v2/model/check_param.py,sha256=g1Tza8Lr_NrdcVJOIfK9w5GylO30d-vrda0e73TdEh0,9950
13
- huaweicloudsdkimagesearch/v2/model/check_rest_info.py,sha256=kWBx15cmdr9u0AT9GsA7J2TBn0ikGkG3U4Veh_cnq_Y,5972
14
- huaweicloudsdkimagesearch/v2/model/delete_info.py,sha256=QXdNSJF1XCk6TZYfRW3x6nXOnVKwpnjuUa2B2W6lbgY,4046
15
- huaweicloudsdkimagesearch/v2/model/delete_param.py,sha256=7ihUoa8L_9v7HZ9VNpHeNPdbIy_NNSgowi6R3i4PLzo,9444
16
- huaweicloudsdkimagesearch/v2/model/delete_rest_info.py,sha256=Yn5gQ0xWv0xGeBMiIEGUOF-L7TGh6tUqNZfmbtlkhIc,4093
17
- huaweicloudsdkimagesearch/v2/model/delete_rest_info_items.py,sha256=Da1oEdREocsBqCNi946Z9Wz-I81HzXSln2ZG0Fd26_c,2951
18
- huaweicloudsdkimagesearch/v2/model/item_source.py,sha256=CsQUurq5e0_EbrFeRyXwqU4b2oGde0qb5Lp-_W7WXeo,5609
19
- huaweicloudsdkimagesearch/v2/model/range_param.py,sha256=5FSQ_EA4VbmwGlrpXgop4wQ2jLXN9WA98rZBL1blcvY,3704
20
- huaweicloudsdkimagesearch/v2/model/run_add_data_request.py,sha256=-q5wMhKhWCJVPffZr3fnwa_VcUDLWTUw3RL1L5t5EL0,4037
21
- huaweicloudsdkimagesearch/v2/model/run_add_data_response.py,sha256=U4OW44JJvsmBnGUdBCnOeOBa8OWn8eEE1n89h20jiVY,3967
22
- huaweicloudsdkimagesearch/v2/model/run_check_data_request.py,sha256=RZAC43i9O5_70bOtdO0ZmW7CBPM-HWQZAovfdU2EVpk,4053
23
- huaweicloudsdkimagesearch/v2/model/run_check_data_response.py,sha256=b_3WBpxNep7QT7ws4ZVIFRyodep8OFtufR2bmGF8C7Y,3983
24
- huaweicloudsdkimagesearch/v2/model/run_delete_data_request.py,sha256=wIc8yCvYQ2oHAOccA3NMG0LpA7UTfh4EepU1b296Hl8,4069
25
- huaweicloudsdkimagesearch/v2/model/run_delete_data_response.py,sha256=wQu4EJAPXKm7utSlBlLkcj0sQWC3dWxQlFHSHUZpTjc,3999
26
- huaweicloudsdkimagesearch/v2/model/run_search_request.py,sha256=ajB5QnBW8E2rCryp2dMPSmnTqRrN1YaBggS7YX-EUFU,4021
27
- huaweicloudsdkimagesearch/v2/model/run_search_response.py,sha256=P7qI3V9C9pizwXnr39wEeBRoWb-yDOsFZ6dJ9Vn5FwA,3933
28
- huaweicloudsdkimagesearch/v2/model/run_update_data_request.py,sha256=sam5dzBGkHukMzEhQR_in8h1Jc4brJmq33ZhUz6mU7k,4069
29
- huaweicloudsdkimagesearch/v2/model/run_update_data_response.py,sha256=9zL2sRVXfdsQDlUbaFrFqfZWMIcdO8dKH07Vctza-NE,3222
30
- huaweicloudsdkimagesearch/v2/model/search_after_param.py,sha256=AsIwQrZ9UTvDXZXUBho_pEVrZW80wMc2E6wABda1nl4,3643
31
- huaweicloudsdkimagesearch/v2/model/search_info.py,sha256=VpjLfb17AkuZWNsP0QMAGguVv86cXhQWo8Zs6BPUIuo,5586
32
- huaweicloudsdkimagesearch/v2/model/search_item.py,sha256=4i3SfUb6sJyKDCQD27XZTsnQlhr8Kr4Cffn0BOmtfaI,4340
33
- huaweicloudsdkimagesearch/v2/model/search_optional_param.py,sha256=kS5M6qSJ0n4RfKD59gwOS4edXUpPq3qqdKzviM5gDvE,11373
34
- huaweicloudsdkimagesearch/v2/model/search_param.py,sha256=ELhMT5g1cbzPXJQbZf-y5gox6hgLZjFfZaBSNNFVgKs,18458
35
- huaweicloudsdkimagesearch/v2/model/search_rest_info.py,sha256=wnHgCYK7xXGqJWU0gpPwbUS-fBMAUaqoJGHf2ZaUfhY,4980
36
- huaweicloudsdkimagesearch/v2/model/search_rest_info_image_info.py,sha256=sBfSW3Y5Y31pyCX3aFwIE4KGRY3f9vIxBjtqijJBd8o,5942
37
- huaweicloudsdkimagesearch/v2/model/update_param.py,sha256=eZQbEU4wVoyjs5MaL1CI9Fl7lWAg_CAV1SArC6wmN7U,7372
38
- huaweicloudsdkimagesearch/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- huaweicloudsdkimagesearch/v2/region/imagesearch_region.py,sha256=OexympI67g0rbVe6eCF_6eTsMD8AZCAs8gUIwagcLoU,1052
40
- huaweicloudsdkimagesearch-3.1.142.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
41
- huaweicloudsdkimagesearch-3.1.142.dist-info/METADATA,sha256=jPdbB5uqRHTtj0RuPL52m0osdkQAYB3WivIpfvbgSCg,1159
42
- huaweicloudsdkimagesearch-3.1.142.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
43
- huaweicloudsdkimagesearch-3.1.142.dist-info/top_level.txt,sha256=RGtCSYwOXh7T2iwkijZcpGyZyCg_ttwSjlgRMqkcng8,26
44
- huaweicloudsdkimagesearch-3.1.142.dist-info/RECORD,,