huaweicloudsdkmrs 3.1.142__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.
Files changed (207) hide show
  1. huaweicloudsdkmrs/v1/model/add_jobs_req_v11.py +25 -25
  2. huaweicloudsdkmrs/v1/model/auto_scaling_policy.py +13 -13
  3. huaweicloudsdkmrs/v1/model/auto_scaling_policy_req_v11.py +5 -5
  4. huaweicloudsdkmrs/v1/model/available_tag.py +7 -7
  5. huaweicloudsdkmrs/v1/model/available_zone_v2.py +19 -19
  6. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_req.py +5 -5
  7. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_request.py +5 -5
  8. huaweicloudsdkmrs/v1/model/batch_create_cluster_tags_response.py +1 -1
  9. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_req.py +5 -5
  10. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_request.py +5 -5
  11. huaweicloudsdkmrs/v1/model/batch_delete_cluster_tags_response.py +1 -1
  12. huaweicloudsdkmrs/v1/model/bootstrap_script.py +21 -21
  13. huaweicloudsdkmrs/v1/model/cluster.py +137 -137
  14. huaweicloudsdkmrs/v1/model/cluster_scaling_params.py +19 -19
  15. huaweicloudsdkmrs/v1/model/cluster_scaling_req.py +9 -9
  16. huaweicloudsdkmrs/v1/model/component_amb.py +9 -9
  17. huaweicloudsdkmrs/v1/model/component_amb_v11.py +3 -3
  18. huaweicloudsdkmrs/v1/model/component_external_datasource.py +5 -5
  19. huaweicloudsdkmrs/v1/model/create_and_execute_job_request.py +3 -3
  20. huaweicloudsdkmrs/v1/model/create_and_execute_job_response.py +87 -87
  21. huaweicloudsdkmrs/v1/model/create_cluster_req_v11.py +73 -73
  22. huaweicloudsdkmrs/v1/model/create_cluster_request.py +3 -3
  23. huaweicloudsdkmrs/v1/model/create_cluster_response.py +7 -7
  24. huaweicloudsdkmrs/v1/model/create_cluster_tag_request.py +5 -5
  25. huaweicloudsdkmrs/v1/model/create_cluster_tag_response.py +1 -1
  26. huaweicloudsdkmrs/v1/model/create_scaling_policy_request.py +5 -5
  27. huaweicloudsdkmrs/v1/model/create_scaling_policy_response.py +3 -3
  28. huaweicloudsdkmrs/v1/model/create_tag_req.py +3 -3
  29. huaweicloudsdkmrs/v1/model/delete_cluster_request.py +3 -3
  30. huaweicloudsdkmrs/v1/model/delete_cluster_response.py +3 -3
  31. huaweicloudsdkmrs/v1/model/delete_cluster_tag_request.py +5 -5
  32. huaweicloudsdkmrs/v1/model/delete_cluster_tag_response.py +1 -1
  33. huaweicloudsdkmrs/v1/model/delete_job_execution_request.py +3 -3
  34. huaweicloudsdkmrs/v1/model/delete_job_execution_response.py +1 -1
  35. huaweicloudsdkmrs/v1/model/flavor_lists.py +7 -7
  36. huaweicloudsdkmrs/v1/model/host_model.py +33 -33
  37. huaweicloudsdkmrs/v1/model/job_exe_result.py +67 -67
  38. huaweicloudsdkmrs/v1/model/list_all_tags_request.py +1 -1
  39. huaweicloudsdkmrs/v1/model/list_all_tags_response.py +3 -3
  40. huaweicloudsdkmrs/v1/model/list_available_zones_request.py +5 -5
  41. huaweicloudsdkmrs/v1/model/list_available_zones_response.py +7 -7
  42. huaweicloudsdkmrs/v1/model/list_cluster_tags_request.py +3 -3
  43. huaweicloudsdkmrs/v1/model/list_cluster_tags_response.py +3 -3
  44. huaweicloudsdkmrs/v1/model/list_clusters_by_tags_request.py +3 -3
  45. huaweicloudsdkmrs/v1/model/list_clusters_by_tags_response.py +5 -5
  46. huaweicloudsdkmrs/v1/model/list_clusters_request.py +13 -13
  47. huaweicloudsdkmrs/v1/model/list_clusters_response.py +5 -5
  48. huaweicloudsdkmrs/v1/model/list_execute_job_request.py +13 -13
  49. huaweicloudsdkmrs/v1/model/list_execute_job_response.py +5 -5
  50. huaweicloudsdkmrs/v1/model/list_hosts_request.py +7 -7
  51. huaweicloudsdkmrs/v1/model/list_hosts_response.py +5 -5
  52. huaweicloudsdkmrs/v1/model/list_resource_req.py +17 -17
  53. huaweicloudsdkmrs/v1/model/match.py +5 -5
  54. huaweicloudsdkmrs/v1/model/mrs_resource.py +9 -9
  55. huaweicloudsdkmrs/v1/model/node_constraint.py +21 -21
  56. huaweicloudsdkmrs/v1/model/node_constraints.py +19 -19
  57. huaweicloudsdkmrs/v1/model/node_group_v10.py +37 -37
  58. huaweicloudsdkmrs/v1/model/node_group_v11.py +19 -19
  59. huaweicloudsdkmrs/v1/model/resources_plan.py +11 -11
  60. huaweicloudsdkmrs/v1/model/role_deploy_meta.py +39 -39
  61. huaweicloudsdkmrs/v1/model/rule.py +13 -13
  62. huaweicloudsdkmrs/v1/model/scale_script.py +15 -15
  63. huaweicloudsdkmrs/v1/model/show_cluster_details_request.py +3 -3
  64. huaweicloudsdkmrs/v1/model/show_cluster_details_response.py +3 -3
  65. huaweicloudsdkmrs/v1/model/show_job_exes_request.py +3 -3
  66. huaweicloudsdkmrs/v1/model/show_job_exes_response.py +3 -3
  67. huaweicloudsdkmrs/v1/model/show_mrs_version_metadata_request.py +5 -5
  68. huaweicloudsdkmrs/v1/model/show_mrs_version_metadata_response.py +27 -27
  69. huaweicloudsdkmrs/v1/model/submit_job_req_v11.py +23 -23
  70. huaweicloudsdkmrs/v1/model/tag.py +5 -5
  71. huaweicloudsdkmrs/v1/model/tag_plain.py +5 -5
  72. huaweicloudsdkmrs/v1/model/tag_with_multi_value.py +5 -5
  73. huaweicloudsdkmrs/v1/model/task_node_group.py +13 -13
  74. huaweicloudsdkmrs/v1/model/task_node_info.py +9 -9
  75. huaweicloudsdkmrs/v1/model/trigger.py +9 -9
  76. huaweicloudsdkmrs/v1/model/update_cluster_scaling_request.py +5 -5
  77. huaweicloudsdkmrs/v1/model/update_cluster_scaling_response.py +3 -3
  78. huaweicloudsdkmrs/v1/model/version_component.py +25 -25
  79. huaweicloudsdkmrs/v1/model/version_constraint.py +7 -7
  80. huaweicloudsdkmrs/v1/mrs_async_client.py +20 -20
  81. huaweicloudsdkmrs/v1/mrs_client.py +20 -20
  82. huaweicloudsdkmrs/v2/model/add_component_request.py +5 -5
  83. huaweicloudsdkmrs/v2/model/add_component_response.py +3 -3
  84. huaweicloudsdkmrs/v2/model/add_components_req.py +3 -3
  85. huaweicloudsdkmrs/v2/model/add_jobs_req_v11.py +25 -25
  86. huaweicloudsdkmrs/v2/model/agency_mapping.py +9 -9
  87. huaweicloudsdkmrs/v2/model/agency_mapping_array.py +3 -3
  88. huaweicloudsdkmrs/v2/model/assigned_node_group.py +5 -5
  89. huaweicloudsdkmrs/v2/model/auto_scaling_policy.py +13 -13
  90. huaweicloudsdkmrs/v2/model/auto_scaling_policy_delete_req.py +5 -5
  91. huaweicloudsdkmrs/v2/model/auto_scaling_policy_info.py +13 -13
  92. huaweicloudsdkmrs/v2/model/auto_scaling_policy_v2.py +7 -7
  93. huaweicloudsdkmrs/v2/model/az_flavors.py +11 -11
  94. huaweicloudsdkmrs/v2/model/batch_delete_jobs_request.py +5 -5
  95. huaweicloudsdkmrs/v2/model/batch_delete_jobs_response.py +1 -1
  96. huaweicloudsdkmrs/v2/model/bootstrap_script.py +21 -21
  97. huaweicloudsdkmrs/v2/model/cancel_sql_request.py +5 -5
  98. huaweicloudsdkmrs/v2/model/cancel_sql_response.py +5 -5
  99. huaweicloudsdkmrs/v2/model/cancel_sync_iam_user_request.py +5 -5
  100. huaweicloudsdkmrs/v2/model/cancel_sync_iam_user_response.py +3 -3
  101. huaweicloudsdkmrs/v2/model/cancel_sync_request.py +5 -5
  102. huaweicloudsdkmrs/v2/model/charge_info.py +9 -9
  103. huaweicloudsdkmrs/v2/model/cluster_data_connector_map.py +15 -15
  104. huaweicloudsdkmrs/v2/model/cluster_node.py +23 -23
  105. huaweicloudsdkmrs/v2/model/component_config.py +5 -5
  106. huaweicloudsdkmrs/v2/model/component_info.py +31 -31
  107. huaweicloudsdkmrs/v2/model/component_install_mode.py +9 -9
  108. huaweicloudsdkmrs/v2/model/config.py +7 -7
  109. huaweicloudsdkmrs/v2/model/create_auto_scaling_policy_request.py +5 -5
  110. huaweicloudsdkmrs/v2/model/create_auto_scaling_policy_response.py +1 -1
  111. huaweicloudsdkmrs/v2/model/create_cluster_req_v2.py +65 -65
  112. huaweicloudsdkmrs/v2/model/create_cluster_request.py +3 -3
  113. huaweicloudsdkmrs/v2/model/create_cluster_response.py +3 -3
  114. huaweicloudsdkmrs/v2/model/create_data_connector_request.py +3 -3
  115. huaweicloudsdkmrs/v2/model/create_data_connector_response.py +3 -3
  116. huaweicloudsdkmrs/v2/model/create_execute_job_request.py +5 -5
  117. huaweicloudsdkmrs/v2/model/create_execute_job_response.py +3 -3
  118. huaweicloudsdkmrs/v2/model/data_connector.py +7 -7
  119. huaweicloudsdkmrs/v2/model/data_connector_detail.py +27 -27
  120. huaweicloudsdkmrs/v2/model/data_connector_req.py +3 -3
  121. huaweicloudsdkmrs/v2/model/delete_auto_scaling_policy_request.py +5 -5
  122. huaweicloudsdkmrs/v2/model/delete_auto_scaling_policy_response.py +1 -1
  123. huaweicloudsdkmrs/v2/model/delete_data_connector_request.py +3 -3
  124. huaweicloudsdkmrs/v2/model/delete_data_connector_response.py +1 -1
  125. huaweicloudsdkmrs/v2/model/execute_sql_request.py +5 -5
  126. huaweicloudsdkmrs/v2/model/execute_sql_response.py +13 -13
  127. huaweicloudsdkmrs/v2/model/expand_cluster_request.py +5 -5
  128. huaweicloudsdkmrs/v2/model/expand_cluster_response.py +5 -5
  129. huaweicloudsdkmrs/v2/model/expand_param.py +9 -9
  130. huaweicloudsdkmrs/v2/model/file_status_v2.py +23 -23
  131. huaweicloudsdkmrs/v2/model/flavor.py +3 -3
  132. huaweicloudsdkmrs/v2/model/job_batch_delete.py +3 -3
  133. huaweicloudsdkmrs/v2/model/job_execution.py +9 -9
  134. huaweicloudsdkmrs/v2/model/job_query_bean.py +35 -35
  135. huaweicloudsdkmrs/v2/model/job_submit_result.py +5 -5
  136. huaweicloudsdkmrs/v2/model/list_data_connector_request.py +13 -13
  137. huaweicloudsdkmrs/v2/model/list_data_connector_response.py +5 -5
  138. huaweicloudsdkmrs/v2/model/list_nodes_request.py +21 -21
  139. huaweicloudsdkmrs/v2/model/list_nodes_response.py +5 -5
  140. huaweicloudsdkmrs/v2/model/modify_default_tags_request_body.py +3 -3
  141. huaweicloudsdkmrs/v2/model/node_detail.py +21 -21
  142. huaweicloudsdkmrs/v2/model/node_group_v2.py +19 -19
  143. huaweicloudsdkmrs/v2/model/resources_plan.py +13 -13
  144. huaweicloudsdkmrs/v2/model/rule.py +13 -13
  145. huaweicloudsdkmrs/v2/model/run_job_flow_command.py +65 -65
  146. huaweicloudsdkmrs/v2/model/run_job_flow_request.py +3 -3
  147. huaweicloudsdkmrs/v2/model/run_job_flow_response.py +3 -3
  148. huaweicloudsdkmrs/v2/model/scale_script.py +15 -15
  149. huaweicloudsdkmrs/v2/model/server_info.py +19 -19
  150. huaweicloudsdkmrs/v2/model/show_agency_mapping_request.py +3 -3
  151. huaweicloudsdkmrs/v2/model/show_agency_mapping_response.py +3 -3
  152. huaweicloudsdkmrs/v2/model/show_auto_scaling_policy_request.py +3 -3
  153. huaweicloudsdkmrs/v2/model/show_auto_scaling_policy_response.py +3 -3
  154. huaweicloudsdkmrs/v2/model/show_hdfs_file_list_request.py +13 -13
  155. huaweicloudsdkmrs/v2/model/show_hdfs_file_list_response.py +5 -5
  156. huaweicloudsdkmrs/v2/model/show_job_exe_list_new_request.py +27 -27
  157. huaweicloudsdkmrs/v2/model/show_job_exe_list_new_response.py +5 -5
  158. huaweicloudsdkmrs/v2/model/show_mrs_flavors_request.py +5 -5
  159. huaweicloudsdkmrs/v2/model/show_mrs_flavors_response.py +5 -5
  160. huaweicloudsdkmrs/v2/model/show_mrs_version_list_request.py +1 -1
  161. huaweicloudsdkmrs/v2/model/show_mrs_version_list_response.py +3 -3
  162. huaweicloudsdkmrs/v2/model/show_single_job_exe_request.py +5 -5
  163. huaweicloudsdkmrs/v2/model/show_single_job_exe_response.py +3 -3
  164. huaweicloudsdkmrs/v2/model/show_sql_result_request.py +5 -5
  165. huaweicloudsdkmrs/v2/model/show_sql_result_response.py +13 -13
  166. huaweicloudsdkmrs/v2/model/show_sql_result_with_job_request.py +5 -5
  167. huaweicloudsdkmrs/v2/model/show_sql_result_with_job_response.py +3 -3
  168. huaweicloudsdkmrs/v2/model/show_sync_iam_user_request.py +3 -3
  169. huaweicloudsdkmrs/v2/model/show_sync_iam_user_response.py +5 -5
  170. huaweicloudsdkmrs/v2/model/show_tag_quota_request.py +5 -5
  171. huaweicloudsdkmrs/v2/model/show_tag_quota_response.py +5 -5
  172. huaweicloudsdkmrs/v2/model/show_tag_status_request.py +3 -3
  173. huaweicloudsdkmrs/v2/model/show_tag_status_response.py +5 -5
  174. huaweicloudsdkmrs/v2/model/shrink_cluster_request.py +5 -5
  175. huaweicloudsdkmrs/v2/model/shrink_cluster_response.py +3 -3
  176. huaweicloudsdkmrs/v2/model/shrink_param.py +7 -7
  177. huaweicloudsdkmrs/v2/model/smn_notify.py +5 -5
  178. huaweicloudsdkmrs/v2/model/sql_execution_req.py +9 -9
  179. huaweicloudsdkmrs/v2/model/step_config.py +3 -3
  180. huaweicloudsdkmrs/v2/model/stop_job_request.py +5 -5
  181. huaweicloudsdkmrs/v2/model/stop_job_response.py +1 -1
  182. huaweicloudsdkmrs/v2/model/switch_cluster_tags_request.py +5 -5
  183. huaweicloudsdkmrs/v2/model/switch_cluster_tags_response.py +1 -1
  184. huaweicloudsdkmrs/v2/model/tag.py +5 -5
  185. huaweicloudsdkmrs/v2/model/trigger.py +9 -9
  186. huaweicloudsdkmrs/v2/model/update_agency_mapping_request.py +5 -5
  187. huaweicloudsdkmrs/v2/model/update_agency_mapping_response.py +3 -3
  188. huaweicloudsdkmrs/v2/model/update_auto_scaling_policy_request.py +5 -5
  189. huaweicloudsdkmrs/v2/model/update_auto_scaling_policy_response.py +1 -1
  190. huaweicloudsdkmrs/v2/model/update_cluster_name_request.py +5 -5
  191. huaweicloudsdkmrs/v2/model/update_cluster_name_response.py +3 -3
  192. huaweicloudsdkmrs/v2/model/update_cluster_req.py +3 -3
  193. huaweicloudsdkmrs/v2/model/update_data_connector_request.py +5 -5
  194. huaweicloudsdkmrs/v2/model/update_data_connector_response.py +3 -3
  195. huaweicloudsdkmrs/v2/model/update_sync_iam_user_request.py +5 -5
  196. huaweicloudsdkmrs/v2/model/update_sync_iam_user_response.py +3 -3
  197. huaweicloudsdkmrs/v2/model/update_sync_request.py +7 -7
  198. huaweicloudsdkmrs/v2/model/volume.py +5 -5
  199. huaweicloudsdkmrs/v2/model/volume_info.py +7 -7
  200. huaweicloudsdkmrs/v2/mrs_async_client.py +35 -35
  201. huaweicloudsdkmrs/v2/mrs_client.py +35 -35
  202. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/METADATA +2 -2
  203. huaweicloudsdkmrs-3.1.143.dist-info/RECORD +215 -0
  204. huaweicloudsdkmrs-3.1.142.dist-info/RECORD +0 -215
  205. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/LICENSE +0 -0
  206. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/WHEEL +0 -0
  207. {huaweicloudsdkmrs-3.1.142.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/top_level.txt +0 -0
@@ -110,7 +110,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
110
110
  }
111
111
 
112
112
  def __init__(self, templated=None, created_at=None, updated_at=None, id=None, tenant_id=None, job_id=None, job_name=None, input_id=None, output_id=None, start_time=None, end_time=None, cluster_id=None, engine_job_id=None, return_code=None, is_public=None, is_protected=None, group_id=None, jar_path=None, input=None, output=None, job_log=None, job_type=None, file_action=None, arguments=None, hql=None, job_state=None, job_final_status=None, hive_script_path=None, create_by=None, finished_step=None, job_main_id=None, job_step_id=None, postpone_at=None, step_name=None, step_num=None, task_num=None, update_by=None, credentials=None, user_id=None, job_configs=None, extra=None, data_source_urls=None, info=None):
113
- """CreateAndExecuteJobResponse
113
+ r"""CreateAndExecuteJobResponse
114
114
 
115
115
  The model defined in huaweicloud sdk
116
116
 
@@ -338,7 +338,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
338
338
 
339
339
  @property
340
340
  def templated(self):
341
- """Gets the templated of this CreateAndExecuteJobResponse.
341
+ r"""Gets the templated of this CreateAndExecuteJobResponse.
342
342
 
343
343
  作业执行对象是否由作业模板生成。
344
344
 
@@ -349,7 +349,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
349
349
 
350
350
  @templated.setter
351
351
  def templated(self, templated):
352
- """Sets the templated of this CreateAndExecuteJobResponse.
352
+ r"""Sets the templated of this CreateAndExecuteJobResponse.
353
353
 
354
354
  作业执行对象是否由作业模板生成。
355
355
 
@@ -360,7 +360,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
360
360
 
361
361
  @property
362
362
  def created_at(self):
363
- """Gets the created_at of this CreateAndExecuteJobResponse.
363
+ r"""Gets the created_at of this CreateAndExecuteJobResponse.
364
364
 
365
365
  作业创建时间,十位时间戳。
366
366
 
@@ -371,7 +371,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
371
371
 
372
372
  @created_at.setter
373
373
  def created_at(self, created_at):
374
- """Sets the created_at of this CreateAndExecuteJobResponse.
374
+ r"""Sets the created_at of this CreateAndExecuteJobResponse.
375
375
 
376
376
  作业创建时间,十位时间戳。
377
377
 
@@ -382,7 +382,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
382
382
 
383
383
  @property
384
384
  def updated_at(self):
385
- """Gets the updated_at of this CreateAndExecuteJobResponse.
385
+ r"""Gets the updated_at of this CreateAndExecuteJobResponse.
386
386
 
387
387
  作业更新时间,十位时间戳。
388
388
 
@@ -393,7 +393,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
393
393
 
394
394
  @updated_at.setter
395
395
  def updated_at(self, updated_at):
396
- """Sets the updated_at of this CreateAndExecuteJobResponse.
396
+ r"""Sets the updated_at of this CreateAndExecuteJobResponse.
397
397
 
398
398
  作业更新时间,十位时间戳。
399
399
 
@@ -404,7 +404,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
404
404
 
405
405
  @property
406
406
  def id(self):
407
- """Gets the id of this CreateAndExecuteJobResponse.
407
+ r"""Gets the id of this CreateAndExecuteJobResponse.
408
408
 
409
409
  作业ID。
410
410
 
@@ -415,7 +415,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
415
415
 
416
416
  @id.setter
417
417
  def id(self, id):
418
- """Sets the id of this CreateAndExecuteJobResponse.
418
+ r"""Sets the id of this CreateAndExecuteJobResponse.
419
419
 
420
420
  作业ID。
421
421
 
@@ -426,7 +426,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
426
426
 
427
427
  @property
428
428
  def tenant_id(self):
429
- """Gets the tenant_id of this CreateAndExecuteJobResponse.
429
+ r"""Gets the tenant_id of this CreateAndExecuteJobResponse.
430
430
 
431
431
  项目编号。获取方法,请参见[获取项目ID](https://support.huaweicloud.com/api-mrs/mrs_02_0011.html)。
432
432
 
@@ -437,7 +437,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
437
437
 
438
438
  @tenant_id.setter
439
439
  def tenant_id(self, tenant_id):
440
- """Sets the tenant_id of this CreateAndExecuteJobResponse.
440
+ r"""Sets the tenant_id of this CreateAndExecuteJobResponse.
441
441
 
442
442
  项目编号。获取方法,请参见[获取项目ID](https://support.huaweicloud.com/api-mrs/mrs_02_0011.html)。
443
443
 
@@ -448,7 +448,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
448
448
 
449
449
  @property
450
450
  def job_id(self):
451
- """Gets the job_id of this CreateAndExecuteJobResponse.
451
+ r"""Gets the job_id of this CreateAndExecuteJobResponse.
452
452
 
453
453
  作业应用ID。
454
454
 
@@ -459,7 +459,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
459
459
 
460
460
  @job_id.setter
461
461
  def job_id(self, job_id):
462
- """Sets the job_id of this CreateAndExecuteJobResponse.
462
+ r"""Sets the job_id of this CreateAndExecuteJobResponse.
463
463
 
464
464
  作业应用ID。
465
465
 
@@ -470,7 +470,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
470
470
 
471
471
  @property
472
472
  def job_name(self):
473
- """Gets the job_name of this CreateAndExecuteJobResponse.
473
+ r"""Gets the job_name of this CreateAndExecuteJobResponse.
474
474
 
475
475
  作业名称,只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
476
476
 
@@ -481,7 +481,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
481
481
 
482
482
  @job_name.setter
483
483
  def job_name(self, job_name):
484
- """Sets the job_name of this CreateAndExecuteJobResponse.
484
+ r"""Sets the job_name of this CreateAndExecuteJobResponse.
485
485
 
486
486
  作业名称,只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
487
487
 
@@ -492,7 +492,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
492
492
 
493
493
  @property
494
494
  def input_id(self):
495
- """Gets the input_id of this CreateAndExecuteJobResponse.
495
+ r"""Gets the input_id of this CreateAndExecuteJobResponse.
496
496
 
497
497
  数据输入ID。
498
498
 
@@ -503,7 +503,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
503
503
 
504
504
  @input_id.setter
505
505
  def input_id(self, input_id):
506
- """Sets the input_id of this CreateAndExecuteJobResponse.
506
+ r"""Sets the input_id of this CreateAndExecuteJobResponse.
507
507
 
508
508
  数据输入ID。
509
509
 
@@ -514,7 +514,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
514
514
 
515
515
  @property
516
516
  def output_id(self):
517
- """Gets the output_id of this CreateAndExecuteJobResponse.
517
+ r"""Gets the output_id of this CreateAndExecuteJobResponse.
518
518
 
519
519
  数据输出ID。
520
520
 
@@ -525,7 +525,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
525
525
 
526
526
  @output_id.setter
527
527
  def output_id(self, output_id):
528
- """Sets the output_id of this CreateAndExecuteJobResponse.
528
+ r"""Sets the output_id of this CreateAndExecuteJobResponse.
529
529
 
530
530
  数据输出ID。
531
531
 
@@ -536,7 +536,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
536
536
 
537
537
  @property
538
538
  def start_time(self):
539
- """Gets the start_time of this CreateAndExecuteJobResponse.
539
+ r"""Gets the start_time of this CreateAndExecuteJobResponse.
540
540
 
541
541
  作业执行开始时间,十位时间戳。
542
542
 
@@ -547,7 +547,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
547
547
 
548
548
  @start_time.setter
549
549
  def start_time(self, start_time):
550
- """Sets the start_time of this CreateAndExecuteJobResponse.
550
+ r"""Sets the start_time of this CreateAndExecuteJobResponse.
551
551
 
552
552
  作业执行开始时间,十位时间戳。
553
553
 
@@ -558,7 +558,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
558
558
 
559
559
  @property
560
560
  def end_time(self):
561
- """Gets the end_time of this CreateAndExecuteJobResponse.
561
+ r"""Gets the end_time of this CreateAndExecuteJobResponse.
562
562
 
563
563
  作业执行结束时间,十位时间戳。
564
564
 
@@ -569,7 +569,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
569
569
 
570
570
  @end_time.setter
571
571
  def end_time(self, end_time):
572
- """Sets the end_time of this CreateAndExecuteJobResponse.
572
+ r"""Sets the end_time of this CreateAndExecuteJobResponse.
573
573
 
574
574
  作业执行结束时间,十位时间戳。
575
575
 
@@ -580,7 +580,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
580
580
 
581
581
  @property
582
582
  def cluster_id(self):
583
- """Gets the cluster_id of this CreateAndExecuteJobResponse.
583
+ r"""Gets the cluster_id of this CreateAndExecuteJobResponse.
584
584
 
585
585
  集群ID。
586
586
 
@@ -591,7 +591,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
591
591
 
592
592
  @cluster_id.setter
593
593
  def cluster_id(self, cluster_id):
594
- """Sets the cluster_id of this CreateAndExecuteJobResponse.
594
+ r"""Sets the cluster_id of this CreateAndExecuteJobResponse.
595
595
 
596
596
  集群ID。
597
597
 
@@ -602,7 +602,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
602
602
 
603
603
  @property
604
604
  def engine_job_id(self):
605
- """Gets the engine_job_id of this CreateAndExecuteJobResponse.
605
+ r"""Gets the engine_job_id of this CreateAndExecuteJobResponse.
606
606
 
607
607
  Oozie工作流ID。
608
608
 
@@ -613,7 +613,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
613
613
 
614
614
  @engine_job_id.setter
615
615
  def engine_job_id(self, engine_job_id):
616
- """Sets the engine_job_id of this CreateAndExecuteJobResponse.
616
+ r"""Sets the engine_job_id of this CreateAndExecuteJobResponse.
617
617
 
618
618
  Oozie工作流ID。
619
619
 
@@ -624,7 +624,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
624
624
 
625
625
  @property
626
626
  def return_code(self):
627
- """Gets the return_code of this CreateAndExecuteJobResponse.
627
+ r"""Gets the return_code of this CreateAndExecuteJobResponse.
628
628
 
629
629
  运行结果返回码。
630
630
 
@@ -635,7 +635,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
635
635
 
636
636
  @return_code.setter
637
637
  def return_code(self, return_code):
638
- """Sets the return_code of this CreateAndExecuteJobResponse.
638
+ r"""Sets the return_code of this CreateAndExecuteJobResponse.
639
639
 
640
640
  运行结果返回码。
641
641
 
@@ -646,7 +646,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
646
646
 
647
647
  @property
648
648
  def is_public(self):
649
- """Gets the is_public of this CreateAndExecuteJobResponse.
649
+ r"""Gets the is_public of this CreateAndExecuteJobResponse.
650
650
 
651
651
  是否公开。 当前版本不支持该功能。
652
652
 
@@ -657,7 +657,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
657
657
 
658
658
  @is_public.setter
659
659
  def is_public(self, is_public):
660
- """Sets the is_public of this CreateAndExecuteJobResponse.
660
+ r"""Sets the is_public of this CreateAndExecuteJobResponse.
661
661
 
662
662
  是否公开。 当前版本不支持该功能。
663
663
 
@@ -668,7 +668,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
668
668
 
669
669
  @property
670
670
  def is_protected(self):
671
- """Gets the is_protected of this CreateAndExecuteJobResponse.
671
+ r"""Gets the is_protected of this CreateAndExecuteJobResponse.
672
672
 
673
673
  是否受保护。 当前版本不支持该功能。
674
674
 
@@ -679,7 +679,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
679
679
 
680
680
  @is_protected.setter
681
681
  def is_protected(self, is_protected):
682
- """Sets the is_protected of this CreateAndExecuteJobResponse.
682
+ r"""Sets the is_protected of this CreateAndExecuteJobResponse.
683
683
 
684
684
  是否受保护。 当前版本不支持该功能。
685
685
 
@@ -690,7 +690,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
690
690
 
691
691
  @property
692
692
  def group_id(self):
693
- """Gets the group_id of this CreateAndExecuteJobResponse.
693
+ r"""Gets the group_id of this CreateAndExecuteJobResponse.
694
694
 
695
695
  作业执行组ID。
696
696
 
@@ -701,7 +701,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
701
701
 
702
702
  @group_id.setter
703
703
  def group_id(self, group_id):
704
- """Sets the group_id of this CreateAndExecuteJobResponse.
704
+ r"""Sets the group_id of this CreateAndExecuteJobResponse.
705
705
 
706
706
  作业执行组ID。
707
707
 
@@ -712,7 +712,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
712
712
 
713
713
  @property
714
714
  def jar_path(self):
715
- """Gets the jar_path of this CreateAndExecuteJobResponse.
715
+ r"""Gets the jar_path of this CreateAndExecuteJobResponse.
716
716
 
717
717
  执行程序Jar包或sql文件地址,需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 需要以“/”或“s3a://”开头。OBS路径不支持KMS加密的文件或程序。 - Spark Script需要以“.sql”结尾,MapReduce和Spark Jar需要以“.jar”结尾,sql和jar不区分大小写。
718
718
 
@@ -723,7 +723,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
723
723
 
724
724
  @jar_path.setter
725
725
  def jar_path(self, jar_path):
726
- """Sets the jar_path of this CreateAndExecuteJobResponse.
726
+ r"""Sets the jar_path of this CreateAndExecuteJobResponse.
727
727
 
728
728
  执行程序Jar包或sql文件地址,需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 需要以“/”或“s3a://”开头。OBS路径不支持KMS加密的文件或程序。 - Spark Script需要以“.sql”结尾,MapReduce和Spark Jar需要以“.jar”结尾,sql和jar不区分大小写。
729
729
 
@@ -734,7 +734,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
734
734
 
735
735
  @property
736
736
  def input(self):
737
- """Gets the input of this CreateAndExecuteJobResponse.
737
+ r"""Gets the input of this CreateAndExecuteJobResponse.
738
738
 
739
739
  数据输入地址,必须以“/”或“s3a://”开头。请配置为正确的OBS路径,OBS路径不支持KMS加密的文件或程序。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
740
740
 
@@ -745,7 +745,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
745
745
 
746
746
  @input.setter
747
747
  def input(self, input):
748
- """Sets the input of this CreateAndExecuteJobResponse.
748
+ r"""Sets the input of this CreateAndExecuteJobResponse.
749
749
 
750
750
  数据输入地址,必须以“/”或“s3a://”开头。请配置为正确的OBS路径,OBS路径不支持KMS加密的文件或程序。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
751
751
 
@@ -756,7 +756,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
756
756
 
757
757
  @property
758
758
  def output(self):
759
- """Gets the output of this CreateAndExecuteJobResponse.
759
+ r"""Gets the output of this CreateAndExecuteJobResponse.
760
760
 
761
761
  数据输出地址,必须以“/”或“s3a://”开头。请配置为正确的OBS路径,如果该路径不存在,系统会自动创建。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
762
762
 
@@ -767,7 +767,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
767
767
 
768
768
  @output.setter
769
769
  def output(self, output):
770
- """Sets the output of this CreateAndExecuteJobResponse.
770
+ r"""Sets the output of this CreateAndExecuteJobResponse.
771
771
 
772
772
  数据输出地址,必须以“/”或“s3a://”开头。请配置为正确的OBS路径,如果该路径不存在,系统会自动创建。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
773
773
 
@@ -778,7 +778,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
778
778
 
779
779
  @property
780
780
  def job_log(self):
781
- """Gets the job_log of this CreateAndExecuteJobResponse.
781
+ r"""Gets the job_log of this CreateAndExecuteJobResponse.
782
782
 
783
783
  作业日志存储地址,该日志信息记录作业运行状态。必须以“/”或“s3a://”开头,请配置为正确的OBS路径。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
784
784
 
@@ -789,7 +789,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
789
789
 
790
790
  @job_log.setter
791
791
  def job_log(self, job_log):
792
- """Sets the job_log of this CreateAndExecuteJobResponse.
792
+ r"""Sets the job_log of this CreateAndExecuteJobResponse.
793
793
 
794
794
  作业日志存储地址,该日志信息记录作业运行状态。必须以“/”或“s3a://”开头,请配置为正确的OBS路径。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
795
795
 
@@ -800,7 +800,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
800
800
 
801
801
  @property
802
802
  def job_type(self):
803
- """Gets the job_type of this CreateAndExecuteJobResponse.
803
+ r"""Gets the job_type of this CreateAndExecuteJobResponse.
804
804
 
805
805
  作业类型码。 - 1:MapReduce - 2:Spark - 3:Hive Script - 4:HiveSQL(当前不支持) - 5:DistCp,导入、导出数据。 - 6:Spark Script - 7:Spark SQL,提交SQL语句,(该接口当前不支持) 说明: 只有包含Spark和Hive组件的集群才能新增Spark和Hive类型的作业。
806
806
 
@@ -811,7 +811,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
811
811
 
812
812
  @job_type.setter
813
813
  def job_type(self, job_type):
814
- """Sets the job_type of this CreateAndExecuteJobResponse.
814
+ r"""Sets the job_type of this CreateAndExecuteJobResponse.
815
815
 
816
816
  作业类型码。 - 1:MapReduce - 2:Spark - 3:Hive Script - 4:HiveSQL(当前不支持) - 5:DistCp,导入、导出数据。 - 6:Spark Script - 7:Spark SQL,提交SQL语句,(该接口当前不支持) 说明: 只有包含Spark和Hive组件的集群才能新增Spark和Hive类型的作业。
817
817
 
@@ -822,7 +822,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
822
822
 
823
823
  @property
824
824
  def file_action(self):
825
- """Gets the file_action of this CreateAndExecuteJobResponse.
825
+ r"""Gets the file_action of this CreateAndExecuteJobResponse.
826
826
 
827
827
  文件操作类型,包括: - export:从HDFS导出数据至OBS - import:从OBS导入数据至HDFS
828
828
 
@@ -833,7 +833,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
833
833
 
834
834
  @file_action.setter
835
835
  def file_action(self, file_action):
836
- """Sets the file_action of this CreateAndExecuteJobResponse.
836
+ r"""Sets the file_action of this CreateAndExecuteJobResponse.
837
837
 
838
838
  文件操作类型,包括: - export:从HDFS导出数据至OBS - import:从OBS导入数据至HDFS
839
839
 
@@ -844,7 +844,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
844
844
 
845
845
  @property
846
846
  def arguments(self):
847
- """Gets the arguments of this CreateAndExecuteJobResponse.
847
+ r"""Gets the arguments of this CreateAndExecuteJobResponse.
848
848
 
849
849
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$!\\\"\\特殊字符,可为空。 说明: 用户输入带有敏感信息(如登录密码)的参数时,可通过在参数名前添加“@”的方式,为该参数值加密,以防止敏感信息被明文形式持久化。在查看作业信息时,敏感信息显示为“*”。 例如:username=admin @password=admin_123
850
850
 
@@ -855,7 +855,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
855
855
 
856
856
  @arguments.setter
857
857
  def arguments(self, arguments):
858
- """Sets the arguments of this CreateAndExecuteJobResponse.
858
+ r"""Sets the arguments of this CreateAndExecuteJobResponse.
859
859
 
860
860
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$!\\\"\\特殊字符,可为空。 说明: 用户输入带有敏感信息(如登录密码)的参数时,可通过在参数名前添加“@”的方式,为该参数值加密,以防止敏感信息被明文形式持久化。在查看作业信息时,敏感信息显示为“*”。 例如:username=admin @password=admin_123
861
861
 
@@ -866,7 +866,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
866
866
 
867
867
  @property
868
868
  def hql(self):
869
- """Gets the hql of this CreateAndExecuteJobResponse.
869
+ r"""Gets the hql of this CreateAndExecuteJobResponse.
870
870
 
871
871
  Hive&Spark Sql语句
872
872
 
@@ -877,7 +877,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
877
877
 
878
878
  @hql.setter
879
879
  def hql(self, hql):
880
- """Sets the hql of this CreateAndExecuteJobResponse.
880
+ r"""Sets the hql of this CreateAndExecuteJobResponse.
881
881
 
882
882
  Hive&Spark Sql语句
883
883
 
@@ -888,7 +888,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
888
888
 
889
889
  @property
890
890
  def job_state(self):
891
- """Gets the job_state of this CreateAndExecuteJobResponse.
891
+ r"""Gets the job_state of this CreateAndExecuteJobResponse.
892
892
 
893
893
  作业状态码。 - 1:Terminated - 2:Starting - 3:Running - 4:Completed - 5:Abnormal - 6:Error
894
894
 
@@ -899,7 +899,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
899
899
 
900
900
  @job_state.setter
901
901
  def job_state(self, job_state):
902
- """Sets the job_state of this CreateAndExecuteJobResponse.
902
+ r"""Sets the job_state of this CreateAndExecuteJobResponse.
903
903
 
904
904
  作业状态码。 - 1:Terminated - 2:Starting - 3:Running - 4:Completed - 5:Abnormal - 6:Error
905
905
 
@@ -910,7 +910,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
910
910
 
911
911
  @property
912
912
  def job_final_status(self):
913
- """Gets the job_final_status of this CreateAndExecuteJobResponse.
913
+ r"""Gets the job_final_status of this CreateAndExecuteJobResponse.
914
914
 
915
915
  作业最终状态码。 - 0:未完成 - 1:执行错误,终止执行 - 2:执行完成并且成功 - 3:已取消
916
916
 
@@ -921,7 +921,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
921
921
 
922
922
  @job_final_status.setter
923
923
  def job_final_status(self, job_final_status):
924
- """Sets the job_final_status of this CreateAndExecuteJobResponse.
924
+ r"""Sets the job_final_status of this CreateAndExecuteJobResponse.
925
925
 
926
926
  作业最终状态码。 - 0:未完成 - 1:执行错误,终止执行 - 2:执行完成并且成功 - 3:已取消
927
927
 
@@ -932,7 +932,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
932
932
 
933
933
  @property
934
934
  def hive_script_path(self):
935
- """Gets the hive_script_path of this CreateAndExecuteJobResponse.
935
+ r"""Gets the hive_script_path of this CreateAndExecuteJobResponse.
936
936
 
937
937
  sql程序路径,仅Spark Script和Hive Script作业需要使用此参数。需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 需要以“/”或“s3a://”开头,OBS路径不支持KMS加密的文件或程序。 - 需要以“.sql”结尾,sql不区分大小写。
938
938
 
@@ -943,7 +943,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
943
943
 
944
944
  @hive_script_path.setter
945
945
  def hive_script_path(self, hive_script_path):
946
- """Sets the hive_script_path of this CreateAndExecuteJobResponse.
946
+ r"""Sets the hive_script_path of this CreateAndExecuteJobResponse.
947
947
 
948
948
  sql程序路径,仅Spark Script和Hive Script作业需要使用此参数。需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 需要以“/”或“s3a://”开头,OBS路径不支持KMS加密的文件或程序。 - 需要以“.sql”结尾,sql不区分大小写。
949
949
 
@@ -954,7 +954,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
954
954
 
955
955
  @property
956
956
  def create_by(self):
957
- """Gets the create_by of this CreateAndExecuteJobResponse.
957
+ r"""Gets the create_by of this CreateAndExecuteJobResponse.
958
958
 
959
959
  创建作业的用户ID。 为兼容历史版本,保留此参数。
960
960
 
@@ -965,7 +965,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
965
965
 
966
966
  @create_by.setter
967
967
  def create_by(self, create_by):
968
- """Sets the create_by of this CreateAndExecuteJobResponse.
968
+ r"""Sets the create_by of this CreateAndExecuteJobResponse.
969
969
 
970
970
  创建作业的用户ID。 为兼容历史版本,保留此参数。
971
971
 
@@ -976,7 +976,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
976
976
 
977
977
  @property
978
978
  def finished_step(self):
979
- """Gets the finished_step of this CreateAndExecuteJobResponse.
979
+ r"""Gets the finished_step of this CreateAndExecuteJobResponse.
980
980
 
981
981
  当前已完成的步骤数。 为兼容历史版本,保留此参数。
982
982
 
@@ -987,7 +987,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
987
987
 
988
988
  @finished_step.setter
989
989
  def finished_step(self, finished_step):
990
- """Sets the finished_step of this CreateAndExecuteJobResponse.
990
+ r"""Sets the finished_step of this CreateAndExecuteJobResponse.
991
991
 
992
992
  当前已完成的步骤数。 为兼容历史版本,保留此参数。
993
993
 
@@ -998,7 +998,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
998
998
 
999
999
  @property
1000
1000
  def job_main_id(self):
1001
- """Gets the job_main_id of this CreateAndExecuteJobResponse.
1001
+ r"""Gets the job_main_id of this CreateAndExecuteJobResponse.
1002
1002
 
1003
1003
  作业主ID。 为兼容历史版本,保留此参数。
1004
1004
 
@@ -1009,7 +1009,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1009
1009
 
1010
1010
  @job_main_id.setter
1011
1011
  def job_main_id(self, job_main_id):
1012
- """Sets the job_main_id of this CreateAndExecuteJobResponse.
1012
+ r"""Sets the job_main_id of this CreateAndExecuteJobResponse.
1013
1013
 
1014
1014
  作业主ID。 为兼容历史版本,保留此参数。
1015
1015
 
@@ -1020,7 +1020,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1020
1020
 
1021
1021
  @property
1022
1022
  def job_step_id(self):
1023
- """Gets the job_step_id of this CreateAndExecuteJobResponse.
1023
+ r"""Gets the job_step_id of this CreateAndExecuteJobResponse.
1024
1024
 
1025
1025
  作业步骤ID。 为兼容历史版本,保留此参数。
1026
1026
 
@@ -1031,7 +1031,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1031
1031
 
1032
1032
  @job_step_id.setter
1033
1033
  def job_step_id(self, job_step_id):
1034
- """Sets the job_step_id of this CreateAndExecuteJobResponse.
1034
+ r"""Sets the job_step_id of this CreateAndExecuteJobResponse.
1035
1035
 
1036
1036
  作业步骤ID。 为兼容历史版本,保留此参数。
1037
1037
 
@@ -1042,7 +1042,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1042
1042
 
1043
1043
  @property
1044
1044
  def postpone_at(self):
1045
- """Gets the postpone_at of this CreateAndExecuteJobResponse.
1045
+ r"""Gets the postpone_at of this CreateAndExecuteJobResponse.
1046
1046
 
1047
1047
  延迟时间,十位时间戳。 为兼容历史版本,保留此参数。
1048
1048
 
@@ -1053,7 +1053,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1053
1053
 
1054
1054
  @postpone_at.setter
1055
1055
  def postpone_at(self, postpone_at):
1056
- """Sets the postpone_at of this CreateAndExecuteJobResponse.
1056
+ r"""Sets the postpone_at of this CreateAndExecuteJobResponse.
1057
1057
 
1058
1058
  延迟时间,十位时间戳。 为兼容历史版本,保留此参数。
1059
1059
 
@@ -1064,7 +1064,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1064
1064
 
1065
1065
  @property
1066
1066
  def step_name(self):
1067
- """Gets the step_name of this CreateAndExecuteJobResponse.
1067
+ r"""Gets the step_name of this CreateAndExecuteJobResponse.
1068
1068
 
1069
1069
  作业步骤名。 为兼容历史版本,保留此参数。
1070
1070
 
@@ -1075,7 +1075,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1075
1075
 
1076
1076
  @step_name.setter
1077
1077
  def step_name(self, step_name):
1078
- """Sets the step_name of this CreateAndExecuteJobResponse.
1078
+ r"""Sets the step_name of this CreateAndExecuteJobResponse.
1079
1079
 
1080
1080
  作业步骤名。 为兼容历史版本,保留此参数。
1081
1081
 
@@ -1086,7 +1086,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1086
1086
 
1087
1087
  @property
1088
1088
  def step_num(self):
1089
- """Gets the step_num of this CreateAndExecuteJobResponse.
1089
+ r"""Gets the step_num of this CreateAndExecuteJobResponse.
1090
1090
 
1091
1091
  步骤数量 为兼容历史版本,保留此参数。
1092
1092
 
@@ -1097,7 +1097,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1097
1097
 
1098
1098
  @step_num.setter
1099
1099
  def step_num(self, step_num):
1100
- """Sets the step_num of this CreateAndExecuteJobResponse.
1100
+ r"""Sets the step_num of this CreateAndExecuteJobResponse.
1101
1101
 
1102
1102
  步骤数量 为兼容历史版本,保留此参数。
1103
1103
 
@@ -1108,7 +1108,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1108
1108
 
1109
1109
  @property
1110
1110
  def task_num(self):
1111
- """Gets the task_num of this CreateAndExecuteJobResponse.
1111
+ r"""Gets the task_num of this CreateAndExecuteJobResponse.
1112
1112
 
1113
1113
  任务数量。为兼容历史版本,保留此参数。
1114
1114
 
@@ -1119,7 +1119,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1119
1119
 
1120
1120
  @task_num.setter
1121
1121
  def task_num(self, task_num):
1122
- """Sets the task_num of this CreateAndExecuteJobResponse.
1122
+ r"""Sets the task_num of this CreateAndExecuteJobResponse.
1123
1123
 
1124
1124
  任务数量。为兼容历史版本,保留此参数。
1125
1125
 
@@ -1130,7 +1130,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1130
1130
 
1131
1131
  @property
1132
1132
  def update_by(self):
1133
- """Gets the update_by of this CreateAndExecuteJobResponse.
1133
+ r"""Gets the update_by of this CreateAndExecuteJobResponse.
1134
1134
 
1135
1135
  更新作业的用户ID。
1136
1136
 
@@ -1141,7 +1141,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1141
1141
 
1142
1142
  @update_by.setter
1143
1143
  def update_by(self, update_by):
1144
- """Sets the update_by of this CreateAndExecuteJobResponse.
1144
+ r"""Sets the update_by of this CreateAndExecuteJobResponse.
1145
1145
 
1146
1146
  更新作业的用户ID。
1147
1147
 
@@ -1152,7 +1152,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1152
1152
 
1153
1153
  @property
1154
1154
  def credentials(self):
1155
- """Gets the credentials of this CreateAndExecuteJobResponse.
1155
+ r"""Gets the credentials of this CreateAndExecuteJobResponse.
1156
1156
 
1157
1157
  令牌,当前版本不支持。
1158
1158
 
@@ -1163,7 +1163,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1163
1163
 
1164
1164
  @credentials.setter
1165
1165
  def credentials(self, credentials):
1166
- """Sets the credentials of this CreateAndExecuteJobResponse.
1166
+ r"""Sets the credentials of this CreateAndExecuteJobResponse.
1167
1167
 
1168
1168
  令牌,当前版本不支持。
1169
1169
 
@@ -1174,7 +1174,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1174
1174
 
1175
1175
  @property
1176
1176
  def user_id(self):
1177
- """Gets the user_id of this CreateAndExecuteJobResponse.
1177
+ r"""Gets the user_id of this CreateAndExecuteJobResponse.
1178
1178
 
1179
1179
  创建作业的用户ID。 历史版本兼容,不再使用。
1180
1180
 
@@ -1185,7 +1185,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1185
1185
 
1186
1186
  @user_id.setter
1187
1187
  def user_id(self, user_id):
1188
- """Sets the user_id of this CreateAndExecuteJobResponse.
1188
+ r"""Sets the user_id of this CreateAndExecuteJobResponse.
1189
1189
 
1190
1190
  创建作业的用户ID。 历史版本兼容,不再使用。
1191
1191
 
@@ -1196,7 +1196,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1196
1196
 
1197
1197
  @property
1198
1198
  def job_configs(self):
1199
- """Gets the job_configs of this CreateAndExecuteJobResponse.
1199
+ r"""Gets the job_configs of this CreateAndExecuteJobResponse.
1200
1200
 
1201
1201
  键值对集合,用于保存作业运行配置。
1202
1202
 
@@ -1207,7 +1207,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1207
1207
 
1208
1208
  @job_configs.setter
1209
1209
  def job_configs(self, job_configs):
1210
- """Sets the job_configs of this CreateAndExecuteJobResponse.
1210
+ r"""Sets the job_configs of this CreateAndExecuteJobResponse.
1211
1211
 
1212
1212
  键值对集合,用于保存作业运行配置。
1213
1213
 
@@ -1218,7 +1218,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1218
1218
 
1219
1219
  @property
1220
1220
  def extra(self):
1221
- """Gets the extra of this CreateAndExecuteJobResponse.
1221
+ r"""Gets the extra of this CreateAndExecuteJobResponse.
1222
1222
 
1223
1223
  认证信息,当前版本不支持。
1224
1224
 
@@ -1229,7 +1229,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1229
1229
 
1230
1230
  @extra.setter
1231
1231
  def extra(self, extra):
1232
- """Sets the extra of this CreateAndExecuteJobResponse.
1232
+ r"""Sets the extra of this CreateAndExecuteJobResponse.
1233
1233
 
1234
1234
  认证信息,当前版本不支持。
1235
1235
 
@@ -1240,7 +1240,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1240
1240
 
1241
1241
  @property
1242
1242
  def data_source_urls(self):
1243
- """Gets the data_source_urls of this CreateAndExecuteJobResponse.
1243
+ r"""Gets the data_source_urls of this CreateAndExecuteJobResponse.
1244
1244
 
1245
1245
  数据源URL。
1246
1246
 
@@ -1251,7 +1251,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1251
1251
 
1252
1252
  @data_source_urls.setter
1253
1253
  def data_source_urls(self, data_source_urls):
1254
- """Sets the data_source_urls of this CreateAndExecuteJobResponse.
1254
+ r"""Sets the data_source_urls of this CreateAndExecuteJobResponse.
1255
1255
 
1256
1256
  数据源URL。
1257
1257
 
@@ -1262,7 +1262,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1262
1262
 
1263
1263
  @property
1264
1264
  def info(self):
1265
- """Gets the info of this CreateAndExecuteJobResponse.
1265
+ r"""Gets the info of this CreateAndExecuteJobResponse.
1266
1266
 
1267
1267
  键值对集合,包含oozie返回的作业运行信息。
1268
1268
 
@@ -1273,7 +1273,7 @@ class CreateAndExecuteJobResponse(SdkResponse):
1273
1273
 
1274
1274
  @info.setter
1275
1275
  def info(self, info):
1276
- """Sets the info of this CreateAndExecuteJobResponse.
1276
+ r"""Sets the info of this CreateAndExecuteJobResponse.
1277
1277
 
1278
1278
  键值对集合,包含oozie返回的作业运行信息。
1279
1279