huaweicloudsdkdwr 3.1.155__py2.py3-none-any.whl → 3.1.157__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.

Files changed (76) hide show
  1. huaweicloudsdkdwr/v1/__init__.py +7 -5
  2. huaweicloudsdkdwr/v1/dwr_async_client.py +266 -266
  3. huaweicloudsdkdwr/v1/dwr_client.py +266 -266
  4. huaweicloudsdkdwr/v1/model/__init__.py +7 -5
  5. huaweicloudsdkdwr/v1/model/build_progress.py +15 -15
  6. huaweicloudsdkdwr/v1/model/charge_info.py +15 -15
  7. huaweicloudsdkdwr/v1/model/collection_base_info.py +6 -6
  8. huaweicloudsdkdwr/v1/model/create_collection_body.py +18 -18
  9. huaweicloudsdkdwr/v1/model/create_collection_response.py +6 -6
  10. huaweicloudsdkdwr/v1/model/create_index_body.py +6 -6
  11. huaweicloudsdkdwr/v1/model/create_index_response.py +6 -6
  12. huaweicloudsdkdwr/v1/model/create_store_body.py +12 -12
  13. huaweicloudsdkdwr/v1/model/create_store_data.py +21 -21
  14. huaweicloudsdkdwr/v1/model/create_store_response.py +6 -6
  15. huaweicloudsdkdwr/v1/model/decribe_collection_data.py +102 -73
  16. huaweicloudsdkdwr/v1/model/delete_collection_response.py +6 -6
  17. huaweicloudsdkdwr/v1/model/delete_entities_body.py +9 -9
  18. huaweicloudsdkdwr/v1/model/delete_entities_response.py +6 -6
  19. huaweicloudsdkdwr/v1/model/delete_index_body.py +9 -9
  20. huaweicloudsdkdwr/v1/model/delete_index_response.py +6 -6
  21. huaweicloudsdkdwr/v1/model/delete_store_data.py +3 -3
  22. huaweicloudsdkdwr/v1/model/delete_store_response.py +6 -6
  23. huaweicloudsdkdwr/v1/model/describe_collection_response.py +6 -6
  24. huaweicloudsdkdwr/v1/model/describe_index_body.py +9 -9
  25. huaweicloudsdkdwr/v1/model/{describe_index_respose_data.py → describe_index_data.py} +27 -32
  26. huaweicloudsdkdwr/v1/model/describe_index_response.py +10 -10
  27. huaweicloudsdkdwr/v1/model/describe_job_body.py +3 -3
  28. huaweicloudsdkdwr/v1/model/describe_job_response.py +6 -6
  29. huaweicloudsdkdwr/v1/model/describe_store_response.py +10 -10
  30. huaweicloudsdkdwr/v1/model/entities_data.py +114 -0
  31. huaweicloudsdkdwr/v1/model/field.py +15 -15
  32. huaweicloudsdkdwr/v1/model/field_data.py +102 -15
  33. huaweicloudsdkdwr/v1/model/flavor.py +6 -6
  34. huaweicloudsdkdwr/v1/model/get_index_progress_body.py +9 -9
  35. huaweicloudsdkdwr/v1/model/{get_index_progress_response_data.py → get_progress_data.py} +21 -21
  36. huaweicloudsdkdwr/v1/model/get_progress_response.py +10 -10
  37. huaweicloudsdkdwr/v1/model/hybrid_search_body.py +20 -16
  38. huaweicloudsdkdwr/v1/model/hybrid_search_response.py +11 -15
  39. huaweicloudsdkdwr/v1/model/index_desc.py +14 -16
  40. huaweicloudsdkdwr/v1/model/index_params.py +9 -9
  41. huaweicloudsdkdwr/v1/model/insert_entities_body.py +9 -9
  42. huaweicloudsdkdwr/v1/model/{insert_entities_response_data.py → insert_entities_data.py} +17 -17
  43. huaweicloudsdkdwr/v1/model/insert_entities_response.py +10 -10
  44. huaweicloudsdkdwr/v1/model/job_data.py +24 -24
  45. huaweicloudsdkdwr/v1/model/list_collection_data.py +6 -6
  46. huaweicloudsdkdwr/v1/model/list_collection_details.py +18 -18
  47. huaweicloudsdkdwr/v1/model/list_collections_body.py +6 -6
  48. huaweicloudsdkdwr/v1/model/list_collections_response.py +6 -6
  49. huaweicloudsdkdwr/v1/model/list_jobs_data.py +3 -3
  50. huaweicloudsdkdwr/v1/model/list_jobs_request.py +15 -15
  51. huaweicloudsdkdwr/v1/model/list_jobs_response.py +6 -6
  52. huaweicloudsdkdwr/v1/model/list_store_data.py +114 -0
  53. huaweicloudsdkdwr/v1/model/list_stores_response.py +11 -15
  54. huaweicloudsdkdwr/v1/model/load_collection_body.py +6 -6
  55. huaweicloudsdkdwr/v1/model/load_collection_response.py +6 -6
  56. huaweicloudsdkdwr/v1/model/primary_field.py +6 -6
  57. huaweicloudsdkdwr/v1/model/query_entities_body.py +18 -18
  58. huaweicloudsdkdwr/v1/model/query_entities_response.py +11 -15
  59. huaweicloudsdkdwr/v1/model/release_collection_response.py +6 -6
  60. huaweicloudsdkdwr/v1/model/rerank.py +6 -6
  61. huaweicloudsdkdwr/v1/model/search_entities_body.py +27 -27
  62. huaweicloudsdkdwr/v1/model/search_entities_response.py +11 -15
  63. huaweicloudsdkdwr/v1/model/store_data.py +364 -0
  64. huaweicloudsdkdwr/v1/model/store_info.py +3 -3
  65. huaweicloudsdkdwr/v1/model/sub_search.py +18 -18
  66. huaweicloudsdkdwr/v1/model/upsert_entities_body.py +9 -9
  67. huaweicloudsdkdwr/v1/model/{upsert_entities_response_data.py → upsert_entities_data.py} +18 -19
  68. huaweicloudsdkdwr/v1/model/upsert_entities_response.py +10 -10
  69. huaweicloudsdkdwr/v1/region/dwr_region.py +6 -0
  70. huaweicloudsdkdwr/v3/region/dwr_region.py +6 -0
  71. {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.157.dist-info}/METADATA +2 -2
  72. {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.157.dist-info}/RECORD +75 -73
  73. huaweicloudsdkdwr/v1/model/describe_store_data.py +0 -364
  74. {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.157.dist-info}/LICENSE +0 -0
  75. {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.157.dist-info}/WHEEL +0 -0
  76. {huaweicloudsdkdwr-3.1.155.dist-info → huaweicloudsdkdwr-3.1.157.dist-info}/top_level.txt +0 -0
@@ -43,21 +43,21 @@ class JobData:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param job_id: 任务ID
46
+ :param job_id: **参数解释:** 创建知识仓实例的任务id **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
47
47
  :type job_id: str
48
- :param status: 任务执行状态。取值: 值为“Running”,表示任务正在执行。 值为“Completed”,表示任务执行成功。 值为“Failed”,表示任务执行失败。
48
+ :param status: **参数解释:** 任务执行状态。 **约束限制:** 不涉及。 **取值范围:** Running:任务正在执行 Completed:任务执行成功 Failed:任务执行失败 **默认取值:** 不涉及。
49
49
  :type status: str
50
- :param name: 任务名称
50
+ :param name: **参数解释:** 任务名称。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
51
51
  :type name: str
52
- :param create_time: 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
52
+ :param create_time: **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
53
53
  :type create_time: str
54
- :param end_time: 结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
54
+ :param end_time: **参数解释:** 结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
55
55
  :type end_time: str
56
- :param progress: 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。
56
+ :param progress: **参数解释:** 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。 **约束限制:** 不涉及。 **取值范围:** [1%-100%]。 **默认取值:** 不涉及。
57
57
  :type progress: str
58
- :param store_name: 知识仓实例名称
58
+ :param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
59
59
  :type store_name: str
60
- :param fail_reason: 任务执行失败时的错误信息。
60
+ :param fail_reason: **参数解释:** 任务执行失败时的错误信息。 **约束限制:** 当status是Failed时生效。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
61
61
  :type fail_reason: str
62
62
  """
63
63
 
@@ -92,7 +92,7 @@ class JobData:
92
92
  def job_id(self):
93
93
  r"""Gets the job_id of this JobData.
94
94
 
95
- 任务ID
95
+ **参数解释:** 创建知识仓实例的任务id **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
96
96
 
97
97
  :return: The job_id of this JobData.
98
98
  :rtype: str
@@ -103,7 +103,7 @@ class JobData:
103
103
  def job_id(self, job_id):
104
104
  r"""Sets the job_id of this JobData.
105
105
 
106
- 任务ID
106
+ **参数解释:** 创建知识仓实例的任务id **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
107
107
 
108
108
  :param job_id: The job_id of this JobData.
109
109
  :type job_id: str
@@ -114,7 +114,7 @@ class JobData:
114
114
  def status(self):
115
115
  r"""Gets the status of this JobData.
116
116
 
117
- 任务执行状态。取值: 值为“Running”,表示任务正在执行。 值为“Completed”,表示任务执行成功。 值为“Failed”,表示任务执行失败。
117
+ **参数解释:** 任务执行状态。 **约束限制:** 不涉及。 **取值范围:** Running:任务正在执行 Completed:任务执行成功 Failed:任务执行失败 **默认取值:** 不涉及。
118
118
 
119
119
  :return: The status of this JobData.
120
120
  :rtype: str
@@ -125,7 +125,7 @@ class JobData:
125
125
  def status(self, status):
126
126
  r"""Sets the status of this JobData.
127
127
 
128
- 任务执行状态。取值: 值为“Running”,表示任务正在执行。 值为“Completed”,表示任务执行成功。 值为“Failed”,表示任务执行失败。
128
+ **参数解释:** 任务执行状态。 **约束限制:** 不涉及。 **取值范围:** Running:任务正在执行 Completed:任务执行成功 Failed:任务执行失败 **默认取值:** 不涉及。
129
129
 
130
130
  :param status: The status of this JobData.
131
131
  :type status: str
@@ -136,7 +136,7 @@ class JobData:
136
136
  def name(self):
137
137
  r"""Gets the name of this JobData.
138
138
 
139
- 任务名称
139
+ **参数解释:** 任务名称。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
140
140
 
141
141
  :return: The name of this JobData.
142
142
  :rtype: str
@@ -147,7 +147,7 @@ class JobData:
147
147
  def name(self, name):
148
148
  r"""Sets the name of this JobData.
149
149
 
150
- 任务名称
150
+ **参数解释:** 任务名称。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
151
151
 
152
152
  :param name: The name of this JobData.
153
153
  :type name: str
@@ -158,7 +158,7 @@ class JobData:
158
158
  def create_time(self):
159
159
  r"""Gets the create_time of this JobData.
160
160
 
161
- 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
161
+ **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
162
162
 
163
163
  :return: The create_time of this JobData.
164
164
  :rtype: str
@@ -169,7 +169,7 @@ class JobData:
169
169
  def create_time(self, create_time):
170
170
  r"""Sets the create_time of this JobData.
171
171
 
172
- 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
172
+ **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
173
173
 
174
174
  :param create_time: The create_time of this JobData.
175
175
  :type create_time: str
@@ -180,7 +180,7 @@ class JobData:
180
180
  def end_time(self):
181
181
  r"""Gets the end_time of this JobData.
182
182
 
183
- 结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
183
+ **参数解释:** 结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
184
184
 
185
185
  :return: The end_time of this JobData.
186
186
  :rtype: str
@@ -191,7 +191,7 @@ class JobData:
191
191
  def end_time(self, end_time):
192
192
  r"""Sets the end_time of this JobData.
193
193
 
194
- 结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
194
+ **参数解释:** 结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
195
195
 
196
196
  :param end_time: The end_time of this JobData.
197
197
  :type end_time: str
@@ -202,7 +202,7 @@ class JobData:
202
202
  def progress(self):
203
203
  r"""Gets the progress of this JobData.
204
204
 
205
- 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。
205
+ **参数解释:** 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。 **约束限制:** 不涉及。 **取值范围:** [1%-100%]。 **默认取值:** 不涉及。
206
206
 
207
207
  :return: The progress of this JobData.
208
208
  :rtype: str
@@ -213,7 +213,7 @@ class JobData:
213
213
  def progress(self, progress):
214
214
  r"""Sets the progress of this JobData.
215
215
 
216
- 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。
216
+ **参数解释:** 任务执行进度。运行中状态返回执行进度,例如“60%”,表示任务执行进度为60%。 **约束限制:** 不涉及。 **取值范围:** [1%-100%]。 **默认取值:** 不涉及。
217
217
 
218
218
  :param progress: The progress of this JobData.
219
219
  :type progress: str
@@ -224,7 +224,7 @@ class JobData:
224
224
  def store_name(self):
225
225
  r"""Gets the store_name of this JobData.
226
226
 
227
- 知识仓实例名称
227
+ **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
228
228
 
229
229
  :return: The store_name of this JobData.
230
230
  :rtype: str
@@ -235,7 +235,7 @@ class JobData:
235
235
  def store_name(self, store_name):
236
236
  r"""Sets the store_name of this JobData.
237
237
 
238
- 知识仓实例名称
238
+ **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
239
239
 
240
240
  :param store_name: The store_name of this JobData.
241
241
  :type store_name: str
@@ -246,7 +246,7 @@ class JobData:
246
246
  def fail_reason(self):
247
247
  r"""Gets the fail_reason of this JobData.
248
248
 
249
- 任务执行失败时的错误信息。
249
+ **参数解释:** 任务执行失败时的错误信息。 **约束限制:** 当status是Failed时生效。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
250
250
 
251
251
  :return: The fail_reason of this JobData.
252
252
  :rtype: str
@@ -257,7 +257,7 @@ class JobData:
257
257
  def fail_reason(self, fail_reason):
258
258
  r"""Sets the fail_reason of this JobData.
259
259
 
260
- 任务执行失败时的错误信息。
260
+ **参数解释:** 任务执行失败时的错误信息。 **约束限制:** 当status是Failed时生效。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
261
261
 
262
262
  :param fail_reason: The fail_reason of this JobData.
263
263
  :type fail_reason: str
@@ -31,9 +31,9 @@ class ListCollectionData:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param collections: 知识仓实例下所有collection名称列表
34
+ :param collections: **参数解释:** 知识仓实例下所有collection名称列表。 **约束限制:** 不涉及。
35
35
  :type collections: list[str]
36
- :param details: collection详细信息
36
+ :param details: **参数解释:** 知识仓实例下所有collection详细信息列表。 **约束限制:** 在指定detail字段为true时生效。
37
37
  :type details: list[:class:`huaweicloudsdkdwr.v1.ListCollectionDetails`]
38
38
  """
39
39
 
@@ -51,7 +51,7 @@ class ListCollectionData:
51
51
  def collections(self):
52
52
  r"""Gets the collections of this ListCollectionData.
53
53
 
54
- 知识仓实例下所有collection名称列表
54
+ **参数解释:** 知识仓实例下所有collection名称列表。 **约束限制:** 不涉及。
55
55
 
56
56
  :return: The collections of this ListCollectionData.
57
57
  :rtype: list[str]
@@ -62,7 +62,7 @@ class ListCollectionData:
62
62
  def collections(self, collections):
63
63
  r"""Sets the collections of this ListCollectionData.
64
64
 
65
- 知识仓实例下所有collection名称列表
65
+ **参数解释:** 知识仓实例下所有collection名称列表。 **约束限制:** 不涉及。
66
66
 
67
67
  :param collections: The collections of this ListCollectionData.
68
68
  :type collections: list[str]
@@ -73,7 +73,7 @@ class ListCollectionData:
73
73
  def details(self):
74
74
  r"""Gets the details of this ListCollectionData.
75
75
 
76
- collection详细信息
76
+ **参数解释:** 知识仓实例下所有collection详细信息列表。 **约束限制:** 在指定detail字段为true时生效。
77
77
 
78
78
  :return: The details of this ListCollectionData.
79
79
  :rtype: list[:class:`huaweicloudsdkdwr.v1.ListCollectionDetails`]
@@ -84,7 +84,7 @@ class ListCollectionData:
84
84
  def details(self, details):
85
85
  r"""Sets the details of this ListCollectionData.
86
86
 
87
- collection详细信息
87
+ **参数解释:** 知识仓实例下所有collection详细信息列表。 **约束限制:** 在指定detail字段为true时生效。
88
88
 
89
89
  :param details: The details of this ListCollectionData.
90
90
  :type details: list[:class:`huaweicloudsdkdwr.v1.ListCollectionDetails`]
@@ -39,17 +39,17 @@ class ListCollectionDetails:
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
42
- :param collection_name: collection名称
42
+ :param collection_name: **参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
43
43
  :type collection_name: str
44
- :param index_num: 索引数量
44
+ :param index_num: **参数解释:** 索引数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
45
45
  :type index_num: int
46
- :param entity_num: collection中的entity数量
46
+ :param entity_num: **参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
47
47
  :type entity_num: int
48
- :param load_state: 标识当前Collection加载状态。 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。
48
+ :param load_state: **参数解释:** 标识当前Collection加载状态。 **约束限制:** 不涉及。 **取值范围:** 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。 **默认取值:** 不涉及。
49
49
  :type load_state: str
50
- :param create_time: 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ\"
50
+ :param create_time: **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ\"。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
51
51
  :type create_time: str
52
- :param description: 描述信息
52
+ :param description: **参数解释:** collection的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
53
53
  :type description: str
54
54
  """
55
55
 
@@ -80,7 +80,7 @@ class ListCollectionDetails:
80
80
  def collection_name(self):
81
81
  r"""Gets the collection_name of this ListCollectionDetails.
82
82
 
83
- collection名称
83
+ **参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
84
84
 
85
85
  :return: The collection_name of this ListCollectionDetails.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class ListCollectionDetails:
91
91
  def collection_name(self, collection_name):
92
92
  r"""Sets the collection_name of this ListCollectionDetails.
93
93
 
94
- collection名称
94
+ **参数解释:** collection名称。 **约束限制:** 可包含数字、字母和下划线 (_)。资源名称必须以字母或下划线 (_) 开头。最大长度支持255。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
95
95
 
96
96
  :param collection_name: The collection_name of this ListCollectionDetails.
97
97
  :type collection_name: str
@@ -102,7 +102,7 @@ class ListCollectionDetails:
102
102
  def index_num(self):
103
103
  r"""Gets the index_num of this ListCollectionDetails.
104
104
 
105
- 索引数量
105
+ **参数解释:** 索引数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
106
106
 
107
107
  :return: The index_num of this ListCollectionDetails.
108
108
  :rtype: int
@@ -113,7 +113,7 @@ class ListCollectionDetails:
113
113
  def index_num(self, index_num):
114
114
  r"""Sets the index_num of this ListCollectionDetails.
115
115
 
116
- 索引数量
116
+ **参数解释:** 索引数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
117
117
 
118
118
  :param index_num: The index_num of this ListCollectionDetails.
119
119
  :type index_num: int
@@ -124,7 +124,7 @@ class ListCollectionDetails:
124
124
  def entity_num(self):
125
125
  r"""Gets the entity_num of this ListCollectionDetails.
126
126
 
127
- collection中的entity数量
127
+ **参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
128
128
 
129
129
  :return: The entity_num of this ListCollectionDetails.
130
130
  :rtype: int
@@ -135,7 +135,7 @@ class ListCollectionDetails:
135
135
  def entity_num(self, entity_num):
136
136
  r"""Sets the entity_num of this ListCollectionDetails.
137
137
 
138
- collection中的entity数量
138
+ **参数解释:** collection中的entity数量。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
139
139
 
140
140
  :param entity_num: The entity_num of this ListCollectionDetails.
141
141
  :type entity_num: int
@@ -146,7 +146,7 @@ class ListCollectionDetails:
146
146
  def load_state(self):
147
147
  r"""Gets the load_state of this ListCollectionDetails.
148
148
 
149
- 标识当前Collection加载状态。 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。
149
+ **参数解释:** 标识当前Collection加载状态。 **约束限制:** 不涉及。 **取值范围:** 1、LoadStateLoaded:表示当前Collection已准备就绪,可正常使用。 2、LoadStateLoading:表示当前Collection正在load。 3、LoadStateNotLoad:表示collection未加载。 **默认取值:** 不涉及。
150
150
 
151
151
  :return: The load_state of this ListCollectionDetails.
152
152
  :rtype: str
@@ -157,7 +157,7 @@ class ListCollectionDetails:
157
157
  def load_state(self, load_state):
158
158
  r"""Sets the load_state of this ListCollectionDetails.
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
162
  :param load_state: The load_state of this ListCollectionDetails.
163
163
  :type load_state: str
@@ -168,7 +168,7 @@ class ListCollectionDetails:
168
168
  def create_time(self):
169
169
  r"""Gets the create_time of this ListCollectionDetails.
170
170
 
171
- 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ\"
171
+ **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ\"。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
172
172
 
173
173
  :return: The create_time of this ListCollectionDetails.
174
174
  :rtype: str
@@ -179,7 +179,7 @@ class ListCollectionDetails:
179
179
  def create_time(self, create_time):
180
180
  r"""Sets the create_time of this ListCollectionDetails.
181
181
 
182
- 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ\"
182
+ **参数解释:** 创建时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ\"。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
183
183
 
184
184
  :param create_time: The create_time of this ListCollectionDetails.
185
185
  :type create_time: str
@@ -190,7 +190,7 @@ class ListCollectionDetails:
190
190
  def description(self):
191
191
  r"""Gets the description of this ListCollectionDetails.
192
192
 
193
- 描述信息
193
+ **参数解释:** collection的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
194
194
 
195
195
  :return: The description of this ListCollectionDetails.
196
196
  :rtype: str
@@ -201,7 +201,7 @@ class ListCollectionDetails:
201
201
  def description(self, description):
202
202
  r"""Sets the description of this ListCollectionDetails.
203
203
 
204
- 描述信息
204
+ **参数解释:** collection的描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
205
205
 
206
206
  :param description: The description of this ListCollectionDetails.
207
207
  :type description: str
@@ -31,9 +31,9 @@ class ListCollectionsBody:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param store_name: 知识仓实例名称
34
+ :param store_name: **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
35
35
  :type store_name: str
36
- :param detail: 是否列举collection的详细信息,默认值:false
36
+ :param detail: **参数解释:** 列举collection的详细信息。 **约束限制:** 不涉及。 **取值范围:** true 或者 false。 **默认取值:** false。
37
37
  :type detail: bool
38
38
  """
39
39
 
@@ -51,7 +51,7 @@ class ListCollectionsBody:
51
51
  def store_name(self):
52
52
  r"""Gets the store_name of this ListCollectionsBody.
53
53
 
54
- 知识仓实例名称
54
+ **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
55
55
 
56
56
  :return: The store_name of this ListCollectionsBody.
57
57
  :rtype: str
@@ -62,7 +62,7 @@ class ListCollectionsBody:
62
62
  def store_name(self, store_name):
63
63
  r"""Sets the store_name of this ListCollectionsBody.
64
64
 
65
- 知识仓实例名称
65
+ **参数解释:** 知识仓实例名称,region内唯一。 **约束限制:** 长度范围为3到63个字符,支持小写字母、数字、中划线(-),第一个字符只能够是小写字母,中划线(-)不得出现在字符串末尾。 **取值范围:** 不涉及 **默认取值:** 不涉及
66
66
 
67
67
  :param store_name: The store_name of this ListCollectionsBody.
68
68
  :type store_name: str
@@ -73,7 +73,7 @@ class ListCollectionsBody:
73
73
  def detail(self):
74
74
  r"""Gets the detail of this ListCollectionsBody.
75
75
 
76
- 是否列举collection的详细信息,默认值:false
76
+ **参数解释:** 列举collection的详细信息。 **约束限制:** 不涉及。 **取值范围:** true 或者 false。 **默认取值:** false。
77
77
 
78
78
  :return: The detail of this ListCollectionsBody.
79
79
  :rtype: bool
@@ -84,7 +84,7 @@ class ListCollectionsBody:
84
84
  def detail(self, detail):
85
85
  r"""Sets the detail of this ListCollectionsBody.
86
86
 
87
- 是否列举collection的详细信息,默认值:false
87
+ **参数解释:** 列举collection的详细信息。 **约束限制:** 不涉及。 **取值范围:** true 或者 false。 **默认取值:** false。
88
88
 
89
89
  :param detail: The detail of this ListCollectionsBody.
90
90
  :type detail: bool
@@ -34,9 +34,9 @@ class ListCollectionsResponse(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.ListCollectionData`
@@ -60,7 +60,7 @@ class ListCollectionsResponse(SdkResponse):
60
60
  def code(self):
61
61
  r"""Gets the code of this ListCollectionsResponse.
62
62
 
63
- 返回码
63
+ **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
64
64
 
65
65
  :return: The code of this ListCollectionsResponse.
66
66
  :rtype: str
@@ -71,7 +71,7 @@ class ListCollectionsResponse(SdkResponse):
71
71
  def code(self, code):
72
72
  r"""Sets the code of this ListCollectionsResponse.
73
73
 
74
- 返回码
74
+ **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
75
75
 
76
76
  :param code: The code of this ListCollectionsResponse.
77
77
  :type code: str
@@ -82,7 +82,7 @@ class ListCollectionsResponse(SdkResponse):
82
82
  def message(self):
83
83
  r"""Gets the message of this ListCollectionsResponse.
84
84
 
85
- 描述信息
85
+ **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
86
86
 
87
87
  :return: The message of this ListCollectionsResponse.
88
88
  :rtype: str
@@ -93,7 +93,7 @@ class ListCollectionsResponse(SdkResponse):
93
93
  def message(self, message):
94
94
  r"""Sets the message of this ListCollectionsResponse.
95
95
 
96
- 描述信息
96
+ **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
97
97
 
98
98
  :param message: The message of this ListCollectionsResponse.
99
99
  :type message: str
@@ -29,7 +29,7 @@ class ListJobsData:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param jobs: 任务列表
32
+ :param jobs: **参数解释:** 任务列表。 **约束限制:** 不涉及。
33
33
  :type jobs: list[:class:`huaweicloudsdkdwr.v1.JobData`]
34
34
  """
35
35
 
@@ -45,7 +45,7 @@ class ListJobsData:
45
45
  def jobs(self):
46
46
  r"""Gets the jobs of this ListJobsData.
47
47
 
48
- 任务列表
48
+ **参数解释:** 任务列表。 **约束限制:** 不涉及。
49
49
 
50
50
  :return: The jobs of this ListJobsData.
51
51
  :rtype: list[:class:`huaweicloudsdkdwr.v1.JobData`]
@@ -56,7 +56,7 @@ class ListJobsData:
56
56
  def jobs(self, jobs):
57
57
  r"""Sets the jobs of this ListJobsData.
58
58
 
59
- 任务列表
59
+ **参数解释:** 任务列表。 **约束限制:** 不涉及。
60
60
 
61
61
  :param jobs: The jobs of this ListJobsData.
62
62
  :type jobs: list[:class:`huaweicloudsdkdwr.v1.JobData`]
@@ -37,15 +37,15 @@ class ListJobsRequest:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param start_time: 查询开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
40
+ :param start_time: **参数解释:** 查询开始时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
41
41
  :type start_time: str
42
- :param end_time: 查询结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
42
+ :param end_time: **参数解释:** 查询结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
43
43
  :type end_time: str
44
- :param status: 任务状态:取值为“Running”为执行中;取值为“Completed”为完成;取值为“Failed”为失败。
44
+ :param status: **参数解释:** 任务状态。 **约束限制:** 不涉及。 **取值范围:** 1、“Running”:执行中; 2、“Completed”:完成; 3、“Failed”:失败。 **默认取值:** 不涉及。
45
45
  :type status: str
46
- :param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
46
+ :param offset: **参数解释:** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制:** 必须为数字,不能为负数。 **取值范围:** [0-4096] **默认取值:** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
47
47
  :type offset: int
48
- :param limit: 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
48
+ :param limit: **参数解释:** 查询记录数。 **约束限制:** 不能为负数。 **取值范围:** [1-100] **默认取值:** 1。
49
49
  :type limit: str
50
50
  """
51
51
 
@@ -73,7 +73,7 @@ class ListJobsRequest:
73
73
  def start_time(self):
74
74
  r"""Gets the start_time of this ListJobsRequest.
75
75
 
76
- 查询开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
76
+ **参数解释:** 查询开始时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
77
77
 
78
78
  :return: The start_time of this ListJobsRequest.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class ListJobsRequest:
84
84
  def start_time(self, start_time):
85
85
  r"""Sets the start_time of this ListJobsRequest.
86
86
 
87
- 查询开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
87
+ **参数解释:** 查询开始时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
88
88
 
89
89
  :param start_time: The start_time of this ListJobsRequest.
90
90
  :type start_time: str
@@ -95,7 +95,7 @@ class ListJobsRequest:
95
95
  def end_time(self):
96
96
  r"""Gets the end_time of this ListJobsRequest.
97
97
 
98
- 查询结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
98
+ **参数解释:** 查询结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
99
99
 
100
100
  :return: The end_time of this ListJobsRequest.
101
101
  :rtype: str
@@ -106,7 +106,7 @@ class ListJobsRequest:
106
106
  def end_time(self, end_time):
107
107
  r"""Sets the end_time of this ListJobsRequest.
108
108
 
109
- 查询结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
109
+ **参数解释:** 查询结束时间。 **约束限制:** 格式为“yyyy-mm-ddThh:mm:ssZ”。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
110
110
 
111
111
  :param end_time: The end_time of this ListJobsRequest.
112
112
  :type end_time: str
@@ -117,7 +117,7 @@ class ListJobsRequest:
117
117
  def status(self):
118
118
  r"""Gets the status of this ListJobsRequest.
119
119
 
120
- 任务状态:取值为“Running”为执行中;取值为“Completed”为完成;取值为“Failed”为失败。
120
+ **参数解释:** 任务状态。 **约束限制:** 不涉及。 **取值范围:** 1、“Running”:执行中; 2、“Completed”:完成; 3、“Failed”:失败。 **默认取值:** 不涉及。
121
121
 
122
122
  :return: The status of this ListJobsRequest.
123
123
  :rtype: str
@@ -128,7 +128,7 @@ class ListJobsRequest:
128
128
  def status(self, status):
129
129
  r"""Sets the status of this ListJobsRequest.
130
130
 
131
- 任务状态:取值为“Running”为执行中;取值为“Completed”为完成;取值为“Failed”为失败。
131
+ **参数解释:** 任务状态。 **约束限制:** 不涉及。 **取值范围:** 1、“Running”:执行中; 2、“Completed”:完成; 3、“Failed”:失败。 **默认取值:** 不涉及。
132
132
 
133
133
  :param status: The status of this ListJobsRequest.
134
134
  :type status: str
@@ -139,7 +139,7 @@ class ListJobsRequest:
139
139
  def offset(self):
140
140
  r"""Gets the offset of this ListJobsRequest.
141
141
 
142
- 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
142
+ **参数解释:** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制:** 必须为数字,不能为负数。 **取值范围:** [0-4096] **默认取值:** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
143
143
 
144
144
  :return: The offset of this ListJobsRequest.
145
145
  :rtype: int
@@ -150,7 +150,7 @@ class ListJobsRequest:
150
150
  def offset(self, offset):
151
151
  r"""Sets the offset of this ListJobsRequest.
152
152
 
153
- 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
153
+ **参数解释:** 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询。 **约束限制:** 必须为数字,不能为负数。 **取值范围:** [0-4096] **默认取值:** 默认为0(偏移0条数据,表示从第一条数据开始查询)。
154
154
 
155
155
  :param offset: The offset of this ListJobsRequest.
156
156
  :type offset: int
@@ -161,7 +161,7 @@ class ListJobsRequest:
161
161
  def limit(self):
162
162
  r"""Gets the limit of this ListJobsRequest.
163
163
 
164
- 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
164
+ **参数解释:** 查询记录数。 **约束限制:** 不能为负数。 **取值范围:** [1-100] **默认取值:** 1。
165
165
 
166
166
  :return: The limit of this ListJobsRequest.
167
167
  :rtype: str
@@ -172,7 +172,7 @@ class ListJobsRequest:
172
172
  def limit(self, limit):
173
173
  r"""Sets the limit of this ListJobsRequest.
174
174
 
175
- 查询记录数。默认为100,不能为负数,最小值为1,最大值为100。
175
+ **参数解释:** 查询记录数。 **约束限制:** 不能为负数。 **取值范围:** [1-100] **默认取值:** 1。
176
176
 
177
177
  :param limit: The limit of this ListJobsRequest.
178
178
  :type limit: str
@@ -34,9 +34,9 @@ class ListJobsResponse(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.ListJobsData`
@@ -60,7 +60,7 @@ class ListJobsResponse(SdkResponse):
60
60
  def code(self):
61
61
  r"""Gets the code of this ListJobsResponse.
62
62
 
63
- 返回码
63
+ **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
64
64
 
65
65
  :return: The code of this ListJobsResponse.
66
66
  :rtype: str
@@ -71,7 +71,7 @@ class ListJobsResponse(SdkResponse):
71
71
  def code(self, code):
72
72
  r"""Sets the code of this ListJobsResponse.
73
73
 
74
- 返回码
74
+ **参数解释:** 返回码。参见错误码章节。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
75
75
 
76
76
  :param code: The code of this ListJobsResponse.
77
77
  :type code: str
@@ -82,7 +82,7 @@ class ListJobsResponse(SdkResponse):
82
82
  def message(self):
83
83
  r"""Gets the message of this ListJobsResponse.
84
84
 
85
- 描述信息
85
+ **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
86
86
 
87
87
  :return: The message of this ListJobsResponse.
88
88
  :rtype: str
@@ -93,7 +93,7 @@ class ListJobsResponse(SdkResponse):
93
93
  def message(self, message):
94
94
  r"""Sets the message of this ListJobsResponse.
95
95
 
96
- 描述信息
96
+ **参数解释:** 描述信息。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
97
97
 
98
98
  :param message: The message of this ListJobsResponse.
99
99
  :type message: str