huaweicloudsdkdwr 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 huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v3/dwr_async_client.py +23 -23
- huaweicloudsdkdwr/v3/dwr_client.py +23 -23
- huaweicloudsdkdwr/v3/model/accept_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/accept_service_contract_response.py +5 -5
- huaweicloudsdkdwr/v3/model/action.py +25 -25
- huaweicloudsdkdwr/v3/model/action_result.py +11 -11
- huaweicloudsdkdwr/v3/model/action_template_item.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_response.py +29 -29
- huaweicloudsdkdwr/v3/model/create_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_my_action_template_response.py +25 -25
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_response.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request_body.py +15 -15
- huaweicloudsdkdwr/v3/model/create_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/delete_my_action_template_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_my_action_template_response.py +5 -5
- huaweicloudsdkdwr/v3/model/delete_workflow_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_workflow_response.py +5 -5
- huaweicloudsdkdwr/v3/model/execute_workflow_body.py +7 -7
- huaweicloudsdkdwr/v3/model/execution.py +15 -15
- huaweicloudsdkdwr/v3/model/express_config.py +5 -5
- huaweicloudsdkdwr/v3/model/func_vpc.py +13 -13
- huaweicloudsdkdwr/v3/model/graph_item.py +9 -9
- huaweicloudsdkdwr/v3/model/input.py +21 -21
- huaweicloudsdkdwr/v3/model/input_para_type.py +1 -1
- huaweicloudsdkdwr/v3/model/input_para_value_type.py +1 -1
- huaweicloudsdkdwr/v3/model/list_my_action_template_request.py +11 -11
- huaweicloudsdkdwr/v3/model/list_my_action_template_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_system_templates_request.py +9 -9
- huaweicloudsdkdwr/v3/model/list_system_templates_response.py +19 -19
- huaweicloudsdkdwr/v3/model/list_workflow_instance_request.py +13 -13
- huaweicloudsdkdwr/v3/model/list_workflow_instance_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_workflows_request.py +7 -7
- huaweicloudsdkdwr/v3/model/list_workflows_response.py +17 -17
- huaweicloudsdkdwr/v3/model/node_execution.py +15 -15
- huaweicloudsdkdwr/v3/model/policy.py +5 -5
- huaweicloudsdkdwr/v3/model/provided_action.py +35 -35
- huaweicloudsdkdwr/v3/model/public_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/public_template_register_type.py +1 -1
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_request.py +5 -5
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_response.py +15 -15
- huaweicloudsdkdwr/v3/model/show_public_action_list_request.py +9 -9
- huaweicloudsdkdwr/v3/model/show_public_action_list_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_public_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_public_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_service_contract_response.py +13 -13
- huaweicloudsdkdwr/v3/model/show_system_template_detail_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_system_template_detail_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_third_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_third_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_workflow_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_workflow_info_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_workflow_instance_request.py +5 -5
- huaweicloudsdkdwr/v3/model/show_workflow_instance_response.py +33 -33
- huaweicloudsdkdwr/v3/model/state.py +19 -19
- huaweicloudsdkdwr/v3/model/statement.py +5 -5
- huaweicloudsdkdwr/v3/model/third_action_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/third_template_request_body.py +25 -25
- huaweicloudsdkdwr/v3/model/update_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_my_action_template_response.py +15 -15
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_request.py +3 -3
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_response.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_body.py +3 -3
- huaweicloudsdkdwr/v3/model/update_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_response.py +15 -15
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.143.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.141.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/top_level.txt +0 -0
|
@@ -57,7 +57,7 @@ class ProvidedAction:
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
def __init__(self, template_name=None, category=None, create_time=None, last_modify_time=None, inputs=None, dynamic_source_definition=None, need_policy=None, provider_name=None, is_uploaded_func_pkg=None, func_pkg_endpoint=None, upload_func_pkg_size=None, upload_func_pkg_etag=None, register_status=None, description=None, function_template=None, provider_domainid=None, provider_userid=None):
|
|
60
|
-
"""ProvidedAction
|
|
60
|
+
r"""ProvidedAction
|
|
61
61
|
|
|
62
62
|
The model defined in huaweicloud sdk
|
|
63
63
|
|
|
@@ -144,7 +144,7 @@ class ProvidedAction:
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def template_name(self):
|
|
147
|
-
"""Gets the template_name of this ProvidedAction.
|
|
147
|
+
r"""Gets the template_name of this ProvidedAction.
|
|
148
148
|
|
|
149
149
|
算子模板名称。
|
|
150
150
|
|
|
@@ -155,7 +155,7 @@ class ProvidedAction:
|
|
|
155
155
|
|
|
156
156
|
@template_name.setter
|
|
157
157
|
def template_name(self, template_name):
|
|
158
|
-
"""Sets the template_name of this ProvidedAction.
|
|
158
|
+
r"""Sets the template_name of this ProvidedAction.
|
|
159
159
|
|
|
160
160
|
算子模板名称。
|
|
161
161
|
|
|
@@ -166,7 +166,7 @@ class ProvidedAction:
|
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
168
|
def category(self):
|
|
169
|
-
"""Gets the category of this ProvidedAction.
|
|
169
|
+
r"""Gets the category of this ProvidedAction.
|
|
170
170
|
|
|
171
171
|
分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
172
172
|
|
|
@@ -177,7 +177,7 @@ class ProvidedAction:
|
|
|
177
177
|
|
|
178
178
|
@category.setter
|
|
179
179
|
def category(self, category):
|
|
180
|
-
"""Sets the category of this ProvidedAction.
|
|
180
|
+
r"""Sets the category of this ProvidedAction.
|
|
181
181
|
|
|
182
182
|
分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
183
183
|
|
|
@@ -188,7 +188,7 @@ class ProvidedAction:
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def create_time(self):
|
|
191
|
-
"""Gets the create_time of this ProvidedAction.
|
|
191
|
+
r"""Gets the create_time of this ProvidedAction.
|
|
192
192
|
|
|
193
193
|
创建时间。
|
|
194
194
|
|
|
@@ -199,7 +199,7 @@ class ProvidedAction:
|
|
|
199
199
|
|
|
200
200
|
@create_time.setter
|
|
201
201
|
def create_time(self, create_time):
|
|
202
|
-
"""Sets the create_time of this ProvidedAction.
|
|
202
|
+
r"""Sets the create_time of this ProvidedAction.
|
|
203
203
|
|
|
204
204
|
创建时间。
|
|
205
205
|
|
|
@@ -210,7 +210,7 @@ class ProvidedAction:
|
|
|
210
210
|
|
|
211
211
|
@property
|
|
212
212
|
def last_modify_time(self):
|
|
213
|
-
"""Gets the last_modify_time of this ProvidedAction.
|
|
213
|
+
r"""Gets the last_modify_time of this ProvidedAction.
|
|
214
214
|
|
|
215
215
|
最近修改时间。
|
|
216
216
|
|
|
@@ -221,7 +221,7 @@ class ProvidedAction:
|
|
|
221
221
|
|
|
222
222
|
@last_modify_time.setter
|
|
223
223
|
def last_modify_time(self, last_modify_time):
|
|
224
|
-
"""Sets the last_modify_time of this ProvidedAction.
|
|
224
|
+
r"""Sets the last_modify_time of this ProvidedAction.
|
|
225
225
|
|
|
226
226
|
最近修改时间。
|
|
227
227
|
|
|
@@ -232,7 +232,7 @@ class ProvidedAction:
|
|
|
232
232
|
|
|
233
233
|
@property
|
|
234
234
|
def inputs(self):
|
|
235
|
-
"""Gets the inputs of this ProvidedAction.
|
|
235
|
+
r"""Gets the inputs of this ProvidedAction.
|
|
236
236
|
|
|
237
237
|
可修改参数定义列表。
|
|
238
238
|
|
|
@@ -243,7 +243,7 @@ class ProvidedAction:
|
|
|
243
243
|
|
|
244
244
|
@inputs.setter
|
|
245
245
|
def inputs(self, inputs):
|
|
246
|
-
"""Sets the inputs of this ProvidedAction.
|
|
246
|
+
r"""Sets the inputs of this ProvidedAction.
|
|
247
247
|
|
|
248
248
|
可修改参数定义列表。
|
|
249
249
|
|
|
@@ -254,7 +254,7 @@ class ProvidedAction:
|
|
|
254
254
|
|
|
255
255
|
@property
|
|
256
256
|
def dynamic_source_definition(self):
|
|
257
|
-
"""Gets the dynamic_source_definition of this ProvidedAction.
|
|
257
|
+
r"""Gets the dynamic_source_definition of this ProvidedAction.
|
|
258
258
|
|
|
259
259
|
可修改参数引用
|
|
260
260
|
|
|
@@ -265,7 +265,7 @@ class ProvidedAction:
|
|
|
265
265
|
|
|
266
266
|
@dynamic_source_definition.setter
|
|
267
267
|
def dynamic_source_definition(self, dynamic_source_definition):
|
|
268
|
-
"""Sets the dynamic_source_definition of this ProvidedAction.
|
|
268
|
+
r"""Sets the dynamic_source_definition of this ProvidedAction.
|
|
269
269
|
|
|
270
270
|
可修改参数引用
|
|
271
271
|
|
|
@@ -276,7 +276,7 @@ class ProvidedAction:
|
|
|
276
276
|
|
|
277
277
|
@property
|
|
278
278
|
def need_policy(self):
|
|
279
|
-
"""Gets the need_policy of this ProvidedAction.
|
|
279
|
+
r"""Gets the need_policy of this ProvidedAction.
|
|
280
280
|
|
|
281
281
|
需要的权限。
|
|
282
282
|
|
|
@@ -287,7 +287,7 @@ class ProvidedAction:
|
|
|
287
287
|
|
|
288
288
|
@need_policy.setter
|
|
289
289
|
def need_policy(self, need_policy):
|
|
290
|
-
"""Sets the need_policy of this ProvidedAction.
|
|
290
|
+
r"""Sets the need_policy of this ProvidedAction.
|
|
291
291
|
|
|
292
292
|
需要的权限。
|
|
293
293
|
|
|
@@ -298,7 +298,7 @@ class ProvidedAction:
|
|
|
298
298
|
|
|
299
299
|
@property
|
|
300
300
|
def provider_name(self):
|
|
301
|
-
"""Gets the provider_name of this ProvidedAction.
|
|
301
|
+
r"""Gets the provider_name of this ProvidedAction.
|
|
302
302
|
|
|
303
303
|
算子提供方名称。
|
|
304
304
|
|
|
@@ -309,7 +309,7 @@ class ProvidedAction:
|
|
|
309
309
|
|
|
310
310
|
@provider_name.setter
|
|
311
311
|
def provider_name(self, provider_name):
|
|
312
|
-
"""Sets the provider_name of this ProvidedAction.
|
|
312
|
+
r"""Sets the provider_name of this ProvidedAction.
|
|
313
313
|
|
|
314
314
|
算子提供方名称。
|
|
315
315
|
|
|
@@ -320,7 +320,7 @@ class ProvidedAction:
|
|
|
320
320
|
|
|
321
321
|
@property
|
|
322
322
|
def is_uploaded_func_pkg(self):
|
|
323
|
-
"""Gets the is_uploaded_func_pkg of this ProvidedAction.
|
|
323
|
+
r"""Gets the is_uploaded_func_pkg of this ProvidedAction.
|
|
324
324
|
|
|
325
325
|
是否上传了算子包
|
|
326
326
|
|
|
@@ -331,7 +331,7 @@ class ProvidedAction:
|
|
|
331
331
|
|
|
332
332
|
@is_uploaded_func_pkg.setter
|
|
333
333
|
def is_uploaded_func_pkg(self, is_uploaded_func_pkg):
|
|
334
|
-
"""Sets the is_uploaded_func_pkg of this ProvidedAction.
|
|
334
|
+
r"""Sets the is_uploaded_func_pkg of this ProvidedAction.
|
|
335
335
|
|
|
336
336
|
是否上传了算子包
|
|
337
337
|
|
|
@@ -342,7 +342,7 @@ class ProvidedAction:
|
|
|
342
342
|
|
|
343
343
|
@property
|
|
344
344
|
def func_pkg_endpoint(self):
|
|
345
|
-
"""Gets the func_pkg_endpoint of this ProvidedAction.
|
|
345
|
+
r"""Gets the func_pkg_endpoint of this ProvidedAction.
|
|
346
346
|
|
|
347
347
|
上传算子包的临时签名URL地址,用于上传算子包。
|
|
348
348
|
|
|
@@ -353,7 +353,7 @@ class ProvidedAction:
|
|
|
353
353
|
|
|
354
354
|
@func_pkg_endpoint.setter
|
|
355
355
|
def func_pkg_endpoint(self, func_pkg_endpoint):
|
|
356
|
-
"""Sets the func_pkg_endpoint of this ProvidedAction.
|
|
356
|
+
r"""Sets the func_pkg_endpoint of this ProvidedAction.
|
|
357
357
|
|
|
358
358
|
上传算子包的临时签名URL地址,用于上传算子包。
|
|
359
359
|
|
|
@@ -364,7 +364,7 @@ class ProvidedAction:
|
|
|
364
364
|
|
|
365
365
|
@property
|
|
366
366
|
def upload_func_pkg_size(self):
|
|
367
|
-
"""Gets the upload_func_pkg_size of this ProvidedAction.
|
|
367
|
+
r"""Gets the upload_func_pkg_size of this ProvidedAction.
|
|
368
368
|
|
|
369
369
|
上传算子包的大小。小于100M
|
|
370
370
|
|
|
@@ -375,7 +375,7 @@ class ProvidedAction:
|
|
|
375
375
|
|
|
376
376
|
@upload_func_pkg_size.setter
|
|
377
377
|
def upload_func_pkg_size(self, upload_func_pkg_size):
|
|
378
|
-
"""Sets the upload_func_pkg_size of this ProvidedAction.
|
|
378
|
+
r"""Sets the upload_func_pkg_size of this ProvidedAction.
|
|
379
379
|
|
|
380
380
|
上传算子包的大小。小于100M
|
|
381
381
|
|
|
@@ -386,7 +386,7 @@ class ProvidedAction:
|
|
|
386
386
|
|
|
387
387
|
@property
|
|
388
388
|
def upload_func_pkg_etag(self):
|
|
389
|
-
"""Gets the upload_func_pkg_etag of this ProvidedAction.
|
|
389
|
+
r"""Gets the upload_func_pkg_etag of this ProvidedAction.
|
|
390
390
|
|
|
391
391
|
上传算子包的etag。
|
|
392
392
|
|
|
@@ -397,7 +397,7 @@ class ProvidedAction:
|
|
|
397
397
|
|
|
398
398
|
@upload_func_pkg_etag.setter
|
|
399
399
|
def upload_func_pkg_etag(self, upload_func_pkg_etag):
|
|
400
|
-
"""Sets the upload_func_pkg_etag of this ProvidedAction.
|
|
400
|
+
r"""Sets the upload_func_pkg_etag of this ProvidedAction.
|
|
401
401
|
|
|
402
402
|
上传算子包的etag。
|
|
403
403
|
|
|
@@ -408,7 +408,7 @@ class ProvidedAction:
|
|
|
408
408
|
|
|
409
409
|
@property
|
|
410
410
|
def register_status(self):
|
|
411
|
-
"""Gets the register_status of this ProvidedAction.
|
|
411
|
+
r"""Gets the register_status of this ProvidedAction.
|
|
412
412
|
|
|
413
413
|
:return: The register_status of this ProvidedAction.
|
|
414
414
|
:rtype: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -417,7 +417,7 @@ class ProvidedAction:
|
|
|
417
417
|
|
|
418
418
|
@register_status.setter
|
|
419
419
|
def register_status(self, register_status):
|
|
420
|
-
"""Sets the register_status of this ProvidedAction.
|
|
420
|
+
r"""Sets the register_status of this ProvidedAction.
|
|
421
421
|
|
|
422
422
|
:param register_status: The register_status of this ProvidedAction.
|
|
423
423
|
:type register_status: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -426,7 +426,7 @@ class ProvidedAction:
|
|
|
426
426
|
|
|
427
427
|
@property
|
|
428
428
|
def description(self):
|
|
429
|
-
"""Gets the description of this ProvidedAction.
|
|
429
|
+
r"""Gets the description of this ProvidedAction.
|
|
430
430
|
|
|
431
431
|
描述。
|
|
432
432
|
|
|
@@ -437,7 +437,7 @@ class ProvidedAction:
|
|
|
437
437
|
|
|
438
438
|
@description.setter
|
|
439
439
|
def description(self, description):
|
|
440
|
-
"""Sets the description of this ProvidedAction.
|
|
440
|
+
r"""Sets the description of this ProvidedAction.
|
|
441
441
|
|
|
442
442
|
描述。
|
|
443
443
|
|
|
@@ -448,7 +448,7 @@ class ProvidedAction:
|
|
|
448
448
|
|
|
449
449
|
@property
|
|
450
450
|
def function_template(self):
|
|
451
|
-
"""Gets the function_template of this ProvidedAction.
|
|
451
|
+
r"""Gets the function_template of this ProvidedAction.
|
|
452
452
|
|
|
453
453
|
函数URN
|
|
454
454
|
|
|
@@ -459,7 +459,7 @@ class ProvidedAction:
|
|
|
459
459
|
|
|
460
460
|
@function_template.setter
|
|
461
461
|
def function_template(self, function_template):
|
|
462
|
-
"""Sets the function_template of this ProvidedAction.
|
|
462
|
+
r"""Sets the function_template of this ProvidedAction.
|
|
463
463
|
|
|
464
464
|
函数URN
|
|
465
465
|
|
|
@@ -470,7 +470,7 @@ class ProvidedAction:
|
|
|
470
470
|
|
|
471
471
|
@property
|
|
472
472
|
def provider_domainid(self):
|
|
473
|
-
"""Gets the provider_domainid of this ProvidedAction.
|
|
473
|
+
r"""Gets the provider_domainid of this ProvidedAction.
|
|
474
474
|
|
|
475
475
|
算子提供方IAM DomainID
|
|
476
476
|
|
|
@@ -481,7 +481,7 @@ class ProvidedAction:
|
|
|
481
481
|
|
|
482
482
|
@provider_domainid.setter
|
|
483
483
|
def provider_domainid(self, provider_domainid):
|
|
484
|
-
"""Sets the provider_domainid of this ProvidedAction.
|
|
484
|
+
r"""Sets the provider_domainid of this ProvidedAction.
|
|
485
485
|
|
|
486
486
|
算子提供方IAM DomainID
|
|
487
487
|
|
|
@@ -492,7 +492,7 @@ class ProvidedAction:
|
|
|
492
492
|
|
|
493
493
|
@property
|
|
494
494
|
def provider_userid(self):
|
|
495
|
-
"""Gets the provider_userid of this ProvidedAction.
|
|
495
|
+
r"""Gets the provider_userid of this ProvidedAction.
|
|
496
496
|
|
|
497
497
|
算子提供方IAM UserID
|
|
498
498
|
|
|
@@ -503,7 +503,7 @@ class ProvidedAction:
|
|
|
503
503
|
|
|
504
504
|
@provider_userid.setter
|
|
505
505
|
def provider_userid(self, provider_userid):
|
|
506
|
-
"""Sets the provider_userid of this ProvidedAction.
|
|
506
|
+
r"""Sets the provider_userid of this ProvidedAction.
|
|
507
507
|
|
|
508
508
|
算子提供方IAM UserID
|
|
509
509
|
|
|
@@ -37,7 +37,7 @@ class PublicTemplateItem:
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
def __init__(self, name=None, category=None, register_status=None, provider_name=None, description=None, create_time=None, last_modify_time=None):
|
|
40
|
-
"""PublicTemplateItem
|
|
40
|
+
r"""PublicTemplateItem
|
|
41
41
|
|
|
42
42
|
The model defined in huaweicloud sdk
|
|
43
43
|
|
|
@@ -85,7 +85,7 @@ class PublicTemplateItem:
|
|
|
85
85
|
|
|
86
86
|
@property
|
|
87
87
|
def name(self):
|
|
88
|
-
"""Gets the name of this PublicTemplateItem.
|
|
88
|
+
r"""Gets the name of this PublicTemplateItem.
|
|
89
89
|
|
|
90
90
|
名称。
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@ class PublicTemplateItem:
|
|
|
96
96
|
|
|
97
97
|
@name.setter
|
|
98
98
|
def name(self, name):
|
|
99
|
-
"""Sets the name of this PublicTemplateItem.
|
|
99
|
+
r"""Sets the name of this PublicTemplateItem.
|
|
100
100
|
|
|
101
101
|
名称。
|
|
102
102
|
|
|
@@ -107,7 +107,7 @@ class PublicTemplateItem:
|
|
|
107
107
|
|
|
108
108
|
@property
|
|
109
109
|
def category(self):
|
|
110
|
-
"""Gets the category of this PublicTemplateItem.
|
|
110
|
+
r"""Gets the category of this PublicTemplateItem.
|
|
111
111
|
|
|
112
112
|
分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
113
113
|
|
|
@@ -118,7 +118,7 @@ class PublicTemplateItem:
|
|
|
118
118
|
|
|
119
119
|
@category.setter
|
|
120
120
|
def category(self, category):
|
|
121
|
-
"""Sets the category of this PublicTemplateItem.
|
|
121
|
+
r"""Sets the category of this PublicTemplateItem.
|
|
122
122
|
|
|
123
123
|
分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
124
124
|
|
|
@@ -129,7 +129,7 @@ class PublicTemplateItem:
|
|
|
129
129
|
|
|
130
130
|
@property
|
|
131
131
|
def register_status(self):
|
|
132
|
-
"""Gets the register_status of this PublicTemplateItem.
|
|
132
|
+
r"""Gets the register_status of this PublicTemplateItem.
|
|
133
133
|
|
|
134
134
|
:return: The register_status of this PublicTemplateItem.
|
|
135
135
|
:rtype: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -138,7 +138,7 @@ class PublicTemplateItem:
|
|
|
138
138
|
|
|
139
139
|
@register_status.setter
|
|
140
140
|
def register_status(self, register_status):
|
|
141
|
-
"""Sets the register_status of this PublicTemplateItem.
|
|
141
|
+
r"""Sets the register_status of this PublicTemplateItem.
|
|
142
142
|
|
|
143
143
|
:param register_status: The register_status of this PublicTemplateItem.
|
|
144
144
|
:type register_status: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -147,7 +147,7 @@ class PublicTemplateItem:
|
|
|
147
147
|
|
|
148
148
|
@property
|
|
149
149
|
def provider_name(self):
|
|
150
|
-
"""Gets the provider_name of this PublicTemplateItem.
|
|
150
|
+
r"""Gets the provider_name of this PublicTemplateItem.
|
|
151
151
|
|
|
152
152
|
提供方
|
|
153
153
|
|
|
@@ -158,7 +158,7 @@ class PublicTemplateItem:
|
|
|
158
158
|
|
|
159
159
|
@provider_name.setter
|
|
160
160
|
def provider_name(self, provider_name):
|
|
161
|
-
"""Sets the provider_name of this PublicTemplateItem.
|
|
161
|
+
r"""Sets the provider_name of this PublicTemplateItem.
|
|
162
162
|
|
|
163
163
|
提供方
|
|
164
164
|
|
|
@@ -169,7 +169,7 @@ class PublicTemplateItem:
|
|
|
169
169
|
|
|
170
170
|
@property
|
|
171
171
|
def description(self):
|
|
172
|
-
"""Gets the description of this PublicTemplateItem.
|
|
172
|
+
r"""Gets the description of this PublicTemplateItem.
|
|
173
173
|
|
|
174
174
|
描述
|
|
175
175
|
|
|
@@ -180,7 +180,7 @@ class PublicTemplateItem:
|
|
|
180
180
|
|
|
181
181
|
@description.setter
|
|
182
182
|
def description(self, description):
|
|
183
|
-
"""Sets the description of this PublicTemplateItem.
|
|
183
|
+
r"""Sets the description of this PublicTemplateItem.
|
|
184
184
|
|
|
185
185
|
描述
|
|
186
186
|
|
|
@@ -191,7 +191,7 @@ class PublicTemplateItem:
|
|
|
191
191
|
|
|
192
192
|
@property
|
|
193
193
|
def create_time(self):
|
|
194
|
-
"""Gets the create_time of this PublicTemplateItem.
|
|
194
|
+
r"""Gets the create_time of this PublicTemplateItem.
|
|
195
195
|
|
|
196
196
|
创建时间
|
|
197
197
|
|
|
@@ -202,7 +202,7 @@ class PublicTemplateItem:
|
|
|
202
202
|
|
|
203
203
|
@create_time.setter
|
|
204
204
|
def create_time(self, create_time):
|
|
205
|
-
"""Sets the create_time of this PublicTemplateItem.
|
|
205
|
+
r"""Sets the create_time of this PublicTemplateItem.
|
|
206
206
|
|
|
207
207
|
创建时间
|
|
208
208
|
|
|
@@ -213,7 +213,7 @@ class PublicTemplateItem:
|
|
|
213
213
|
|
|
214
214
|
@property
|
|
215
215
|
def last_modify_time(self):
|
|
216
|
-
"""Gets the last_modify_time of this PublicTemplateItem.
|
|
216
|
+
r"""Gets the last_modify_time of this PublicTemplateItem.
|
|
217
217
|
|
|
218
218
|
最后修改时间
|
|
219
219
|
|
|
@@ -224,7 +224,7 @@ class PublicTemplateItem:
|
|
|
224
224
|
|
|
225
225
|
@last_modify_time.setter
|
|
226
226
|
def last_modify_time(self, last_modify_time):
|
|
227
|
-
"""Sets the last_modify_time of this PublicTemplateItem.
|
|
227
|
+
r"""Sets the last_modify_time of this PublicTemplateItem.
|
|
228
228
|
|
|
229
229
|
最后修改时间
|
|
230
230
|
|
|
@@ -27,7 +27,7 @@ class RestoreWorkflowExecutionRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, execution_name=None, graph_name=None):
|
|
30
|
-
"""RestoreWorkflowExecutionRequest
|
|
30
|
+
r"""RestoreWorkflowExecutionRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -48,7 +48,7 @@ class RestoreWorkflowExecutionRequest:
|
|
|
48
48
|
|
|
49
49
|
@property
|
|
50
50
|
def execution_name(self):
|
|
51
|
-
"""Gets the execution_name of this RestoreWorkflowExecutionRequest.
|
|
51
|
+
r"""Gets the execution_name of this RestoreWorkflowExecutionRequest.
|
|
52
52
|
|
|
53
53
|
工作流实例名。
|
|
54
54
|
|
|
@@ -59,7 +59,7 @@ class RestoreWorkflowExecutionRequest:
|
|
|
59
59
|
|
|
60
60
|
@execution_name.setter
|
|
61
61
|
def execution_name(self, execution_name):
|
|
62
|
-
"""Sets the execution_name of this RestoreWorkflowExecutionRequest.
|
|
62
|
+
r"""Sets the execution_name of this RestoreWorkflowExecutionRequest.
|
|
63
63
|
|
|
64
64
|
工作流实例名。
|
|
65
65
|
|
|
@@ -70,7 +70,7 @@ class RestoreWorkflowExecutionRequest:
|
|
|
70
70
|
|
|
71
71
|
@property
|
|
72
72
|
def graph_name(self):
|
|
73
|
-
"""Gets the graph_name of this RestoreWorkflowExecutionRequest.
|
|
73
|
+
r"""Gets the graph_name of this RestoreWorkflowExecutionRequest.
|
|
74
74
|
|
|
75
75
|
工作流名。
|
|
76
76
|
|
|
@@ -81,7 +81,7 @@ class RestoreWorkflowExecutionRequest:
|
|
|
81
81
|
|
|
82
82
|
@graph_name.setter
|
|
83
83
|
def graph_name(self, graph_name):
|
|
84
|
-
"""Sets the graph_name of this RestoreWorkflowExecutionRequest.
|
|
84
|
+
r"""Sets the graph_name of this RestoreWorkflowExecutionRequest.
|
|
85
85
|
|
|
86
86
|
工作流名。
|
|
87
87
|
|
|
@@ -38,7 +38,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
def __init__(self, execution_urn=None, restored_at=None, execution_name=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
41
|
-
"""RestoreWorkflowExecutionResponse
|
|
41
|
+
r"""RestoreWorkflowExecutionResponse
|
|
42
42
|
|
|
43
43
|
The model defined in huaweicloud sdk
|
|
44
44
|
|
|
@@ -86,7 +86,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def execution_urn(self):
|
|
89
|
-
"""Gets the execution_urn of this RestoreWorkflowExecutionResponse.
|
|
89
|
+
r"""Gets the execution_urn of this RestoreWorkflowExecutionResponse.
|
|
90
90
|
|
|
91
91
|
运行实例的URN。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
97
97
|
|
|
98
98
|
@execution_urn.setter
|
|
99
99
|
def execution_urn(self, execution_urn):
|
|
100
|
-
"""Sets the execution_urn of this RestoreWorkflowExecutionResponse.
|
|
100
|
+
r"""Sets the execution_urn of this RestoreWorkflowExecutionResponse.
|
|
101
101
|
|
|
102
102
|
运行实例的URN。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def restored_at(self):
|
|
111
|
-
"""Gets the restored_at of this RestoreWorkflowExecutionResponse.
|
|
111
|
+
r"""Gets the restored_at of this RestoreWorkflowExecutionResponse.
|
|
112
112
|
|
|
113
113
|
运行实例的恢复启动时间。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
119
119
|
|
|
120
120
|
@restored_at.setter
|
|
121
121
|
def restored_at(self, restored_at):
|
|
122
|
-
"""Sets the restored_at of this RestoreWorkflowExecutionResponse.
|
|
122
|
+
r"""Sets the restored_at of this RestoreWorkflowExecutionResponse.
|
|
123
123
|
|
|
124
124
|
运行实例的恢复启动时间。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def execution_name(self):
|
|
133
|
-
"""Gets the execution_name of this RestoreWorkflowExecutionResponse.
|
|
133
|
+
r"""Gets the execution_name of this RestoreWorkflowExecutionResponse.
|
|
134
134
|
|
|
135
135
|
运行实例的名字。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
141
141
|
|
|
142
142
|
@execution_name.setter
|
|
143
143
|
def execution_name(self, execution_name):
|
|
144
|
-
"""Sets the execution_name of this RestoreWorkflowExecutionResponse.
|
|
144
|
+
r"""Sets the execution_name of this RestoreWorkflowExecutionResponse.
|
|
145
145
|
|
|
146
146
|
运行实例的名字。
|
|
147
147
|
|
|
@@ -152,7 +152,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
152
152
|
|
|
153
153
|
@property
|
|
154
154
|
def x_request_id(self):
|
|
155
|
-
"""Gets the x_request_id of this RestoreWorkflowExecutionResponse.
|
|
155
|
+
r"""Gets the x_request_id of this RestoreWorkflowExecutionResponse.
|
|
156
156
|
|
|
157
157
|
:return: The x_request_id of this RestoreWorkflowExecutionResponse.
|
|
158
158
|
:rtype: str
|
|
@@ -161,7 +161,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
161
161
|
|
|
162
162
|
@x_request_id.setter
|
|
163
163
|
def x_request_id(self, x_request_id):
|
|
164
|
-
"""Sets the x_request_id of this RestoreWorkflowExecutionResponse.
|
|
164
|
+
r"""Sets the x_request_id of this RestoreWorkflowExecutionResponse.
|
|
165
165
|
|
|
166
166
|
:param x_request_id: The x_request_id of this RestoreWorkflowExecutionResponse.
|
|
167
167
|
:type x_request_id: str
|
|
@@ -170,7 +170,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@property
|
|
172
172
|
def connection(self):
|
|
173
|
-
"""Gets the connection of this RestoreWorkflowExecutionResponse.
|
|
173
|
+
r"""Gets the connection of this RestoreWorkflowExecutionResponse.
|
|
174
174
|
|
|
175
175
|
:return: The connection of this RestoreWorkflowExecutionResponse.
|
|
176
176
|
:rtype: str
|
|
@@ -179,7 +179,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
179
179
|
|
|
180
180
|
@connection.setter
|
|
181
181
|
def connection(self, connection):
|
|
182
|
-
"""Sets the connection of this RestoreWorkflowExecutionResponse.
|
|
182
|
+
r"""Sets the connection of this RestoreWorkflowExecutionResponse.
|
|
183
183
|
|
|
184
184
|
:param connection: The connection of this RestoreWorkflowExecutionResponse.
|
|
185
185
|
:type connection: str
|
|
@@ -188,7 +188,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def content_length(self):
|
|
191
|
-
"""Gets the content_length of this RestoreWorkflowExecutionResponse.
|
|
191
|
+
r"""Gets the content_length of this RestoreWorkflowExecutionResponse.
|
|
192
192
|
|
|
193
193
|
:return: The content_length of this RestoreWorkflowExecutionResponse.
|
|
194
194
|
:rtype: str
|
|
@@ -197,7 +197,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
197
197
|
|
|
198
198
|
@content_length.setter
|
|
199
199
|
def content_length(self, content_length):
|
|
200
|
-
"""Sets the content_length of this RestoreWorkflowExecutionResponse.
|
|
200
|
+
r"""Sets the content_length of this RestoreWorkflowExecutionResponse.
|
|
201
201
|
|
|
202
202
|
:param content_length: The content_length of this RestoreWorkflowExecutionResponse.
|
|
203
203
|
:type content_length: str
|
|
@@ -206,7 +206,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
def date(self):
|
|
209
|
-
"""Gets the date of this RestoreWorkflowExecutionResponse.
|
|
209
|
+
r"""Gets the date of this RestoreWorkflowExecutionResponse.
|
|
210
210
|
|
|
211
211
|
:return: The date of this RestoreWorkflowExecutionResponse.
|
|
212
212
|
:rtype: str
|
|
@@ -215,7 +215,7 @@ class RestoreWorkflowExecutionResponse(SdkResponse):
|
|
|
215
215
|
|
|
216
216
|
@date.setter
|
|
217
217
|
def date(self, date):
|
|
218
|
-
"""Sets the date of this RestoreWorkflowExecutionResponse.
|
|
218
|
+
r"""Sets the date of this RestoreWorkflowExecutionResponse.
|
|
219
219
|
|
|
220
220
|
:param date: The date of this RestoreWorkflowExecutionResponse.
|
|
221
221
|
:type date: str
|
|
@@ -31,7 +31,7 @@ class ShowPublicActionListRequest:
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
def __init__(self, prefix=None, category=None, offset=None, limit=None):
|
|
34
|
-
"""ShowPublicActionListRequest
|
|
34
|
+
r"""ShowPublicActionListRequest
|
|
35
35
|
|
|
36
36
|
The model defined in huaweicloud sdk
|
|
37
37
|
|
|
@@ -64,7 +64,7 @@ class ShowPublicActionListRequest:
|
|
|
64
64
|
|
|
65
65
|
@property
|
|
66
66
|
def prefix(self):
|
|
67
|
-
"""Gets the prefix of this ShowPublicActionListRequest.
|
|
67
|
+
r"""Gets the prefix of this ShowPublicActionListRequest.
|
|
68
68
|
|
|
69
69
|
模板名前缀。
|
|
70
70
|
|
|
@@ -75,7 +75,7 @@ class ShowPublicActionListRequest:
|
|
|
75
75
|
|
|
76
76
|
@prefix.setter
|
|
77
77
|
def prefix(self, prefix):
|
|
78
|
-
"""Sets the prefix of this ShowPublicActionListRequest.
|
|
78
|
+
r"""Sets the prefix of this ShowPublicActionListRequest.
|
|
79
79
|
|
|
80
80
|
模板名前缀。
|
|
81
81
|
|
|
@@ -86,7 +86,7 @@ class ShowPublicActionListRequest:
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def category(self):
|
|
89
|
-
"""Gets the category of this ShowPublicActionListRequest.
|
|
89
|
+
r"""Gets the category of this ShowPublicActionListRequest.
|
|
90
90
|
|
|
91
91
|
Action模板的分类。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class ShowPublicActionListRequest:
|
|
|
97
97
|
|
|
98
98
|
@category.setter
|
|
99
99
|
def category(self, category):
|
|
100
|
-
"""Sets the category of this ShowPublicActionListRequest.
|
|
100
|
+
r"""Sets the category of this ShowPublicActionListRequest.
|
|
101
101
|
|
|
102
102
|
Action模板的分类。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class ShowPublicActionListRequest:
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def offset(self):
|
|
111
|
-
"""Gets the offset of this ShowPublicActionListRequest.
|
|
111
|
+
r"""Gets the offset of this ShowPublicActionListRequest.
|
|
112
112
|
|
|
113
113
|
查询的起始位置
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class ShowPublicActionListRequest:
|
|
|
119
119
|
|
|
120
120
|
@offset.setter
|
|
121
121
|
def offset(self, offset):
|
|
122
|
-
"""Sets the offset of this ShowPublicActionListRequest.
|
|
122
|
+
r"""Sets the offset of this ShowPublicActionListRequest.
|
|
123
123
|
|
|
124
124
|
查询的起始位置
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class ShowPublicActionListRequest:
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def limit(self):
|
|
133
|
-
"""Gets the limit of this ShowPublicActionListRequest.
|
|
133
|
+
r"""Gets the limit of this ShowPublicActionListRequest.
|
|
134
134
|
|
|
135
135
|
一次查询返回的最大条数
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class ShowPublicActionListRequest:
|
|
|
141
141
|
|
|
142
142
|
@limit.setter
|
|
143
143
|
def limit(self, limit):
|
|
144
|
-
"""Sets the limit of this ShowPublicActionListRequest.
|
|
144
|
+
r"""Sets the limit of this ShowPublicActionListRequest.
|
|
145
145
|
|
|
146
146
|
一次查询返回的最大条数
|
|
147
147
|
|