huaweicloudsdkvas 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.
- huaweicloudsdkvas/v2/model/create_response_body.py +3 -3
- huaweicloudsdkvas/v2/model/create_tasks_request.py +5 -5
- huaweicloudsdkvas/v2/model/create_tasks_request_body.py +19 -19
- huaweicloudsdkvas/v2/model/create_tasks_response.py +3 -3
- huaweicloudsdkvas/v2/model/delete_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/delete_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/list_tasks_details_request.py +21 -21
- huaweicloudsdkvas/v2/model/list_tasks_details_response.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_response.py +43 -43
- huaweicloudsdkvas/v2/model/start_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/start_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/stop_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/stop_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/task_details.py +41 -41
- huaweicloudsdkvas/v2/model/task_details_error.py +5 -5
- huaweicloudsdkvas/v2/model/task_details_service_title.py +5 -5
- huaweicloudsdkvas/v2/model/task_hosting_result.py +3 -3
- huaweicloudsdkvas/v2/model/task_hosting_result_hosting_result.py +9 -9
- huaweicloudsdkvas/v2/model/task_input.py +7 -7
- huaweicloudsdkvas/v2/model/task_input_data.py +23 -23
- huaweicloudsdkvas/v2/model/task_input_vcn.py +9 -9
- huaweicloudsdkvas/v2/model/task_output.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_dis.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_for_display.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_hosting.py +3 -3
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display_obs.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_localpath.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_obs.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_webhook.py +7 -7
- huaweicloudsdkvas/v2/model/task_service_config.py +3 -3
- huaweicloudsdkvas/v2/model/task_timing.py +15 -15
- huaweicloudsdkvas/v2/model/task_timing_frequency.py +9 -9
- huaweicloudsdkvas/v2/model/task_timing_periods.py +5 -5
- huaweicloudsdkvas/v2/model/update_task_request.py +7 -7
- huaweicloudsdkvas/v2/model/update_task_request_body.py +13 -13
- huaweicloudsdkvas/v2/model/update_task_response.py +41 -41
- huaweicloudsdkvas/v2/vas_async_client.py +7 -7
- huaweicloudsdkvas/v2/vas_client.py +7 -7
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkvas-3.1.144.dist-info/RECORD +50 -0
- huaweicloudsdkvas-3.1.142.dist-info/RECORD +0 -50
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/top_level.txt +0 -0
@@ -63,7 +63,7 @@ class TaskDetails:
|
|
63
63
|
}
|
64
64
|
|
65
65
|
def __init__(self, id=None, name=None, creator=None, project_id=None, description=None, service_name=None, service_version=None, service_title=None, edge_pool_id=None, resource_order_id=None, created_at=None, updated_at=None, state=None, status=None, error=None, timing_status=None, timing=None, input=None, output=None, service_config=None):
|
66
|
-
"""TaskDetails
|
66
|
+
r"""TaskDetails
|
67
67
|
|
68
68
|
The model defined in huaweicloud sdk
|
69
69
|
|
@@ -164,7 +164,7 @@ class TaskDetails:
|
|
164
164
|
|
165
165
|
@property
|
166
166
|
def id(self):
|
167
|
-
"""Gets the id of this TaskDetails.
|
167
|
+
r"""Gets the id of this TaskDetails.
|
168
168
|
|
169
169
|
作业ID
|
170
170
|
|
@@ -175,7 +175,7 @@ class TaskDetails:
|
|
175
175
|
|
176
176
|
@id.setter
|
177
177
|
def id(self, id):
|
178
|
-
"""Sets the id of this TaskDetails.
|
178
|
+
r"""Sets the id of this TaskDetails.
|
179
179
|
|
180
180
|
作业ID
|
181
181
|
|
@@ -186,7 +186,7 @@ class TaskDetails:
|
|
186
186
|
|
187
187
|
@property
|
188
188
|
def name(self):
|
189
|
-
"""Gets the name of this TaskDetails.
|
189
|
+
r"""Gets the name of this TaskDetails.
|
190
190
|
|
191
191
|
作业的名称
|
192
192
|
|
@@ -197,7 +197,7 @@ class TaskDetails:
|
|
197
197
|
|
198
198
|
@name.setter
|
199
199
|
def name(self, name):
|
200
|
-
"""Sets the name of this TaskDetails.
|
200
|
+
r"""Sets the name of this TaskDetails.
|
201
201
|
|
202
202
|
作业的名称
|
203
203
|
|
@@ -208,7 +208,7 @@ class TaskDetails:
|
|
208
208
|
|
209
209
|
@property
|
210
210
|
def creator(self):
|
211
|
-
"""Gets the creator of this TaskDetails.
|
211
|
+
r"""Gets the creator of this TaskDetails.
|
212
212
|
|
213
213
|
作业创建者的用户名
|
214
214
|
|
@@ -219,7 +219,7 @@ class TaskDetails:
|
|
219
219
|
|
220
220
|
@creator.setter
|
221
221
|
def creator(self, creator):
|
222
|
-
"""Sets the creator of this TaskDetails.
|
222
|
+
r"""Sets the creator of this TaskDetails.
|
223
223
|
|
224
224
|
作业创建者的用户名
|
225
225
|
|
@@ -230,7 +230,7 @@ class TaskDetails:
|
|
230
230
|
|
231
231
|
@property
|
232
232
|
def project_id(self):
|
233
|
-
"""Gets the project_id of this TaskDetails.
|
233
|
+
r"""Gets the project_id of this TaskDetails.
|
234
234
|
|
235
235
|
作业创建者的项目ID
|
236
236
|
|
@@ -241,7 +241,7 @@ class TaskDetails:
|
|
241
241
|
|
242
242
|
@project_id.setter
|
243
243
|
def project_id(self, project_id):
|
244
|
-
"""Sets the project_id of this TaskDetails.
|
244
|
+
r"""Sets the project_id of this TaskDetails.
|
245
245
|
|
246
246
|
作业创建者的项目ID
|
247
247
|
|
@@ -252,7 +252,7 @@ class TaskDetails:
|
|
252
252
|
|
253
253
|
@property
|
254
254
|
def description(self):
|
255
|
-
"""Gets the description of this TaskDetails.
|
255
|
+
r"""Gets the description of this TaskDetails.
|
256
256
|
|
257
257
|
作业的描述
|
258
258
|
|
@@ -263,7 +263,7 @@ class TaskDetails:
|
|
263
263
|
|
264
264
|
@description.setter
|
265
265
|
def description(self, description):
|
266
|
-
"""Sets the description of this TaskDetails.
|
266
|
+
r"""Sets the description of this TaskDetails.
|
267
267
|
|
268
268
|
作业的描述
|
269
269
|
|
@@ -274,7 +274,7 @@ class TaskDetails:
|
|
274
274
|
|
275
275
|
@property
|
276
276
|
def service_name(self):
|
277
|
-
"""Gets the service_name of this TaskDetails.
|
277
|
+
r"""Gets the service_name of this TaskDetails.
|
278
278
|
|
279
279
|
作业对应服务的名称
|
280
280
|
|
@@ -285,7 +285,7 @@ class TaskDetails:
|
|
285
285
|
|
286
286
|
@service_name.setter
|
287
287
|
def service_name(self, service_name):
|
288
|
-
"""Sets the service_name of this TaskDetails.
|
288
|
+
r"""Sets the service_name of this TaskDetails.
|
289
289
|
|
290
290
|
作业对应服务的名称
|
291
291
|
|
@@ -296,7 +296,7 @@ class TaskDetails:
|
|
296
296
|
|
297
297
|
@property
|
298
298
|
def service_version(self):
|
299
|
-
"""Gets the service_version of this TaskDetails.
|
299
|
+
r"""Gets the service_version of this TaskDetails.
|
300
300
|
|
301
301
|
作业对应服务的版本号
|
302
302
|
|
@@ -307,7 +307,7 @@ class TaskDetails:
|
|
307
307
|
|
308
308
|
@service_version.setter
|
309
309
|
def service_version(self, service_version):
|
310
|
-
"""Sets the service_version of this TaskDetails.
|
310
|
+
r"""Sets the service_version of this TaskDetails.
|
311
311
|
|
312
312
|
作业对应服务的版本号
|
313
313
|
|
@@ -318,7 +318,7 @@ class TaskDetails:
|
|
318
318
|
|
319
319
|
@property
|
320
320
|
def service_title(self):
|
321
|
-
"""Gets the service_title of this TaskDetails.
|
321
|
+
r"""Gets the service_title of this TaskDetails.
|
322
322
|
|
323
323
|
:return: The service_title of this TaskDetails.
|
324
324
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskDetailsServiceTitle`
|
@@ -327,7 +327,7 @@ class TaskDetails:
|
|
327
327
|
|
328
328
|
@service_title.setter
|
329
329
|
def service_title(self, service_title):
|
330
|
-
"""Sets the service_title of this TaskDetails.
|
330
|
+
r"""Sets the service_title of this TaskDetails.
|
331
331
|
|
332
332
|
:param service_title: The service_title of this TaskDetails.
|
333
333
|
:type service_title: :class:`huaweicloudsdkvas.v2.TaskDetailsServiceTitle`
|
@@ -336,7 +336,7 @@ class TaskDetails:
|
|
336
336
|
|
337
337
|
@property
|
338
338
|
def edge_pool_id(self):
|
339
|
-
"""Gets the edge_pool_id of this TaskDetails.
|
339
|
+
r"""Gets the edge_pool_id of this TaskDetails.
|
340
340
|
|
341
341
|
仅边缘作业会出现,作业运行所在的边缘运行池ID
|
342
342
|
|
@@ -347,7 +347,7 @@ class TaskDetails:
|
|
347
347
|
|
348
348
|
@edge_pool_id.setter
|
349
349
|
def edge_pool_id(self, edge_pool_id):
|
350
|
-
"""Sets the edge_pool_id of this TaskDetails.
|
350
|
+
r"""Sets the edge_pool_id of this TaskDetails.
|
351
351
|
|
352
352
|
仅边缘作业会出现,作业运行所在的边缘运行池ID
|
353
353
|
|
@@ -358,7 +358,7 @@ class TaskDetails:
|
|
358
358
|
|
359
359
|
@property
|
360
360
|
def resource_order_id(self):
|
361
|
-
"""Gets the resource_order_id of this TaskDetails.
|
361
|
+
r"""Gets the resource_order_id of this TaskDetails.
|
362
362
|
|
363
363
|
作业指定的算法能力包包周期订单ID
|
364
364
|
|
@@ -369,7 +369,7 @@ class TaskDetails:
|
|
369
369
|
|
370
370
|
@resource_order_id.setter
|
371
371
|
def resource_order_id(self, resource_order_id):
|
372
|
-
"""Sets the resource_order_id of this TaskDetails.
|
372
|
+
r"""Sets the resource_order_id of this TaskDetails.
|
373
373
|
|
374
374
|
作业指定的算法能力包包周期订单ID
|
375
375
|
|
@@ -380,7 +380,7 @@ class TaskDetails:
|
|
380
380
|
|
381
381
|
@property
|
382
382
|
def created_at(self):
|
383
|
-
"""Gets the created_at of this TaskDetails.
|
383
|
+
r"""Gets the created_at of this TaskDetails.
|
384
384
|
|
385
385
|
作业创建的时间
|
386
386
|
|
@@ -391,7 +391,7 @@ class TaskDetails:
|
|
391
391
|
|
392
392
|
@created_at.setter
|
393
393
|
def created_at(self, created_at):
|
394
|
-
"""Sets the created_at of this TaskDetails.
|
394
|
+
r"""Sets the created_at of this TaskDetails.
|
395
395
|
|
396
396
|
作业创建的时间
|
397
397
|
|
@@ -402,7 +402,7 @@ class TaskDetails:
|
|
402
402
|
|
403
403
|
@property
|
404
404
|
def updated_at(self):
|
405
|
-
"""Gets the updated_at of this TaskDetails.
|
405
|
+
r"""Gets the updated_at of this TaskDetails.
|
406
406
|
|
407
407
|
作业最近一次状态更新的时间
|
408
408
|
|
@@ -413,7 +413,7 @@ class TaskDetails:
|
|
413
413
|
|
414
414
|
@updated_at.setter
|
415
415
|
def updated_at(self, updated_at):
|
416
|
-
"""Sets the updated_at of this TaskDetails.
|
416
|
+
r"""Sets the updated_at of this TaskDetails.
|
417
417
|
|
418
418
|
作业最近一次状态更新的时间
|
419
419
|
|
@@ -424,7 +424,7 @@ class TaskDetails:
|
|
424
424
|
|
425
425
|
@property
|
426
426
|
def state(self):
|
427
|
-
"""Gets the state of this TaskDetails.
|
427
|
+
r"""Gets the state of this TaskDetails.
|
428
428
|
|
429
429
|
作业当前的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
430
430
|
|
@@ -435,7 +435,7 @@ class TaskDetails:
|
|
435
435
|
|
436
436
|
@state.setter
|
437
437
|
def state(self, state):
|
438
|
-
"""Sets the state of this TaskDetails.
|
438
|
+
r"""Sets the state of this TaskDetails.
|
439
439
|
|
440
440
|
作业当前的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
441
441
|
|
@@ -446,7 +446,7 @@ class TaskDetails:
|
|
446
446
|
|
447
447
|
@property
|
448
448
|
def status(self):
|
449
|
-
"""Gets the status of this TaskDetails.
|
449
|
+
r"""Gets the status of this TaskDetails.
|
450
450
|
|
451
451
|
作业状态的详情信息,仅部分状态会有详情信息
|
452
452
|
|
@@ -457,7 +457,7 @@ class TaskDetails:
|
|
457
457
|
|
458
458
|
@status.setter
|
459
459
|
def status(self, status):
|
460
|
-
"""Sets the status of this TaskDetails.
|
460
|
+
r"""Sets the status of this TaskDetails.
|
461
461
|
|
462
462
|
作业状态的详情信息,仅部分状态会有详情信息
|
463
463
|
|
@@ -468,7 +468,7 @@ class TaskDetails:
|
|
468
468
|
|
469
469
|
@property
|
470
470
|
def error(self):
|
471
|
-
"""Gets the error of this TaskDetails.
|
471
|
+
r"""Gets the error of this TaskDetails.
|
472
472
|
|
473
473
|
:return: The error of this TaskDetails.
|
474
474
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskDetailsError`
|
@@ -477,7 +477,7 @@ class TaskDetails:
|
|
477
477
|
|
478
478
|
@error.setter
|
479
479
|
def error(self, error):
|
480
|
-
"""Sets the error of this TaskDetails.
|
480
|
+
r"""Sets the error of this TaskDetails.
|
481
481
|
|
482
482
|
:param error: The error of this TaskDetails.
|
483
483
|
:type error: :class:`huaweicloudsdkvas.v2.TaskDetailsError`
|
@@ -486,7 +486,7 @@ class TaskDetails:
|
|
486
486
|
|
487
487
|
@property
|
488
488
|
def timing_status(self):
|
489
|
-
"""Gets the timing_status of this TaskDetails.
|
489
|
+
r"""Gets the timing_status of this TaskDetails.
|
490
490
|
|
491
491
|
计划任务的状态,分别为ACTIVATED(激活),INACTIVATED(未激活)
|
492
492
|
|
@@ -497,7 +497,7 @@ class TaskDetails:
|
|
497
497
|
|
498
498
|
@timing_status.setter
|
499
499
|
def timing_status(self, timing_status):
|
500
|
-
"""Sets the timing_status of this TaskDetails.
|
500
|
+
r"""Sets the timing_status of this TaskDetails.
|
501
501
|
|
502
502
|
计划任务的状态,分别为ACTIVATED(激活),INACTIVATED(未激活)
|
503
503
|
|
@@ -508,7 +508,7 @@ class TaskDetails:
|
|
508
508
|
|
509
509
|
@property
|
510
510
|
def timing(self):
|
511
|
-
"""Gets the timing of this TaskDetails.
|
511
|
+
r"""Gets the timing of this TaskDetails.
|
512
512
|
|
513
513
|
:return: The timing of this TaskDetails.
|
514
514
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -517,7 +517,7 @@ class TaskDetails:
|
|
517
517
|
|
518
518
|
@timing.setter
|
519
519
|
def timing(self, timing):
|
520
|
-
"""Sets the timing of this TaskDetails.
|
520
|
+
r"""Sets the timing of this TaskDetails.
|
521
521
|
|
522
522
|
:param timing: The timing of this TaskDetails.
|
523
523
|
:type timing: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -526,7 +526,7 @@ class TaskDetails:
|
|
526
526
|
|
527
527
|
@property
|
528
528
|
def input(self):
|
529
|
-
"""Gets the input of this TaskDetails.
|
529
|
+
r"""Gets the input of this TaskDetails.
|
530
530
|
|
531
531
|
:return: The input of this TaskDetails.
|
532
532
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -535,7 +535,7 @@ class TaskDetails:
|
|
535
535
|
|
536
536
|
@input.setter
|
537
537
|
def input(self, input):
|
538
|
-
"""Sets the input of this TaskDetails.
|
538
|
+
r"""Sets the input of this TaskDetails.
|
539
539
|
|
540
540
|
:param input: The input of this TaskDetails.
|
541
541
|
:type input: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -544,7 +544,7 @@ class TaskDetails:
|
|
544
544
|
|
545
545
|
@property
|
546
546
|
def output(self):
|
547
|
-
"""Gets the output of this TaskDetails.
|
547
|
+
r"""Gets the output of this TaskDetails.
|
548
548
|
|
549
549
|
:return: The output of this TaskDetails.
|
550
550
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputForDisplay`
|
@@ -553,7 +553,7 @@ class TaskDetails:
|
|
553
553
|
|
554
554
|
@output.setter
|
555
555
|
def output(self, output):
|
556
|
-
"""Sets the output of this TaskDetails.
|
556
|
+
r"""Sets the output of this TaskDetails.
|
557
557
|
|
558
558
|
:param output: The output of this TaskDetails.
|
559
559
|
:type output: :class:`huaweicloudsdkvas.v2.TaskOutputForDisplay`
|
@@ -562,7 +562,7 @@ class TaskDetails:
|
|
562
562
|
|
563
563
|
@property
|
564
564
|
def service_config(self):
|
565
|
-
"""Gets the service_config of this TaskDetails.
|
565
|
+
r"""Gets the service_config of this TaskDetails.
|
566
566
|
|
567
567
|
:return: The service_config of this TaskDetails.
|
568
568
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -571,7 +571,7 @@ class TaskDetails:
|
|
571
571
|
|
572
572
|
@service_config.setter
|
573
573
|
def service_config(self, service_config):
|
574
|
-
"""Sets the service_config of this TaskDetails.
|
574
|
+
r"""Sets the service_config of this TaskDetails.
|
575
575
|
|
576
576
|
:param service_config: The service_config of this TaskDetails.
|
577
577
|
:type service_config: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -27,7 +27,7 @@ class TaskDetailsError:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, code=None, message=None):
|
30
|
-
"""TaskDetailsError
|
30
|
+
r"""TaskDetailsError
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class TaskDetailsError:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def code(self):
|
51
|
-
"""Gets the code of this TaskDetailsError.
|
51
|
+
r"""Gets the code of this TaskDetailsError.
|
52
52
|
|
53
53
|
算法服务定义的错误码
|
54
54
|
|
@@ -59,7 +59,7 @@ class TaskDetailsError:
|
|
59
59
|
|
60
60
|
@code.setter
|
61
61
|
def code(self, code):
|
62
|
-
"""Sets the code of this TaskDetailsError.
|
62
|
+
r"""Sets the code of this TaskDetailsError.
|
63
63
|
|
64
64
|
算法服务定义的错误码
|
65
65
|
|
@@ -70,7 +70,7 @@ class TaskDetailsError:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def message(self):
|
73
|
-
"""Gets the message of this TaskDetailsError.
|
73
|
+
r"""Gets the message of this TaskDetailsError.
|
74
74
|
|
75
75
|
算法服务反馈的错误信息
|
76
76
|
|
@@ -81,7 +81,7 @@ class TaskDetailsError:
|
|
81
81
|
|
82
82
|
@message.setter
|
83
83
|
def message(self, message):
|
84
|
-
"""Sets the message of this TaskDetailsError.
|
84
|
+
r"""Sets the message of this TaskDetailsError.
|
85
85
|
|
86
86
|
算法服务反馈的错误信息
|
87
87
|
|
@@ -27,7 +27,7 @@ class TaskDetailsServiceTitle:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, zh=None, en=None):
|
30
|
-
"""TaskDetailsServiceTitle
|
30
|
+
r"""TaskDetailsServiceTitle
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class TaskDetailsServiceTitle:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def zh(self):
|
53
|
-
"""Gets the zh of this TaskDetailsServiceTitle.
|
53
|
+
r"""Gets the zh of this TaskDetailsServiceTitle.
|
54
54
|
|
55
55
|
作业对应服务的中文标题
|
56
56
|
|
@@ -61,7 +61,7 @@ class TaskDetailsServiceTitle:
|
|
61
61
|
|
62
62
|
@zh.setter
|
63
63
|
def zh(self, zh):
|
64
|
-
"""Sets the zh of this TaskDetailsServiceTitle.
|
64
|
+
r"""Sets the zh of this TaskDetailsServiceTitle.
|
65
65
|
|
66
66
|
作业对应服务的中文标题
|
67
67
|
|
@@ -72,7 +72,7 @@ class TaskDetailsServiceTitle:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def en(self):
|
75
|
-
"""Gets the en of this TaskDetailsServiceTitle.
|
75
|
+
r"""Gets the en of this TaskDetailsServiceTitle.
|
76
76
|
|
77
77
|
作业对应服务的英文标题
|
78
78
|
|
@@ -83,7 +83,7 @@ class TaskDetailsServiceTitle:
|
|
83
83
|
|
84
84
|
@en.setter
|
85
85
|
def en(self, en):
|
86
|
-
"""Sets the en of this TaskDetailsServiceTitle.
|
86
|
+
r"""Sets the en of this TaskDetailsServiceTitle.
|
87
87
|
|
88
88
|
作业对应服务的英文标题
|
89
89
|
|
@@ -25,7 +25,7 @@ class TaskHostingResult:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, hosting_result=None):
|
28
|
-
"""TaskHostingResult
|
28
|
+
r"""TaskHostingResult
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class TaskHostingResult:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def hosting_result(self):
|
46
|
-
"""Gets the hosting_result of this TaskHostingResult.
|
46
|
+
r"""Gets the hosting_result of this TaskHostingResult.
|
47
47
|
|
48
48
|
:return: The hosting_result of this TaskHostingResult.
|
49
49
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskHostingResultHostingResult`
|
@@ -52,7 +52,7 @@ class TaskHostingResult:
|
|
52
52
|
|
53
53
|
@hosting_result.setter
|
54
54
|
def hosting_result(self, hosting_result):
|
55
|
-
"""Sets the hosting_result of this TaskHostingResult.
|
55
|
+
r"""Sets the hosting_result of this TaskHostingResult.
|
56
56
|
|
57
57
|
:param hosting_result: The hosting_result of this TaskHostingResult.
|
58
58
|
:type hosting_result: :class:`huaweicloudsdkvas.v2.TaskHostingResultHostingResult`
|
@@ -31,7 +31,7 @@ class TaskHostingResultHostingResult:
|
|
31
31
|
}
|
32
32
|
|
33
33
|
def __init__(self, overdue_date=None, status=None, data=None, file_size=None):
|
34
|
-
"""TaskHostingResultHostingResult
|
34
|
+
r"""TaskHostingResultHostingResult
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
@@ -64,7 +64,7 @@ class TaskHostingResultHostingResult:
|
|
64
64
|
|
65
65
|
@property
|
66
66
|
def overdue_date(self):
|
67
|
-
"""Gets the overdue_date of this TaskHostingResultHostingResult.
|
67
|
+
r"""Gets the overdue_date of this TaskHostingResultHostingResult.
|
68
68
|
|
69
69
|
结果文件result.json的过期时间
|
70
70
|
|
@@ -75,7 +75,7 @@ class TaskHostingResultHostingResult:
|
|
75
75
|
|
76
76
|
@overdue_date.setter
|
77
77
|
def overdue_date(self, overdue_date):
|
78
|
-
"""Sets the overdue_date of this TaskHostingResultHostingResult.
|
78
|
+
r"""Sets the overdue_date of this TaskHostingResultHostingResult.
|
79
79
|
|
80
80
|
结果文件result.json的过期时间
|
81
81
|
|
@@ -86,7 +86,7 @@ class TaskHostingResultHostingResult:
|
|
86
86
|
|
87
87
|
@property
|
88
88
|
def status(self):
|
89
|
-
"""Gets the status of this TaskHostingResultHostingResult.
|
89
|
+
r"""Gets the status of this TaskHostingResultHostingResult.
|
90
90
|
|
91
91
|
结果文件result.json的状态
|
92
92
|
|
@@ -97,7 +97,7 @@ class TaskHostingResultHostingResult:
|
|
97
97
|
|
98
98
|
@status.setter
|
99
99
|
def status(self, status):
|
100
|
-
"""Sets the status of this TaskHostingResultHostingResult.
|
100
|
+
r"""Sets the status of this TaskHostingResultHostingResult.
|
101
101
|
|
102
102
|
结果文件result.json的状态
|
103
103
|
|
@@ -108,7 +108,7 @@ class TaskHostingResultHostingResult:
|
|
108
108
|
|
109
109
|
@property
|
110
110
|
def data(self):
|
111
|
-
"""Gets the data of this TaskHostingResultHostingResult.
|
111
|
+
r"""Gets the data of this TaskHostingResultHostingResult.
|
112
112
|
|
113
113
|
结果文件result.json的具体内容
|
114
114
|
|
@@ -119,7 +119,7 @@ class TaskHostingResultHostingResult:
|
|
119
119
|
|
120
120
|
@data.setter
|
121
121
|
def data(self, data):
|
122
|
-
"""Sets the data of this TaskHostingResultHostingResult.
|
122
|
+
r"""Sets the data of this TaskHostingResultHostingResult.
|
123
123
|
|
124
124
|
结果文件result.json的具体内容
|
125
125
|
|
@@ -130,7 +130,7 @@ class TaskHostingResultHostingResult:
|
|
130
130
|
|
131
131
|
@property
|
132
132
|
def file_size(self):
|
133
|
-
"""Gets the file_size of this TaskHostingResultHostingResult.
|
133
|
+
r"""Gets the file_size of this TaskHostingResultHostingResult.
|
134
134
|
|
135
135
|
结果文件result.json的大小
|
136
136
|
|
@@ -141,7 +141,7 @@ class TaskHostingResultHostingResult:
|
|
141
141
|
|
142
142
|
@file_size.setter
|
143
143
|
def file_size(self, file_size):
|
144
|
-
"""Sets the file_size of this TaskHostingResultHostingResult.
|
144
|
+
r"""Sets the file_size of this TaskHostingResultHostingResult.
|
145
145
|
|
146
146
|
结果文件result.json的大小
|
147
147
|
|
@@ -29,7 +29,7 @@ class TaskInput:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, type=None, data=None, vcn=None):
|
32
|
-
"""TaskInput
|
32
|
+
r"""TaskInput
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class TaskInput:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def type(self):
|
58
|
-
"""Gets the type of this TaskInput.
|
58
|
+
r"""Gets the type of this TaskInput.
|
59
59
|
|
60
60
|
作业的输入类型,必填。可选类型有obs(对象存储服务存储的文件),vis(视频接入服务的视频流),url(指定的文件地址或取流地址),edgecamera(绑定在IEF的边缘摄像头),edgerestful(从自定义的流媒体服务器通过Restful接口获取取流地址),vcn(VCN设备)。
|
61
61
|
|
@@ -66,7 +66,7 @@ class TaskInput:
|
|
66
66
|
|
67
67
|
@type.setter
|
68
68
|
def type(self, type):
|
69
|
-
"""Sets the type of this TaskInput.
|
69
|
+
r"""Sets the type of this TaskInput.
|
70
70
|
|
71
71
|
作业的输入类型,必填。可选类型有obs(对象存储服务存储的文件),vis(视频接入服务的视频流),url(指定的文件地址或取流地址),edgecamera(绑定在IEF的边缘摄像头),edgerestful(从自定义的流媒体服务器通过Restful接口获取取流地址),vcn(VCN设备)。
|
72
72
|
|
@@ -77,7 +77,7 @@ class TaskInput:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def data(self):
|
80
|
-
"""Gets the data of this TaskInput.
|
80
|
+
r"""Gets the data of this TaskInput.
|
81
81
|
|
82
82
|
作业的输入详情,必填。针对不同的输入类型有不同的配置。创建时允许填写多路输入,但更新时只允许填写一路输入。
|
83
83
|
|
@@ -88,7 +88,7 @@ class TaskInput:
|
|
88
88
|
|
89
89
|
@data.setter
|
90
90
|
def data(self, data):
|
91
|
-
"""Sets the data of this TaskInput.
|
91
|
+
r"""Sets the data of this TaskInput.
|
92
92
|
|
93
93
|
作业的输入详情,必填。针对不同的输入类型有不同的配置。创建时允许填写多路输入,但更新时只允许填写一路输入。
|
94
94
|
|
@@ -99,7 +99,7 @@ class TaskInput:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def vcn(self):
|
102
|
-
"""Gets the vcn of this TaskInput.
|
102
|
+
r"""Gets the vcn of this TaskInput.
|
103
103
|
|
104
104
|
:return: The vcn of this TaskInput.
|
105
105
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskInputVcn`
|
@@ -108,7 +108,7 @@ class TaskInput:
|
|
108
108
|
|
109
109
|
@vcn.setter
|
110
110
|
def vcn(self, vcn):
|
111
|
-
"""Sets the vcn of this TaskInput.
|
111
|
+
r"""Sets the vcn of this TaskInput.
|
112
112
|
|
113
113
|
:param vcn: The vcn of this TaskInput.
|
114
114
|
:type vcn: :class:`huaweicloudsdkvas.v2.TaskInputVcn`
|