huaweicloudsdkimagesearch 3.1.141__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.

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.141.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/METADATA +2 -2
  36. huaweicloudsdkimagesearch-3.1.143.dist-info/RECORD +44 -0
  37. huaweicloudsdkimagesearch-3.1.141.dist-info/RECORD +0 -44
  38. {huaweicloudsdkimagesearch-3.1.141.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/LICENSE +0 -0
  39. {huaweicloudsdkimagesearch-3.1.141.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/WHEEL +0 -0
  40. {huaweicloudsdkimagesearch-3.1.141.dist-info → huaweicloudsdkimagesearch-3.1.143.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class CheckRestInfo:
31
31
  }
32
32
 
33
33
  def __init__(self, existed=None, item_info=None, items=None, check_info=None):
34
- """CheckRestInfo
34
+ r"""CheckRestInfo
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class CheckRestInfo:
64
64
 
65
65
  @property
66
66
  def existed(self):
67
- """Gets the existed of this CheckRestInfo.
67
+ r"""Gets the existed of this CheckRestInfo.
68
68
 
69
69
  数据是否存在,存在返回true,不存在返回false。仅在指定ID检查时包含该字段。
70
70
 
@@ -75,7 +75,7 @@ class CheckRestInfo:
75
75
 
76
76
  @existed.setter
77
77
  def existed(self, existed):
78
- """Sets the existed of this CheckRestInfo.
78
+ r"""Sets the existed of this CheckRestInfo.
79
79
 
80
80
  数据是否存在,存在返回true,不存在返回false。仅在指定ID检查时包含该字段。
81
81
 
@@ -86,7 +86,7 @@ class CheckRestInfo:
86
86
 
87
87
  @property
88
88
  def item_info(self):
89
- """Gets the item_info of this CheckRestInfo.
89
+ r"""Gets the item_info of this CheckRestInfo.
90
90
 
91
91
  :return: The item_info of this CheckRestInfo.
92
92
  :rtype: :class:`huaweicloudsdkimagesearch.v2.ItemSource`
@@ -95,7 +95,7 @@ class CheckRestInfo:
95
95
 
96
96
  @item_info.setter
97
97
  def item_info(self, item_info):
98
- """Sets the item_info of this CheckRestInfo.
98
+ r"""Sets the item_info of this CheckRestInfo.
99
99
 
100
100
  :param item_info: The item_info of this CheckRestInfo.
101
101
  :type item_info: :class:`huaweicloudsdkimagesearch.v2.ItemSource`
@@ -104,7 +104,7 @@ class CheckRestInfo:
104
104
 
105
105
  @property
106
106
  def items(self):
107
- """Gets the items of this CheckRestInfo.
107
+ r"""Gets the items of this CheckRestInfo.
108
108
 
109
109
  检查结果列表,仅在条件检查时包含该字段。
110
110
 
@@ -115,7 +115,7 @@ class CheckRestInfo:
115
115
 
116
116
  @items.setter
117
117
  def items(self, items):
118
- """Sets the items of this CheckRestInfo.
118
+ r"""Sets the items of this CheckRestInfo.
119
119
 
120
120
  检查结果列表,仅在条件检查时包含该字段。
121
121
 
@@ -126,7 +126,7 @@ class CheckRestInfo:
126
126
 
127
127
  @property
128
128
  def check_info(self):
129
- """Gets the check_info of this CheckRestInfo.
129
+ r"""Gets the check_info of this CheckRestInfo.
130
130
 
131
131
  :return: The check_info of this CheckRestInfo.
132
132
  :rtype: :class:`huaweicloudsdkimagesearch.v2.CheckInfo`
@@ -135,7 +135,7 @@ class CheckRestInfo:
135
135
 
136
136
  @check_info.setter
137
137
  def check_info(self, check_info):
138
- """Sets the check_info of this CheckRestInfo.
138
+ r"""Sets the check_info of this CheckRestInfo.
139
139
 
140
140
  :param check_info: The check_info of this CheckRestInfo.
141
141
  :type check_info: :class:`huaweicloudsdkimagesearch.v2.CheckInfo`
@@ -27,7 +27,7 @@ class DeleteInfo:
27
27
  }
28
28
 
29
29
  def __init__(self, total_num=None, delete_num=None):
30
- """DeleteInfo
30
+ r"""DeleteInfo
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DeleteInfo:
50
50
 
51
51
  @property
52
52
  def total_num(self):
53
- """Gets the total_num of this DeleteInfo.
53
+ r"""Gets the total_num of this DeleteInfo.
54
54
 
55
55
  符合条件的结果总数。
56
56
 
@@ -61,7 +61,7 @@ class DeleteInfo:
61
61
 
62
62
  @total_num.setter
63
63
  def total_num(self, total_num):
64
- """Sets the total_num of this DeleteInfo.
64
+ r"""Sets the total_num of this DeleteInfo.
65
65
 
66
66
  符合条件的结果总数。
67
67
 
@@ -72,7 +72,7 @@ class DeleteInfo:
72
72
 
73
73
  @property
74
74
  def delete_num(self):
75
- """Gets the delete_num of this DeleteInfo.
75
+ r"""Gets the delete_num of this DeleteInfo.
76
76
 
77
77
  本次删除的结果总数,目前一次请求最多删除100条结果。
78
78
 
@@ -83,7 +83,7 @@ class DeleteInfo:
83
83
 
84
84
  @delete_num.setter
85
85
  def delete_num(self, delete_num):
86
- """Sets the delete_num of this DeleteInfo.
86
+ r"""Sets the delete_num of this DeleteInfo.
87
87
 
88
88
  本次删除的结果总数,目前一次请求最多删除100条结果。
89
89
 
@@ -31,7 +31,7 @@ class DeleteParam:
31
31
  }
32
32
 
33
33
  def __init__(self, force=None, item_id=None, custom_tags=None, custom_num_tags=None):
34
- """DeleteParam
34
+ r"""DeleteParam
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class DeleteParam:
64
64
 
65
65
  @property
66
66
  def force(self):
67
- """Gets the force of this DeleteParam.
67
+ r"""Gets the force of this DeleteParam.
68
68
 
69
69
  是否幂等删除数据,默认为false。仅对指定ID删除生效。 - false: 数据不存在时返回错误信息。 - true: 数据不存在时返回成功,用于幂等删除场景。
70
70
 
@@ -75,7 +75,7 @@ class DeleteParam:
75
75
 
76
76
  @force.setter
77
77
  def force(self, force):
78
- """Sets the force of this DeleteParam.
78
+ r"""Sets the force of this DeleteParam.
79
79
 
80
80
  是否幂等删除数据,默认为false。仅对指定ID删除生效。 - false: 数据不存在时返回错误信息。 - true: 数据不存在时返回成功,用于幂等删除场景。
81
81
 
@@ -86,7 +86,7 @@ class DeleteParam:
86
86
 
87
87
  @property
88
88
  def item_id(self):
89
- """Gets the item_id of this DeleteParam.
89
+ r"""Gets the item_id of this DeleteParam.
90
90
 
91
91
  数据的服务实例级唯一标识,字符长度范围为[1, 256]。 - item_id/custom_tags/custom_num_tags中必须给定至少一个参数,以支持对服务实例中的数据进行指定ID删除或条件删除。 - 如给定item_id参数,则进行指定ID删除,否则进行条件删除。
92
92
 
@@ -97,7 +97,7 @@ class DeleteParam:
97
97
 
98
98
  @item_id.setter
99
99
  def item_id(self, item_id):
100
- """Sets the item_id of this DeleteParam.
100
+ r"""Sets the item_id of this DeleteParam.
101
101
 
102
102
  数据的服务实例级唯一标识,字符长度范围为[1, 256]。 - item_id/custom_tags/custom_num_tags中必须给定至少一个参数,以支持对服务实例中的数据进行指定ID删除或条件删除。 - 如给定item_id参数,则进行指定ID删除,否则进行条件删除。
103
103
 
@@ -108,7 +108,7 @@ class DeleteParam:
108
108
 
109
109
  @property
110
110
  def custom_tags(self):
111
- """Gets the custom_tags of this DeleteParam.
111
+ r"""Gets the custom_tags of this DeleteParam.
112
112
 
113
113
  自定义字符标签,用于对服务实例中的数据进行条件删除。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
114
114
 
@@ -119,7 +119,7 @@ class DeleteParam:
119
119
 
120
120
  @custom_tags.setter
121
121
  def custom_tags(self, custom_tags):
122
- """Sets the custom_tags of this DeleteParam.
122
+ r"""Sets the custom_tags of this DeleteParam.
123
123
 
124
124
  自定义字符标签,用于对服务实例中的数据进行条件删除。格式为键值对{key:value}。 - key: 必须为服务实例custom_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。 - value: 标签值列表,列表内多个标签值为“或”关系,即满足一个即可。列表长度范围为[1, 32],标签值类型为字符串,字符长度范围为[1, 64]。
125
125
 
@@ -130,7 +130,7 @@ class DeleteParam:
130
130
 
131
131
  @property
132
132
  def custom_num_tags(self):
133
- """Gets the custom_num_tags of this DeleteParam.
133
+ r"""Gets the custom_num_tags of this DeleteParam.
134
134
 
135
135
  自定义数值标签,用于对服务实例中的数据进行custom_num_tags条件删除。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
136
136
 
@@ -141,7 +141,7 @@ class DeleteParam:
141
141
 
142
142
  @custom_num_tags.setter
143
143
  def custom_num_tags(self, custom_num_tags):
144
- """Sets the custom_num_tags of this DeleteParam.
144
+ r"""Sets the custom_num_tags of this DeleteParam.
145
145
 
146
146
  自定义数值标签,用于对服务实例中的数据进行custom_num_tags条件删除。格式为键值对{key:value}。 - key: 必须为服务实例custom_num_tags中已存在的key,可在创建服务实例时进行配置,或在更新服务实例时进行新增。针对没有设置该数值标签的数据,会直接过滤。 - value: 标签值的取值范围,标签值在给定的取值范围内即视为符合条件。
147
147
 
@@ -27,7 +27,7 @@ class DeleteRestInfo:
27
27
  }
28
28
 
29
29
  def __init__(self, items=None, delete_info=None):
30
- """DeleteRestInfo
30
+ r"""DeleteRestInfo
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DeleteRestInfo:
50
50
 
51
51
  @property
52
52
  def items(self):
53
- """Gets the items of this DeleteRestInfo.
53
+ r"""Gets the items of this DeleteRestInfo.
54
54
 
55
55
  删除数据列表。
56
56
 
@@ -61,7 +61,7 @@ class DeleteRestInfo:
61
61
 
62
62
  @items.setter
63
63
  def items(self, items):
64
- """Sets the items of this DeleteRestInfo.
64
+ r"""Sets the items of this DeleteRestInfo.
65
65
 
66
66
  删除数据列表。
67
67
 
@@ -72,7 +72,7 @@ class DeleteRestInfo:
72
72
 
73
73
  @property
74
74
  def delete_info(self):
75
- """Gets the delete_info of this DeleteRestInfo.
75
+ r"""Gets the delete_info of this DeleteRestInfo.
76
76
 
77
77
  :return: The delete_info of this DeleteRestInfo.
78
78
  :rtype: :class:`huaweicloudsdkimagesearch.v2.DeleteInfo`
@@ -81,7 +81,7 @@ class DeleteRestInfo:
81
81
 
82
82
  @delete_info.setter
83
83
  def delete_info(self, delete_info):
84
- """Sets the delete_info of this DeleteRestInfo.
84
+ r"""Sets the delete_info of this DeleteRestInfo.
85
85
 
86
86
  :param delete_info: The delete_info of this DeleteRestInfo.
87
87
  :type delete_info: :class:`huaweicloudsdkimagesearch.v2.DeleteInfo`
@@ -25,7 +25,7 @@ class DeleteRestInfoItems:
25
25
  }
26
26
 
27
27
  def __init__(self, id=None):
28
- """DeleteRestInfoItems
28
+ r"""DeleteRestInfoItems
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class DeleteRestInfoItems:
43
43
 
44
44
  @property
45
45
  def id(self):
46
- """Gets the id of this DeleteRestInfoItems.
46
+ r"""Gets the id of this DeleteRestInfoItems.
47
47
 
48
48
  数据唯一ID。
49
49
 
@@ -54,7 +54,7 @@ class DeleteRestInfoItems:
54
54
 
55
55
  @id.setter
56
56
  def id(self, id):
57
- """Sets the id of this DeleteRestInfoItems.
57
+ r"""Sets the id of this DeleteRestInfoItems.
58
58
 
59
59
  数据唯一ID。
60
60
 
@@ -31,7 +31,7 @@ class ItemSource:
31
31
  }
32
32
 
33
33
  def __init__(self, desc=None, custom_tags=None, custom_num_tags=None, keywords=None):
34
- """ItemSource
34
+ r"""ItemSource
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class ItemSource:
64
64
 
65
65
  @property
66
66
  def desc(self):
67
- """Gets the desc of this ItemSource.
67
+ r"""Gets the desc of this ItemSource.
68
68
 
69
69
  数据描述信息。
70
70
 
@@ -75,7 +75,7 @@ class ItemSource:
75
75
 
76
76
  @desc.setter
77
77
  def desc(self, desc):
78
- """Sets the desc of this ItemSource.
78
+ r"""Sets the desc of this ItemSource.
79
79
 
80
80
  数据描述信息。
81
81
 
@@ -86,7 +86,7 @@ class ItemSource:
86
86
 
87
87
  @property
88
88
  def custom_tags(self):
89
- """Gets the custom_tags of this ItemSource.
89
+ r"""Gets the custom_tags of this ItemSource.
90
90
 
91
91
  数据自定义字符标签。
92
92
 
@@ -97,7 +97,7 @@ class ItemSource:
97
97
 
98
98
  @custom_tags.setter
99
99
  def custom_tags(self, custom_tags):
100
- """Sets the custom_tags of this ItemSource.
100
+ r"""Sets the custom_tags of this ItemSource.
101
101
 
102
102
  数据自定义字符标签。
103
103
 
@@ -108,7 +108,7 @@ class ItemSource:
108
108
 
109
109
  @property
110
110
  def custom_num_tags(self):
111
- """Gets the custom_num_tags of this ItemSource.
111
+ r"""Gets the custom_num_tags of this ItemSource.
112
112
 
113
113
  数据自定义数值标签。
114
114
 
@@ -119,7 +119,7 @@ class ItemSource:
119
119
 
120
120
  @custom_num_tags.setter
121
121
  def custom_num_tags(self, custom_num_tags):
122
- """Sets the custom_num_tags of this ItemSource.
122
+ r"""Sets the custom_num_tags of this ItemSource.
123
123
 
124
124
  数据自定义数值标签。
125
125
 
@@ -130,7 +130,7 @@ class ItemSource:
130
130
 
131
131
  @property
132
132
  def keywords(self):
133
- """Gets the keywords of this ItemSource.
133
+ r"""Gets the keywords of this ItemSource.
134
134
 
135
135
  数据关键词列表。
136
136
 
@@ -141,7 +141,7 @@ class ItemSource:
141
141
 
142
142
  @keywords.setter
143
143
  def keywords(self, keywords):
144
- """Sets the keywords of this ItemSource.
144
+ r"""Sets the keywords of this ItemSource.
145
145
 
146
146
  数据关键词列表。
147
147
 
@@ -27,7 +27,7 @@ class RangeParam:
27
27
  }
28
28
 
29
29
  def __init__(self, _from=None, to=None):
30
- """RangeParam
30
+ r"""RangeParam
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class RangeParam:
50
50
 
51
51
  @property
52
52
  def _from(self):
53
- """Gets the _from of this RangeParam.
53
+ r"""Gets the _from of this RangeParam.
54
54
 
55
55
  数值下界,默认包含该下界。
56
56
 
@@ -61,7 +61,7 @@ class RangeParam:
61
61
 
62
62
  @_from.setter
63
63
  def _from(self, _from):
64
- """Sets the _from of this RangeParam.
64
+ r"""Sets the _from of this RangeParam.
65
65
 
66
66
  数值下界,默认包含该下界。
67
67
 
@@ -72,7 +72,7 @@ class RangeParam:
72
72
 
73
73
  @property
74
74
  def to(self):
75
- """Gets the to of this RangeParam.
75
+ r"""Gets the to of this RangeParam.
76
76
 
77
77
  数值上界,默认包含该上界。
78
78
 
@@ -83,7 +83,7 @@ class RangeParam:
83
83
 
84
84
  @to.setter
85
85
  def to(self, to):
86
- """Sets the to of this RangeParam.
86
+ r"""Sets the to of this RangeParam.
87
87
 
88
88
  数值上界,默认包含该上界。
89
89
 
@@ -27,7 +27,7 @@ class RunAddDataRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, service_name=None, body=None):
30
- """RunAddDataRequest
30
+ r"""RunAddDataRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class RunAddDataRequest:
49
49
 
50
50
  @property
51
51
  def service_name(self):
52
- """Gets the service_name of this RunAddDataRequest.
52
+ r"""Gets the service_name of this RunAddDataRequest.
53
53
 
54
54
  服务实例的名称,用户创建服务实例时指定。
55
55
 
@@ -60,7 +60,7 @@ class RunAddDataRequest:
60
60
 
61
61
  @service_name.setter
62
62
  def service_name(self, service_name):
63
- """Sets the service_name of this RunAddDataRequest.
63
+ r"""Sets the service_name of this RunAddDataRequest.
64
64
 
65
65
  服务实例的名称,用户创建服务实例时指定。
66
66
 
@@ -71,7 +71,7 @@ class RunAddDataRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this RunAddDataRequest.
74
+ r"""Gets the body of this RunAddDataRequest.
75
75
 
76
76
  :return: The body of this RunAddDataRequest.
77
77
  :rtype: :class:`huaweicloudsdkimagesearch.v2.AddDataParam`
@@ -80,7 +80,7 @@ class RunAddDataRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this RunAddDataRequest.
83
+ r"""Sets the body of this RunAddDataRequest.
84
84
 
85
85
  :param body: The body of this RunAddDataRequest.
86
86
  :type body: :class:`huaweicloudsdkimagesearch.v2.AddDataParam`
@@ -28,7 +28,7 @@ class RunAddDataResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, result=None, data=None):
31
- """RunAddDataResponse
31
+ r"""RunAddDataResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class RunAddDataResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def result(self):
54
- """Gets the result of this RunAddDataResponse.
54
+ r"""Gets the result of this RunAddDataResponse.
55
55
 
56
56
  添加数据完成返回success。
57
57
 
@@ -62,7 +62,7 @@ class RunAddDataResponse(SdkResponse):
62
62
 
63
63
  @result.setter
64
64
  def result(self, result):
65
- """Sets the result of this RunAddDataResponse.
65
+ r"""Sets the result of this RunAddDataResponse.
66
66
 
67
67
  添加数据完成返回success。
68
68
 
@@ -73,7 +73,7 @@ class RunAddDataResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def data(self):
76
- """Gets the data of this RunAddDataResponse.
76
+ r"""Gets the data of this RunAddDataResponse.
77
77
 
78
78
  :return: The data of this RunAddDataResponse.
79
79
  :rtype: :class:`huaweicloudsdkimagesearch.v2.AddDataRestInfo`
@@ -82,7 +82,7 @@ class RunAddDataResponse(SdkResponse):
82
82
 
83
83
  @data.setter
84
84
  def data(self, data):
85
- """Sets the data of this RunAddDataResponse.
85
+ r"""Sets the data of this RunAddDataResponse.
86
86
 
87
87
  :param data: The data of this RunAddDataResponse.
88
88
  :type data: :class:`huaweicloudsdkimagesearch.v2.AddDataRestInfo`
@@ -27,7 +27,7 @@ class RunCheckDataRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, service_name=None, body=None):
30
- """RunCheckDataRequest
30
+ r"""RunCheckDataRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class RunCheckDataRequest:
49
49
 
50
50
  @property
51
51
  def service_name(self):
52
- """Gets the service_name of this RunCheckDataRequest.
52
+ r"""Gets the service_name of this RunCheckDataRequest.
53
53
 
54
54
  服务实例的名称,用户创建服务实例时指定。
55
55
 
@@ -60,7 +60,7 @@ class RunCheckDataRequest:
60
60
 
61
61
  @service_name.setter
62
62
  def service_name(self, service_name):
63
- """Sets the service_name of this RunCheckDataRequest.
63
+ r"""Sets the service_name of this RunCheckDataRequest.
64
64
 
65
65
  服务实例的名称,用户创建服务实例时指定。
66
66
 
@@ -71,7 +71,7 @@ class RunCheckDataRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this RunCheckDataRequest.
74
+ r"""Gets the body of this RunCheckDataRequest.
75
75
 
76
76
  :return: The body of this RunCheckDataRequest.
77
77
  :rtype: :class:`huaweicloudsdkimagesearch.v2.CheckParam`
@@ -80,7 +80,7 @@ class RunCheckDataRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this RunCheckDataRequest.
83
+ r"""Sets the body of this RunCheckDataRequest.
84
84
 
85
85
  :param body: The body of this RunCheckDataRequest.
86
86
  :type body: :class:`huaweicloudsdkimagesearch.v2.CheckParam`
@@ -28,7 +28,7 @@ class RunCheckDataResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, result=None, data=None):
31
- """RunCheckDataResponse
31
+ r"""RunCheckDataResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class RunCheckDataResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def result(self):
54
- """Gets the result of this RunCheckDataResponse.
54
+ r"""Gets the result of this RunCheckDataResponse.
55
55
 
56
56
  检查数据完成返回success。
57
57
 
@@ -62,7 +62,7 @@ class RunCheckDataResponse(SdkResponse):
62
62
 
63
63
  @result.setter
64
64
  def result(self, result):
65
- """Sets the result of this RunCheckDataResponse.
65
+ r"""Sets the result of this RunCheckDataResponse.
66
66
 
67
67
  检查数据完成返回success。
68
68
 
@@ -73,7 +73,7 @@ class RunCheckDataResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def data(self):
76
- """Gets the data of this RunCheckDataResponse.
76
+ r"""Gets the data of this RunCheckDataResponse.
77
77
 
78
78
  :return: The data of this RunCheckDataResponse.
79
79
  :rtype: :class:`huaweicloudsdkimagesearch.v2.CheckRestInfo`
@@ -82,7 +82,7 @@ class RunCheckDataResponse(SdkResponse):
82
82
 
83
83
  @data.setter
84
84
  def data(self, data):
85
- """Sets the data of this RunCheckDataResponse.
85
+ r"""Sets the data of this RunCheckDataResponse.
86
86
 
87
87
  :param data: The data of this RunCheckDataResponse.
88
88
  :type data: :class:`huaweicloudsdkimagesearch.v2.CheckRestInfo`
@@ -27,7 +27,7 @@ class RunDeleteDataRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, service_name=None, body=None):
30
- """RunDeleteDataRequest
30
+ r"""RunDeleteDataRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class RunDeleteDataRequest:
49
49
 
50
50
  @property
51
51
  def service_name(self):
52
- """Gets the service_name of this RunDeleteDataRequest.
52
+ r"""Gets the service_name of this RunDeleteDataRequest.
53
53
 
54
54
  服务实例的名称,用户创建服务实例时指定。
55
55
 
@@ -60,7 +60,7 @@ class RunDeleteDataRequest:
60
60
 
61
61
  @service_name.setter
62
62
  def service_name(self, service_name):
63
- """Sets the service_name of this RunDeleteDataRequest.
63
+ r"""Sets the service_name of this RunDeleteDataRequest.
64
64
 
65
65
  服务实例的名称,用户创建服务实例时指定。
66
66
 
@@ -71,7 +71,7 @@ class RunDeleteDataRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this RunDeleteDataRequest.
74
+ r"""Gets the body of this RunDeleteDataRequest.
75
75
 
76
76
  :return: The body of this RunDeleteDataRequest.
77
77
  :rtype: :class:`huaweicloudsdkimagesearch.v2.DeleteParam`
@@ -80,7 +80,7 @@ class RunDeleteDataRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this RunDeleteDataRequest.
83
+ r"""Sets the body of this RunDeleteDataRequest.
84
84
 
85
85
  :param body: The body of this RunDeleteDataRequest.
86
86
  :type body: :class:`huaweicloudsdkimagesearch.v2.DeleteParam`
@@ -28,7 +28,7 @@ class RunDeleteDataResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, result=None, data=None):
31
- """RunDeleteDataResponse
31
+ r"""RunDeleteDataResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class RunDeleteDataResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def result(self):
54
- """Gets the result of this RunDeleteDataResponse.
54
+ r"""Gets the result of this RunDeleteDataResponse.
55
55
 
56
56
  删除数据完成返回success。
57
57
 
@@ -62,7 +62,7 @@ class RunDeleteDataResponse(SdkResponse):
62
62
 
63
63
  @result.setter
64
64
  def result(self, result):
65
- """Sets the result of this RunDeleteDataResponse.
65
+ r"""Sets the result of this RunDeleteDataResponse.
66
66
 
67
67
  删除数据完成返回success。
68
68
 
@@ -73,7 +73,7 @@ class RunDeleteDataResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def data(self):
76
- """Gets the data of this RunDeleteDataResponse.
76
+ r"""Gets the data of this RunDeleteDataResponse.
77
77
 
78
78
  :return: The data of this RunDeleteDataResponse.
79
79
  :rtype: :class:`huaweicloudsdkimagesearch.v2.DeleteRestInfo`
@@ -82,7 +82,7 @@ class RunDeleteDataResponse(SdkResponse):
82
82
 
83
83
  @data.setter
84
84
  def data(self, data):
85
- """Sets the data of this RunDeleteDataResponse.
85
+ r"""Sets the data of this RunDeleteDataResponse.
86
86
 
87
87
  :param data: The data of this RunDeleteDataResponse.
88
88
  :type data: :class:`huaweicloudsdkimagesearch.v2.DeleteRestInfo`