huaweicloudsdkmrs 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.
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.141.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.141.dist-info/RECORD +0 -215
  205. {huaweicloudsdkmrs-3.1.141.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/LICENSE +0 -0
  206. {huaweicloudsdkmrs-3.1.141.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/WHEEL +0 -0
  207. {huaweicloudsdkmrs-3.1.141.dist-info → huaweicloudsdkmrs-3.1.143.dist-info}/top_level.txt +0 -0
@@ -87,7 +87,7 @@ class RunJobFlowCommand:
87
87
  }
88
88
 
89
89
  def __init__(self, is_dec_project=None, cluster_version=None, cluster_name=None, cluster_type=None, charge_info=None, region=None, vpc_name=None, subnet_id=None, subnet_name=None, components=None, external_datasources=None, availability_zone=None, security_groups_id=None, auto_create_default_security_group=None, safe_mode=None, manager_admin_password=None, login_mode=None, node_root_password=None, node_keypair_name=None, enterprise_project_id=None, eip_address=None, eip_id=None, mrs_ecs_default_agency=None, template_id=None, tags=None, log_collection=None, node_groups=None, bootstrap_scripts=None, log_uri=None, component_configs=None, delete_when_no_steps=None, steps=None):
90
- """RunJobFlowCommand
90
+ r"""RunJobFlowCommand
91
91
 
92
92
  The model defined in huaweicloud sdk
93
93
 
@@ -247,7 +247,7 @@ class RunJobFlowCommand:
247
247
 
248
248
  @property
249
249
  def is_dec_project(self):
250
- """Gets the is_dec_project of this RunJobFlowCommand.
250
+ r"""Gets the is_dec_project of this RunJobFlowCommand.
251
251
 
252
252
  说明是否为专属云的资源,默认为false。
253
253
 
@@ -258,7 +258,7 @@ class RunJobFlowCommand:
258
258
 
259
259
  @is_dec_project.setter
260
260
  def is_dec_project(self, is_dec_project):
261
- """Sets the is_dec_project of this RunJobFlowCommand.
261
+ r"""Sets the is_dec_project of this RunJobFlowCommand.
262
262
 
263
263
  说明是否为专属云的资源,默认为false。
264
264
 
@@ -269,7 +269,7 @@ class RunJobFlowCommand:
269
269
 
270
270
  @property
271
271
  def cluster_version(self):
272
- """Gets the cluster_version of this RunJobFlowCommand.
272
+ r"""Gets the cluster_version of this RunJobFlowCommand.
273
273
 
274
274
  集群版本。例如:MRS 3.1.0。
275
275
 
@@ -280,7 +280,7 @@ class RunJobFlowCommand:
280
280
 
281
281
  @cluster_version.setter
282
282
  def cluster_version(self, cluster_version):
283
- """Sets the cluster_version of this RunJobFlowCommand.
283
+ r"""Sets the cluster_version of this RunJobFlowCommand.
284
284
 
285
285
  集群版本。例如:MRS 3.1.0。
286
286
 
@@ -291,7 +291,7 @@ class RunJobFlowCommand:
291
291
 
292
292
  @property
293
293
  def cluster_name(self):
294
- """Gets the cluster_name of this RunJobFlowCommand.
294
+ r"""Gets the cluster_name of this RunJobFlowCommand.
295
295
 
296
296
  集群名称,不允许相同。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。
297
297
 
@@ -302,7 +302,7 @@ class RunJobFlowCommand:
302
302
 
303
303
  @cluster_name.setter
304
304
  def cluster_name(self, cluster_name):
305
- """Sets the cluster_name of this RunJobFlowCommand.
305
+ r"""Sets the cluster_name of this RunJobFlowCommand.
306
306
 
307
307
  集群名称,不允许相同。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。
308
308
 
@@ -313,7 +313,7 @@ class RunJobFlowCommand:
313
313
 
314
314
  @property
315
315
  def cluster_type(self):
316
- """Gets the cluster_type of this RunJobFlowCommand.
316
+ r"""Gets the cluster_type of this RunJobFlowCommand.
317
317
 
318
318
  集群类型,取值范围: - ANALYSIS:分析集群 - STREAMING:流式集群 - MIXED:混合集群 - CUSTOM:自定义集群,仅MRS 3.x版本支持。
319
319
 
@@ -324,7 +324,7 @@ class RunJobFlowCommand:
324
324
 
325
325
  @cluster_type.setter
326
326
  def cluster_type(self, cluster_type):
327
- """Sets the cluster_type of this RunJobFlowCommand.
327
+ r"""Sets the cluster_type of this RunJobFlowCommand.
328
328
 
329
329
  集群类型,取值范围: - ANALYSIS:分析集群 - STREAMING:流式集群 - MIXED:混合集群 - CUSTOM:自定义集群,仅MRS 3.x版本支持。
330
330
 
@@ -335,7 +335,7 @@ class RunJobFlowCommand:
335
335
 
336
336
  @property
337
337
  def charge_info(self):
338
- """Gets the charge_info of this RunJobFlowCommand.
338
+ r"""Gets the charge_info of this RunJobFlowCommand.
339
339
 
340
340
  :return: The charge_info of this RunJobFlowCommand.
341
341
  :rtype: :class:`huaweicloudsdkmrs.v2.ChargeInfo`
@@ -344,7 +344,7 @@ class RunJobFlowCommand:
344
344
 
345
345
  @charge_info.setter
346
346
  def charge_info(self, charge_info):
347
- """Sets the charge_info of this RunJobFlowCommand.
347
+ r"""Sets the charge_info of this RunJobFlowCommand.
348
348
 
349
349
  :param charge_info: The charge_info of this RunJobFlowCommand.
350
350
  :type charge_info: :class:`huaweicloudsdkmrs.v2.ChargeInfo`
@@ -353,7 +353,7 @@ class RunJobFlowCommand:
353
353
 
354
354
  @property
355
355
  def region(self):
356
- """Gets the region of this RunJobFlowCommand.
356
+ r"""Gets the region of this RunJobFlowCommand.
357
357
 
358
358
  集群所在区域信息,请参见[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
359
359
 
@@ -364,7 +364,7 @@ class RunJobFlowCommand:
364
364
 
365
365
  @region.setter
366
366
  def region(self, region):
367
- """Sets the region of this RunJobFlowCommand.
367
+ r"""Sets the region of this RunJobFlowCommand.
368
368
 
369
369
  集群所在区域信息,请参见[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
370
370
 
@@ -375,7 +375,7 @@ class RunJobFlowCommand:
375
375
 
376
376
  @property
377
377
  def vpc_name(self):
378
- """Gets the vpc_name of this RunJobFlowCommand.
378
+ r"""Gets the vpc_name of this RunJobFlowCommand.
379
379
 
380
380
  子网所在VPC名称。 通过VPC管理控制台获取名称: 1) 登录VPC管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 在“虚拟私有云”页面的列表中即可获取VPC名称。
381
381
 
@@ -386,7 +386,7 @@ class RunJobFlowCommand:
386
386
 
387
387
  @vpc_name.setter
388
388
  def vpc_name(self, vpc_name):
389
- """Sets the vpc_name of this RunJobFlowCommand.
389
+ r"""Sets the vpc_name of this RunJobFlowCommand.
390
390
 
391
391
  子网所在VPC名称。 通过VPC管理控制台获取名称: 1) 登录VPC管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 在“虚拟私有云”页面的列表中即可获取VPC名称。
392
392
 
@@ -397,7 +397,7 @@ class RunJobFlowCommand:
397
397
 
398
398
  @property
399
399
  def subnet_id(self):
400
- """Gets the subnet_id of this RunJobFlowCommand.
400
+ r"""Gets the subnet_id of this RunJobFlowCommand.
401
401
 
402
402
  子网ID。通过VPC管理控制台获取子网ID: 1) 登录VPC管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 3) 单击对应虚拟私有云所在行的“子网个数”查看子网。 4) 单击对应子网名称,获取“网络ID”。 “subnet_id”和“subnet_name”必须至少填写一个,当这两个参数同时配置但是不匹配同一个子网时,集群会创建失败,请仔细填写参数。推荐使用“subnet_id”。
403
403
 
@@ -408,7 +408,7 @@ class RunJobFlowCommand:
408
408
 
409
409
  @subnet_id.setter
410
410
  def subnet_id(self, subnet_id):
411
- """Sets the subnet_id of this RunJobFlowCommand.
411
+ r"""Sets the subnet_id of this RunJobFlowCommand.
412
412
 
413
413
  子网ID。通过VPC管理控制台获取子网ID: 1) 登录VPC管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 3) 单击对应虚拟私有云所在行的“子网个数”查看子网。 4) 单击对应子网名称,获取“网络ID”。 “subnet_id”和“subnet_name”必须至少填写一个,当这两个参数同时配置但是不匹配同一个子网时,集群会创建失败,请仔细填写参数。推荐使用“subnet_id”。
414
414
 
@@ -419,7 +419,7 @@ class RunJobFlowCommand:
419
419
 
420
420
  @property
421
421
  def subnet_name(self):
422
- """Gets the subnet_name of this RunJobFlowCommand.
422
+ r"""Gets the subnet_name of this RunJobFlowCommand.
423
423
 
424
424
  子网名称。 通过VPC管理控制台获取子网名称: 1) 登录管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 3) 单击对应虚拟私有云所在行的“子网个数”查看子网,获取子网名称。 “subnet_id”和“subnet_name”必须至少填写一个,当这两个参数同时配置但是不匹配同一个子网时,集群会创建失败,请仔细填写参数。当仅填写“subnet_name”一个参数且VPC下存在同名子网时,创建集群时以VPC平台第一个名称的子网为准。推荐使用“subnet_id”。
425
425
 
@@ -430,7 +430,7 @@ class RunJobFlowCommand:
430
430
 
431
431
  @subnet_name.setter
432
432
  def subnet_name(self, subnet_name):
433
- """Sets the subnet_name of this RunJobFlowCommand.
433
+ r"""Sets the subnet_name of this RunJobFlowCommand.
434
434
 
435
435
  子网名称。 通过VPC管理控制台获取子网名称: 1) 登录管理控制台。 2) 单击“虚拟私有云”,从左侧列表选择虚拟私有云。 3) 单击对应虚拟私有云所在行的“子网个数”查看子网,获取子网名称。 “subnet_id”和“subnet_name”必须至少填写一个,当这两个参数同时配置但是不匹配同一个子网时,集群会创建失败,请仔细填写参数。当仅填写“subnet_name”一个参数且VPC下存在同名子网时,创建集群时以VPC平台第一个名称的子网为准。推荐使用“subnet_id”。
436
436
 
@@ -441,7 +441,7 @@ class RunJobFlowCommand:
441
441
 
442
442
  @property
443
443
  def components(self):
444
- """Gets the components of this RunJobFlowCommand.
444
+ r"""Gets the components of this RunJobFlowCommand.
445
445
 
446
446
  组件名称列表,用逗号分隔。支持的组件请参见[获取MRS集群信息](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)页面的“MRS服务支持的组件”内容。
447
447
 
@@ -452,7 +452,7 @@ class RunJobFlowCommand:
452
452
 
453
453
  @components.setter
454
454
  def components(self, components):
455
- """Sets the components of this RunJobFlowCommand.
455
+ r"""Sets the components of this RunJobFlowCommand.
456
456
 
457
457
  组件名称列表,用逗号分隔。支持的组件请参见[获取MRS集群信息](https://support.huaweicloud.com/api-mrs/mrs_02_9001.html)页面的“MRS服务支持的组件”内容。
458
458
 
@@ -463,7 +463,7 @@ class RunJobFlowCommand:
463
463
 
464
464
  @property
465
465
  def external_datasources(self):
466
- """Gets the external_datasources of this RunJobFlowCommand.
466
+ r"""Gets the external_datasources of this RunJobFlowCommand.
467
467
 
468
468
  部署Hive和Ranger等组件时,可以关联数据连接,将元数据存储于关联的数据库
469
469
 
@@ -474,7 +474,7 @@ class RunJobFlowCommand:
474
474
 
475
475
  @external_datasources.setter
476
476
  def external_datasources(self, external_datasources):
477
- """Sets the external_datasources of this RunJobFlowCommand.
477
+ r"""Sets the external_datasources of this RunJobFlowCommand.
478
478
 
479
479
  部署Hive和Ranger等组件时,可以关联数据连接,将元数据存储于关联的数据库
480
480
 
@@ -485,7 +485,7 @@ class RunJobFlowCommand:
485
485
 
486
486
  @property
487
487
  def availability_zone(self):
488
- """Gets the availability_zone of this RunJobFlowCommand.
488
+ r"""Gets the availability_zone of this RunJobFlowCommand.
489
489
 
490
490
  可用分区名称,不支持多AZ集群。 可用分区信息请参见[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
491
491
 
@@ -496,7 +496,7 @@ class RunJobFlowCommand:
496
496
 
497
497
  @availability_zone.setter
498
498
  def availability_zone(self, availability_zone):
499
- """Sets the availability_zone of this RunJobFlowCommand.
499
+ r"""Sets the availability_zone of this RunJobFlowCommand.
500
500
 
501
501
  可用分区名称,不支持多AZ集群。 可用分区信息请参见[终端节点](https://support.huaweicloud.com/api-mrs/mrs_02_0003.html)。
502
502
 
@@ -507,7 +507,7 @@ class RunJobFlowCommand:
507
507
 
508
508
  @property
509
509
  def security_groups_id(self):
510
- """Gets the security_groups_id of this RunJobFlowCommand.
510
+ r"""Gets the security_groups_id of this RunJobFlowCommand.
511
511
 
512
512
  集群安全组的ID。 - 当该ID为空时MRS后台会自动创建安全组,自动创建的安全组名称以mrs_{cluster_name}开头。 - 当该ID不为空时,表示使用固定安全组来创建集群,传入的ID必须是当前租户中包含的安全组ID,且该安全组中需要包含一条支持全部协议、全部端口、源地址为指定的管理面节点IP的入方向规则。 - 支持多个安全组ID,以逗号分隔。
513
513
 
@@ -518,7 +518,7 @@ class RunJobFlowCommand:
518
518
 
519
519
  @security_groups_id.setter
520
520
  def security_groups_id(self, security_groups_id):
521
- """Sets the security_groups_id of this RunJobFlowCommand.
521
+ r"""Sets the security_groups_id of this RunJobFlowCommand.
522
522
 
523
523
  集群安全组的ID。 - 当该ID为空时MRS后台会自动创建安全组,自动创建的安全组名称以mrs_{cluster_name}开头。 - 当该ID不为空时,表示使用固定安全组来创建集群,传入的ID必须是当前租户中包含的安全组ID,且该安全组中需要包含一条支持全部协议、全部端口、源地址为指定的管理面节点IP的入方向规则。 - 支持多个安全组ID,以逗号分隔。
524
524
 
@@ -529,7 +529,7 @@ class RunJobFlowCommand:
529
529
 
530
530
  @property
531
531
  def auto_create_default_security_group(self):
532
- """Gets the auto_create_default_security_group of this RunJobFlowCommand.
532
+ r"""Gets the auto_create_default_security_group of this RunJobFlowCommand.
533
533
 
534
534
  是否要创建MRS集群默认安全组,默认为false。 当指定该参数为true,则无论“security_groups_id”参数是否指定,都会为集群创建默认安全组。
535
535
 
@@ -540,7 +540,7 @@ class RunJobFlowCommand:
540
540
 
541
541
  @auto_create_default_security_group.setter
542
542
  def auto_create_default_security_group(self, auto_create_default_security_group):
543
- """Sets the auto_create_default_security_group of this RunJobFlowCommand.
543
+ r"""Sets the auto_create_default_security_group of this RunJobFlowCommand.
544
544
 
545
545
  是否要创建MRS集群默认安全组,默认为false。 当指定该参数为true,则无论“security_groups_id”参数是否指定,都会为集群创建默认安全组。
546
546
 
@@ -551,7 +551,7 @@ class RunJobFlowCommand:
551
551
 
552
552
  @property
553
553
  def safe_mode(self):
554
- """Gets the safe_mode of this RunJobFlowCommand.
554
+ r"""Gets the safe_mode of this RunJobFlowCommand.
555
555
 
556
556
  MRS集群运行模式。 - SIMPLE:普通集群,表示Kerberos认证关闭,用户可使用集群提供的所有功能。 - KERBEROS:安全集群,表示Kerberos认证开启,普通用户无权限使用MRS集群的“文件管理”和“作业管理”功能,并且无法查看Hadoop、Spark的作业记录以及集群资源使用情况。如果需要使用集群更多功能,需要找Manager的管理员分配权限。
557
557
 
@@ -562,7 +562,7 @@ class RunJobFlowCommand:
562
562
 
563
563
  @safe_mode.setter
564
564
  def safe_mode(self, safe_mode):
565
- """Sets the safe_mode of this RunJobFlowCommand.
565
+ r"""Sets the safe_mode of this RunJobFlowCommand.
566
566
 
567
567
  MRS集群运行模式。 - SIMPLE:普通集群,表示Kerberos认证关闭,用户可使用集群提供的所有功能。 - KERBEROS:安全集群,表示Kerberos认证开启,普通用户无权限使用MRS集群的“文件管理”和“作业管理”功能,并且无法查看Hadoop、Spark的作业记录以及集群资源使用情况。如果需要使用集群更多功能,需要找Manager的管理员分配权限。
568
568
 
@@ -573,7 +573,7 @@ class RunJobFlowCommand:
573
573
 
574
574
  @property
575
575
  def manager_admin_password(self):
576
- """Gets the manager_admin_password of this RunJobFlowCommand.
576
+ r"""Gets the manager_admin_password of this RunJobFlowCommand.
577
577
 
578
578
  配置Manager管理员用户的密码。 - 密码长度应在8~26个字符之间。 - 至少包含四种字符组合,如大写字母,小写字母,数字,特殊字符(!@$%^-_=+[{}]:,./?),但不能包含空格。 - 不能与用户名或者倒序用户名相同。
579
579
 
@@ -584,7 +584,7 @@ class RunJobFlowCommand:
584
584
 
585
585
  @manager_admin_password.setter
586
586
  def manager_admin_password(self, manager_admin_password):
587
- """Sets the manager_admin_password of this RunJobFlowCommand.
587
+ r"""Sets the manager_admin_password of this RunJobFlowCommand.
588
588
 
589
589
  配置Manager管理员用户的密码。 - 密码长度应在8~26个字符之间。 - 至少包含四种字符组合,如大写字母,小写字母,数字,特殊字符(!@$%^-_=+[{}]:,./?),但不能包含空格。 - 不能与用户名或者倒序用户名相同。
590
590
 
@@ -595,7 +595,7 @@ class RunJobFlowCommand:
595
595
 
596
596
  @property
597
597
  def login_mode(self):
598
- """Gets the login_mode of this RunJobFlowCommand.
598
+ r"""Gets the login_mode of this RunJobFlowCommand.
599
599
 
600
600
  节点登录方式。 - PASSWORD:密码登录,选择此项时,node_root_password不能为空。 - KEYPAIR:密钥对登录,选择此项时,node_keypair_name不能为空。
601
601
 
@@ -606,7 +606,7 @@ class RunJobFlowCommand:
606
606
 
607
607
  @login_mode.setter
608
608
  def login_mode(self, login_mode):
609
- """Sets the login_mode of this RunJobFlowCommand.
609
+ r"""Sets the login_mode of this RunJobFlowCommand.
610
610
 
611
611
  节点登录方式。 - PASSWORD:密码登录,选择此项时,node_root_password不能为空。 - KEYPAIR:密钥对登录,选择此项时,node_keypair_name不能为空。
612
612
 
@@ -617,7 +617,7 @@ class RunJobFlowCommand:
617
617
 
618
618
  @property
619
619
  def node_root_password(self):
620
- """Gets the node_root_password of this RunJobFlowCommand.
620
+ r"""Gets the node_root_password of this RunJobFlowCommand.
621
621
 
622
622
  配置访问集群节点的root密码。 密码设置约束如下: - 字符串类型,可输入的字符串长度为8-26。 - 至少包含四种字符组合,如大写字母,小写字母,数字,特殊字符(!@$%^-_=+[{}]:,./?),但不能包含空格。 - 不能与用户名或者倒序用户名相同。
623
623
 
@@ -628,7 +628,7 @@ class RunJobFlowCommand:
628
628
 
629
629
  @node_root_password.setter
630
630
  def node_root_password(self, node_root_password):
631
- """Sets the node_root_password of this RunJobFlowCommand.
631
+ r"""Sets the node_root_password of this RunJobFlowCommand.
632
632
 
633
633
  配置访问集群节点的root密码。 密码设置约束如下: - 字符串类型,可输入的字符串长度为8-26。 - 至少包含四种字符组合,如大写字母,小写字母,数字,特殊字符(!@$%^-_=+[{}]:,./?),但不能包含空格。 - 不能与用户名或者倒序用户名相同。
634
634
 
@@ -639,7 +639,7 @@ class RunJobFlowCommand:
639
639
 
640
640
  @property
641
641
  def node_keypair_name(self):
642
- """Gets the node_keypair_name of this RunJobFlowCommand.
642
+ r"""Gets the node_keypair_name of this RunJobFlowCommand.
643
643
 
644
644
  密钥对名称。用户可以使用密钥对方式登录集群节点。
645
645
 
@@ -650,7 +650,7 @@ class RunJobFlowCommand:
650
650
 
651
651
  @node_keypair_name.setter
652
652
  def node_keypair_name(self, node_keypair_name):
653
- """Sets the node_keypair_name of this RunJobFlowCommand.
653
+ r"""Sets the node_keypair_name of this RunJobFlowCommand.
654
654
 
655
655
  密钥对名称。用户可以使用密钥对方式登录集群节点。
656
656
 
@@ -661,7 +661,7 @@ class RunJobFlowCommand:
661
661
 
662
662
  @property
663
663
  def enterprise_project_id(self):
664
- """Gets the enterprise_project_id of this RunJobFlowCommand.
664
+ r"""Gets the enterprise_project_id of this RunJobFlowCommand.
665
665
 
666
666
  企业项目ID。 创建集群时,给集群绑定企业项目ID。 默认设置为0,表示为default企业项目。 获取方式请参见《企业管理API参考》的“查询企业项目列表”响应消息表“enterprise_project字段数据结构说明”的“id”。
667
667
 
@@ -672,7 +672,7 @@ class RunJobFlowCommand:
672
672
 
673
673
  @enterprise_project_id.setter
674
674
  def enterprise_project_id(self, enterprise_project_id):
675
- """Sets the enterprise_project_id of this RunJobFlowCommand.
675
+ r"""Sets the enterprise_project_id of this RunJobFlowCommand.
676
676
 
677
677
  企业项目ID。 创建集群时,给集群绑定企业项目ID。 默认设置为0,表示为default企业项目。 获取方式请参见《企业管理API参考》的“查询企业项目列表”响应消息表“enterprise_project字段数据结构说明”的“id”。
678
678
 
@@ -683,7 +683,7 @@ class RunJobFlowCommand:
683
683
 
684
684
  @property
685
685
  def eip_address(self):
686
- """Gets the eip_address of this RunJobFlowCommand.
686
+ r"""Gets the eip_address of this RunJobFlowCommand.
687
687
 
688
688
  与MRS集群绑定的弹性公网IP,可实现使用弹性公网IP访问Manager的目的。该弹性公网IP必须已经创建且与集群在同一区域。
689
689
 
@@ -694,7 +694,7 @@ class RunJobFlowCommand:
694
694
 
695
695
  @eip_address.setter
696
696
  def eip_address(self, eip_address):
697
- """Sets the eip_address of this RunJobFlowCommand.
697
+ r"""Sets the eip_address of this RunJobFlowCommand.
698
698
 
699
699
  与MRS集群绑定的弹性公网IP,可实现使用弹性公网IP访问Manager的目的。该弹性公网IP必须已经创建且与集群在同一区域。
700
700
 
@@ -705,7 +705,7 @@ class RunJobFlowCommand:
705
705
 
706
706
  @property
707
707
  def eip_id(self):
708
- """Gets the eip_id of this RunJobFlowCommand.
708
+ r"""Gets the eip_id of this RunJobFlowCommand.
709
709
 
710
710
  当“eip_address”配置时,该参数必须配置,用于表示绑定的弹性公网IP的ID。可通过在VPC服务的“网络控制台 > 弹性公网IP和带宽 > 弹性公网IP”页面单击待绑定的弹性公网IP,在基本信息中获取“ID”。
711
711
 
@@ -716,7 +716,7 @@ class RunJobFlowCommand:
716
716
 
717
717
  @eip_id.setter
718
718
  def eip_id(self, eip_id):
719
- """Sets the eip_id of this RunJobFlowCommand.
719
+ r"""Sets the eip_id of this RunJobFlowCommand.
720
720
 
721
721
  当“eip_address”配置时,该参数必须配置,用于表示绑定的弹性公网IP的ID。可通过在VPC服务的“网络控制台 > 弹性公网IP和带宽 > 弹性公网IP”页面单击待绑定的弹性公网IP,在基本信息中获取“ID”。
722
722
 
@@ -727,7 +727,7 @@ class RunJobFlowCommand:
727
727
 
728
728
  @property
729
729
  def mrs_ecs_default_agency(self):
730
- """Gets the mrs_ecs_default_agency of this RunJobFlowCommand.
730
+ r"""Gets the mrs_ecs_default_agency of this RunJobFlowCommand.
731
731
 
732
732
  集群节点默认绑定的委托名称,固定为MRS_ECS_DEFAULT_AGENCY。 通过绑定委托,您可以将部分资源共享给ECS或BMS云服务来管理,例如通过配置ECS委托可自动获取AK/SK访问OBS。 MRS_ECS_DEFAULT_AGENCY委托拥有对象存储服务的OBS OperateAccess权限和在集群所在区域拥有CES FullAccess(对开启细粒度策略的用户)、CES Administrator和KMS Administrator权限。
733
733
 
@@ -738,7 +738,7 @@ class RunJobFlowCommand:
738
738
 
739
739
  @mrs_ecs_default_agency.setter
740
740
  def mrs_ecs_default_agency(self, mrs_ecs_default_agency):
741
- """Sets the mrs_ecs_default_agency of this RunJobFlowCommand.
741
+ r"""Sets the mrs_ecs_default_agency of this RunJobFlowCommand.
742
742
 
743
743
  集群节点默认绑定的委托名称,固定为MRS_ECS_DEFAULT_AGENCY。 通过绑定委托,您可以将部分资源共享给ECS或BMS云服务来管理,例如通过配置ECS委托可自动获取AK/SK访问OBS。 MRS_ECS_DEFAULT_AGENCY委托拥有对象存储服务的OBS OperateAccess权限和在集群所在区域拥有CES FullAccess(对开启细粒度策略的用户)、CES Administrator和KMS Administrator权限。
744
744
 
@@ -749,7 +749,7 @@ class RunJobFlowCommand:
749
749
 
750
750
  @property
751
751
  def template_id(self):
752
- """Gets the template_id of this RunJobFlowCommand.
752
+ r"""Gets the template_id of this RunJobFlowCommand.
753
753
 
754
754
  当集群类型为CUSTOM时,用于指定节点部署所使用的模板。 - mgmt_control_combined_v2:管控合设模板,管理角色和控制角色共同部署在Master节点中,数据实例合设在同一节点组。该部署方式适用于100个以下的节点,可以减少成本。 - mgmt_control_separated_v2:管控分设模板,管理角色和控制角色分别部署在不同的Master节点中,数据实例合设在同一节点组。该部署方式适用于100-500个节点,在高并发负载情况下表现更好。 - mgmt_control_data_separated_v2:数据分设模板,管理角色和控制角色分别部署在不同的Master节点中,数据实例分设在不同节点组。该部署方式适用于500个以上的节点,可以将各组件进一步分开部署,适用于更大的集群规模。
755
755
 
@@ -760,7 +760,7 @@ class RunJobFlowCommand:
760
760
 
761
761
  @template_id.setter
762
762
  def template_id(self, template_id):
763
- """Sets the template_id of this RunJobFlowCommand.
763
+ r"""Sets the template_id of this RunJobFlowCommand.
764
764
 
765
765
  当集群类型为CUSTOM时,用于指定节点部署所使用的模板。 - mgmt_control_combined_v2:管控合设模板,管理角色和控制角色共同部署在Master节点中,数据实例合设在同一节点组。该部署方式适用于100个以下的节点,可以减少成本。 - mgmt_control_separated_v2:管控分设模板,管理角色和控制角色分别部署在不同的Master节点中,数据实例合设在同一节点组。该部署方式适用于100-500个节点,在高并发负载情况下表现更好。 - mgmt_control_data_separated_v2:数据分设模板,管理角色和控制角色分别部署在不同的Master节点中,数据实例分设在不同节点组。该部署方式适用于500个以上的节点,可以将各组件进一步分开部署,适用于更大的集群规模。
766
766
 
@@ -771,7 +771,7 @@ class RunJobFlowCommand:
771
771
 
772
772
  @property
773
773
  def tags(self):
774
- """Gets the tags of this RunJobFlowCommand.
774
+ r"""Gets the tags of this RunJobFlowCommand.
775
775
 
776
776
  集群的标签信息。 同一个集群最多能使用10个tag,tag的名称(key)不能重复。
777
777
 
@@ -782,7 +782,7 @@ class RunJobFlowCommand:
782
782
 
783
783
  @tags.setter
784
784
  def tags(self, tags):
785
- """Sets the tags of this RunJobFlowCommand.
785
+ r"""Sets the tags of this RunJobFlowCommand.
786
786
 
787
787
  集群的标签信息。 同一个集群最多能使用10个tag,tag的名称(key)不能重复。
788
788
 
@@ -793,7 +793,7 @@ class RunJobFlowCommand:
793
793
 
794
794
  @property
795
795
  def log_collection(self):
796
- """Gets the log_collection of this RunJobFlowCommand.
796
+ r"""Gets the log_collection of this RunJobFlowCommand.
797
797
 
798
798
  集群创建失败时,是否收集失败日志。 默认设置为1,此时将创建OBS桶仅用于MRS集群创建失败时的日志收集。 枚举值: - 0:不收集 - 1:收集
799
799
 
@@ -804,7 +804,7 @@ class RunJobFlowCommand:
804
804
 
805
805
  @log_collection.setter
806
806
  def log_collection(self, log_collection):
807
- """Sets the log_collection of this RunJobFlowCommand.
807
+ r"""Sets the log_collection of this RunJobFlowCommand.
808
808
 
809
809
  集群创建失败时,是否收集失败日志。 默认设置为1,此时将创建OBS桶仅用于MRS集群创建失败时的日志收集。 枚举值: - 0:不收集 - 1:收集
810
810
 
@@ -815,7 +815,7 @@ class RunJobFlowCommand:
815
815
 
816
816
  @property
817
817
  def node_groups(self):
818
- """Gets the node_groups of this RunJobFlowCommand.
818
+ r"""Gets the node_groups of this RunJobFlowCommand.
819
819
 
820
820
  组成集群的节点组信息。
821
821
 
@@ -826,7 +826,7 @@ class RunJobFlowCommand:
826
826
 
827
827
  @node_groups.setter
828
828
  def node_groups(self, node_groups):
829
- """Sets the node_groups of this RunJobFlowCommand.
829
+ r"""Sets the node_groups of this RunJobFlowCommand.
830
830
 
831
831
  组成集群的节点组信息。
832
832
 
@@ -837,7 +837,7 @@ class RunJobFlowCommand:
837
837
 
838
838
  @property
839
839
  def bootstrap_scripts(self):
840
- """Gets the bootstrap_scripts of this RunJobFlowCommand.
840
+ r"""Gets the bootstrap_scripts of this RunJobFlowCommand.
841
841
 
842
842
  配置引导操作脚本信息。
843
843
 
@@ -848,7 +848,7 @@ class RunJobFlowCommand:
848
848
 
849
849
  @bootstrap_scripts.setter
850
850
  def bootstrap_scripts(self, bootstrap_scripts):
851
- """Sets the bootstrap_scripts of this RunJobFlowCommand.
851
+ r"""Sets the bootstrap_scripts of this RunJobFlowCommand.
852
852
 
853
853
  配置引导操作脚本信息。
854
854
 
@@ -859,7 +859,7 @@ class RunJobFlowCommand:
859
859
 
860
860
  @property
861
861
  def log_uri(self):
862
- """Gets the log_uri of this RunJobFlowCommand.
862
+ r"""Gets the log_uri of this RunJobFlowCommand.
863
863
 
864
864
  集群日志转储至OBS的具体路径。 开启日志转储功能后,日志上传需要对应OBS路径的读写权限, 请配置MRS_ECS_DEFULT_AGENCY默认委托或具有对应OBS路径读写权限的自定义委托。 具体请参见[配置存算分离集群(委托方式)](https://support.huaweicloud.com/usermanual-mrs/mrs_01_0768.html)。 该参数只适用于支持“集群日志转储OBS”特性的集群版本。
865
865
 
@@ -870,7 +870,7 @@ class RunJobFlowCommand:
870
870
 
871
871
  @log_uri.setter
872
872
  def log_uri(self, log_uri):
873
- """Sets the log_uri of this RunJobFlowCommand.
873
+ r"""Sets the log_uri of this RunJobFlowCommand.
874
874
 
875
875
  集群日志转储至OBS的具体路径。 开启日志转储功能后,日志上传需要对应OBS路径的读写权限, 请配置MRS_ECS_DEFULT_AGENCY默认委托或具有对应OBS路径读写权限的自定义委托。 具体请参见[配置存算分离集群(委托方式)](https://support.huaweicloud.com/usermanual-mrs/mrs_01_0768.html)。 该参数只适用于支持“集群日志转储OBS”特性的集群版本。
876
876
 
@@ -881,7 +881,7 @@ class RunJobFlowCommand:
881
881
 
882
882
  @property
883
883
  def component_configs(self):
884
- """Gets the component_configs of this RunJobFlowCommand.
884
+ r"""Gets the component_configs of this RunJobFlowCommand.
885
885
 
886
886
  集群组件自定义配置。 该参数只适用于支持“自定义组件配置创建集群”特性的集群版本。
887
887
 
@@ -892,7 +892,7 @@ class RunJobFlowCommand:
892
892
 
893
893
  @component_configs.setter
894
894
  def component_configs(self, component_configs):
895
- """Sets the component_configs of this RunJobFlowCommand.
895
+ r"""Sets the component_configs of this RunJobFlowCommand.
896
896
 
897
897
  集群组件自定义配置。 该参数只适用于支持“自定义组件配置创建集群”特性的集群版本。
898
898
 
@@ -903,7 +903,7 @@ class RunJobFlowCommand:
903
903
 
904
904
  @property
905
905
  def delete_when_no_steps(self):
906
- """Gets the delete_when_no_steps of this RunJobFlowCommand.
906
+ r"""Gets the delete_when_no_steps of this RunJobFlowCommand.
907
907
 
908
908
  作业完成后是否自动删除集群,默认为false。
909
909
 
@@ -914,7 +914,7 @@ class RunJobFlowCommand:
914
914
 
915
915
  @delete_when_no_steps.setter
916
916
  def delete_when_no_steps(self, delete_when_no_steps):
917
- """Sets the delete_when_no_steps of this RunJobFlowCommand.
917
+ r"""Sets the delete_when_no_steps of this RunJobFlowCommand.
918
918
 
919
919
  作业完成后是否自动删除集群,默认为false。
920
920
 
@@ -925,7 +925,7 @@ class RunJobFlowCommand:
925
925
 
926
926
  @property
927
927
  def steps(self):
928
- """Gets the steps of this RunJobFlowCommand.
928
+ r"""Gets the steps of this RunJobFlowCommand.
929
929
 
930
930
  作业列表。
931
931
 
@@ -936,7 +936,7 @@ class RunJobFlowCommand:
936
936
 
937
937
  @steps.setter
938
938
  def steps(self, steps):
939
- """Sets the steps of this RunJobFlowCommand.
939
+ r"""Sets the steps of this RunJobFlowCommand.
940
940
 
941
941
  作业列表。
942
942
 
@@ -25,7 +25,7 @@ class RunJobFlowRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """RunJobFlowRequest
28
+ r"""RunJobFlowRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class RunJobFlowRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this RunJobFlowRequest.
46
+ r"""Gets the body of this RunJobFlowRequest.
47
47
 
48
48
  :return: The body of this RunJobFlowRequest.
49
49
  :rtype: :class:`huaweicloudsdkmrs.v2.RunJobFlowCommand`
@@ -52,7 +52,7 @@ class RunJobFlowRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this RunJobFlowRequest.
55
+ r"""Sets the body of this RunJobFlowRequest.
56
56
 
57
57
  :param body: The body of this RunJobFlowRequest.
58
58
  :type body: :class:`huaweicloudsdkmrs.v2.RunJobFlowCommand`
@@ -26,7 +26,7 @@ class RunJobFlowResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, cluster_id=None):
29
- """RunJobFlowResponse
29
+ r"""RunJobFlowResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class RunJobFlowResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def cluster_id(self):
47
- """Gets the cluster_id of this RunJobFlowResponse.
47
+ r"""Gets the cluster_id of this RunJobFlowResponse.
48
48
 
49
49
  集群创建成功后系统返回的集群ID值。
50
50
 
@@ -55,7 +55,7 @@ class RunJobFlowResponse(SdkResponse):
55
55
 
56
56
  @cluster_id.setter
57
57
  def cluster_id(self, cluster_id):
58
- """Sets the cluster_id of this RunJobFlowResponse.
58
+ r"""Sets the cluster_id of this RunJobFlowResponse.
59
59
 
60
60
  集群创建成功后系统返回的集群ID值。
61
61