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
@@ -47,7 +47,7 @@ class AddJobsReqV11:
47
47
  }
48
48
 
49
49
  def __init__(self, job_type=None, job_name=None, jar_path=None, arguments=None, input=None, output=None, job_log=None, hive_script_path=None, hql=None, shutdown_cluster=None, submit_job_once_cluster_run=None, file_action=None):
50
- """AddJobsReqV11
50
+ r"""AddJobsReqV11
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -117,7 +117,7 @@ class AddJobsReqV11:
117
117
 
118
118
  @property
119
119
  def job_type(self):
120
- """Gets the job_type of this AddJobsReqV11.
120
+ r"""Gets the job_type of this AddJobsReqV11.
121
121
 
122
122
  作业类型码。 - 1:MapReduce - 2:Spark - 3:Hive Script - 4:HiveSQL(当前不支持) - 5:DistCp,导入、导出数据,(当前不支持)。 - 6:Spark Script - 7:Spark SQL,提交SQL语句,(当前不支持)。
123
123
 
@@ -128,7 +128,7 @@ class AddJobsReqV11:
128
128
 
129
129
  @job_type.setter
130
130
  def job_type(self, job_type):
131
- """Sets the job_type of this AddJobsReqV11.
131
+ r"""Sets the job_type of this AddJobsReqV11.
132
132
 
133
133
  作业类型码。 - 1:MapReduce - 2:Spark - 3:Hive Script - 4:HiveSQL(当前不支持) - 5:DistCp,导入、导出数据,(当前不支持)。 - 6:Spark Script - 7:Spark SQL,提交SQL语句,(当前不支持)。
134
134
 
@@ -139,7 +139,7 @@ class AddJobsReqV11:
139
139
 
140
140
  @property
141
141
  def job_name(self):
142
- """Gets the job_name of this AddJobsReqV11.
142
+ r"""Gets the job_name of this AddJobsReqV11.
143
143
 
144
144
  作业名称。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
145
145
 
@@ -150,7 +150,7 @@ class AddJobsReqV11:
150
150
 
151
151
  @job_name.setter
152
152
  def job_name(self, job_name):
153
- """Sets the job_name of this AddJobsReqV11.
153
+ r"""Sets the job_name of this AddJobsReqV11.
154
154
 
155
155
  作业名称。 只能由字母、数字、中划线和下划线组成,并且长度为1~64个字符。 说明: 不同作业的名称允许相同,但不建议设置相同。
156
156
 
@@ -161,7 +161,7 @@ class AddJobsReqV11:
161
161
 
162
162
  @property
163
163
  def jar_path(self):
164
- """Gets the jar_path of this AddJobsReqV11.
164
+ r"""Gets the jar_path of this AddJobsReqV11.
165
165
 
166
166
  执行程序Jar包或sql文件地址,需要满足如下要求: - 最多为1023字符,不能包含;|&>,<'$特殊字符,且不可为空或全空格。 - 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 - Spark Script需要以“.sql”结尾,MapReduce和Spark Jar需要以“.jar”结尾,sql和jar不区分大小写。
167
167
 
@@ -172,7 +172,7 @@ class AddJobsReqV11:
172
172
 
173
173
  @jar_path.setter
174
174
  def jar_path(self, jar_path):
175
- """Sets the jar_path of this AddJobsReqV11.
175
+ r"""Sets the jar_path of this AddJobsReqV11.
176
176
 
177
177
  执行程序Jar包或sql文件地址,需要满足如下要求: - 最多为1023字符,不能包含;|&>,<'$特殊字符,且不可为空或全空格。 - 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 - Spark Script需要以“.sql”结尾,MapReduce和Spark Jar需要以“.jar”结尾,sql和jar不区分大小写。
178
178
 
@@ -183,7 +183,7 @@ class AddJobsReqV11:
183
183
 
184
184
  @property
185
185
  def arguments(self):
186
- """Gets the arguments of this AddJobsReqV11.
186
+ r"""Gets the arguments of this AddJobsReqV11.
187
187
 
188
188
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$特殊字符,可为空。
189
189
 
@@ -194,7 +194,7 @@ class AddJobsReqV11:
194
194
 
195
195
  @arguments.setter
196
196
  def arguments(self, arguments):
197
- """Sets the arguments of this AddJobsReqV11.
197
+ r"""Sets the arguments of this AddJobsReqV11.
198
198
 
199
199
  程序执行的关键参数,该参数由用户程序内的函数指定,MRS只负责参数的传入。 最多为150000字符,不能包含;|&>'<$特殊字符,可为空。
200
200
 
@@ -205,7 +205,7 @@ class AddJobsReqV11:
205
205
 
206
206
  @property
207
207
  def input(self):
208
- """Gets the input of this AddJobsReqV11.
208
+ r"""Gets the input of this AddJobsReqV11.
209
209
 
210
210
  数据输入地址。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
211
211
 
@@ -216,7 +216,7 @@ class AddJobsReqV11:
216
216
 
217
217
  @input.setter
218
218
  def input(self, input):
219
- """Sets the input of this AddJobsReqV11.
219
+ r"""Sets the input of this AddJobsReqV11.
220
220
 
221
221
  数据输入地址。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
222
222
 
@@ -227,7 +227,7 @@ class AddJobsReqV11:
227
227
 
228
228
  @property
229
229
  def output(self):
230
- """Gets the output of this AddJobsReqV11.
230
+ r"""Gets the output of this AddJobsReqV11.
231
231
 
232
232
  数据输出地址。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。 - HDFS:以“/”开头。 如果该路径不存在,系统会自动创建。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
233
233
 
@@ -238,7 +238,7 @@ class AddJobsReqV11:
238
238
 
239
239
  @output.setter
240
240
  def output(self, output):
241
- """Sets the output of this AddJobsReqV11.
241
+ r"""Sets the output of this AddJobsReqV11.
242
242
 
243
243
  数据输出地址。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。 - HDFS:以“/”开头。 如果该路径不存在,系统会自动创建。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
244
244
 
@@ -249,7 +249,7 @@ class AddJobsReqV11:
249
249
 
250
250
  @property
251
251
  def job_log(self):
252
- """Gets the job_log of this AddJobsReqV11.
252
+ r"""Gets the job_log of this AddJobsReqV11.
253
253
 
254
254
  作业日志存储地址,该日志信息记录作业运行状态。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。 - HDFS:以“/”开头。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
255
255
 
@@ -260,7 +260,7 @@ class AddJobsReqV11:
260
260
 
261
261
  @job_log.setter
262
262
  def job_log(self, job_log):
263
- """Sets the job_log of this AddJobsReqV11.
263
+ r"""Sets the job_log of this AddJobsReqV11.
264
264
 
265
265
  作业日志存储地址,该日志信息记录作业运行状态。 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。 - HDFS:以“/”开头。 最多为1023字符,不能包含;|&>'<$特殊字符,可为空。
266
266
 
@@ -271,7 +271,7 @@ class AddJobsReqV11:
271
271
 
272
272
  @property
273
273
  def hive_script_path(self):
274
- """Gets the hive_script_path of this AddJobsReqV11.
274
+ r"""Gets the hive_script_path of this AddJobsReqV11.
275
275
 
276
276
  sql程序路径,仅Spark Script和Hive Script作业需要使用此参数。需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 - 需要以“.sql”结尾,sql不区分大小写。
277
277
 
@@ -282,7 +282,7 @@ class AddJobsReqV11:
282
282
 
283
283
  @hive_script_path.setter
284
284
  def hive_script_path(self, hive_script_path):
285
- """Sets the hive_script_path of this AddJobsReqV11.
285
+ r"""Sets the hive_script_path of this AddJobsReqV11.
286
286
 
287
287
  sql程序路径,仅Spark Script和Hive Script作业需要使用此参数。需要满足如下要求: - 最多为1023字符,不能包含;|&><'$特殊字符,且不可为空或全空格。 - 文件可存储于HDFS或者OBS中,不同的文件系统对应的路径存在差异。 - OBS:以“s3a://”开头。不支持KMS加密的文件或程序。 - HDFS:以“/”开头。 - 需要以“.sql”结尾,sql不区分大小写。
288
288
 
@@ -293,7 +293,7 @@ class AddJobsReqV11:
293
293
 
294
294
  @property
295
295
  def hql(self):
296
- """Gets the hql of this AddJobsReqV11.
296
+ r"""Gets the hql of this AddJobsReqV11.
297
297
 
298
298
  HQL脚本语句。
299
299
 
@@ -304,7 +304,7 @@ class AddJobsReqV11:
304
304
 
305
305
  @hql.setter
306
306
  def hql(self, hql):
307
- """Sets the hql of this AddJobsReqV11.
307
+ r"""Sets the hql of this AddJobsReqV11.
308
308
 
309
309
  HQL脚本语句。
310
310
 
@@ -315,7 +315,7 @@ class AddJobsReqV11:
315
315
 
316
316
  @property
317
317
  def shutdown_cluster(self):
318
- """Gets the shutdown_cluster of this AddJobsReqV11.
318
+ r"""Gets the shutdown_cluster of this AddJobsReqV11.
319
319
 
320
320
  作业执行完成后,是否删除集群。 - true:是 - false:否
321
321
 
@@ -326,7 +326,7 @@ class AddJobsReqV11:
326
326
 
327
327
  @shutdown_cluster.setter
328
328
  def shutdown_cluster(self, shutdown_cluster):
329
- """Sets the shutdown_cluster of this AddJobsReqV11.
329
+ r"""Sets the shutdown_cluster of this AddJobsReqV11.
330
330
 
331
331
  作业执行完成后,是否删除集群。 - true:是 - false:否
332
332
 
@@ -337,7 +337,7 @@ class AddJobsReqV11:
337
337
 
338
338
  @property
339
339
  def submit_job_once_cluster_run(self):
340
- """Gets the submit_job_once_cluster_run of this AddJobsReqV11.
340
+ r"""Gets the submit_job_once_cluster_run of this AddJobsReqV11.
341
341
 
342
342
  - true:创建集群同时提交作业 - false:单独提交作业 此处应设置为true。
343
343
 
@@ -348,7 +348,7 @@ class AddJobsReqV11:
348
348
 
349
349
  @submit_job_once_cluster_run.setter
350
350
  def submit_job_once_cluster_run(self, submit_job_once_cluster_run):
351
- """Sets the submit_job_once_cluster_run of this AddJobsReqV11.
351
+ r"""Sets the submit_job_once_cluster_run of this AddJobsReqV11.
352
352
 
353
353
  - true:创建集群同时提交作业 - false:单独提交作业 此处应设置为true。
354
354
 
@@ -359,7 +359,7 @@ class AddJobsReqV11:
359
359
 
360
360
  @property
361
361
  def file_action(self):
362
- """Gets the file_action of this AddJobsReqV11.
362
+ r"""Gets the file_action of this AddJobsReqV11.
363
363
 
364
364
  数据导入导出。 - import - export
365
365
 
@@ -370,7 +370,7 @@ class AddJobsReqV11:
370
370
 
371
371
  @file_action.setter
372
372
  def file_action(self, file_action):
373
- """Sets the file_action of this AddJobsReqV11.
373
+ r"""Sets the file_action of this AddJobsReqV11.
374
374
 
375
375
  数据导入导出。 - import - export
376
376
 
@@ -35,7 +35,7 @@ class AutoScalingPolicy:
35
35
  }
36
36
 
37
37
  def __init__(self, auto_scaling_enable=None, min_capacity=None, max_capacity=None, resources_plans=None, rules=None, exec_scripts=None):
38
- """AutoScalingPolicy
38
+ r"""AutoScalingPolicy
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -75,7 +75,7 @@ class AutoScalingPolicy:
75
75
 
76
76
  @property
77
77
  def auto_scaling_enable(self):
78
- """Gets the auto_scaling_enable of this AutoScalingPolicy.
78
+ r"""Gets the auto_scaling_enable of this AutoScalingPolicy.
79
79
 
80
80
  当前自动伸缩规则是否开启。
81
81
 
@@ -86,7 +86,7 @@ class AutoScalingPolicy:
86
86
 
87
87
  @auto_scaling_enable.setter
88
88
  def auto_scaling_enable(self, auto_scaling_enable):
89
- """Sets the auto_scaling_enable of this AutoScalingPolicy.
89
+ r"""Sets the auto_scaling_enable of this AutoScalingPolicy.
90
90
 
91
91
  当前自动伸缩规则是否开启。
92
92
 
@@ -97,7 +97,7 @@ class AutoScalingPolicy:
97
97
 
98
98
  @property
99
99
  def min_capacity(self):
100
- """Gets the min_capacity of this AutoScalingPolicy.
100
+ r"""Gets the min_capacity of this AutoScalingPolicy.
101
101
 
102
102
  指定该节点组的最小保留节点数。 取值范围:[0~500]
103
103
 
@@ -108,7 +108,7 @@ class AutoScalingPolicy:
108
108
 
109
109
  @min_capacity.setter
110
110
  def min_capacity(self, min_capacity):
111
- """Sets the min_capacity of this AutoScalingPolicy.
111
+ r"""Sets the min_capacity of this AutoScalingPolicy.
112
112
 
113
113
  指定该节点组的最小保留节点数。 取值范围:[0~500]
114
114
 
@@ -119,7 +119,7 @@ class AutoScalingPolicy:
119
119
 
120
120
  @property
121
121
  def max_capacity(self):
122
- """Gets the max_capacity of this AutoScalingPolicy.
122
+ r"""Gets the max_capacity of this AutoScalingPolicy.
123
123
 
124
124
  指定该节点组的最大节点数。 取值范围:[0~500]
125
125
 
@@ -130,7 +130,7 @@ class AutoScalingPolicy:
130
130
 
131
131
  @max_capacity.setter
132
132
  def max_capacity(self, max_capacity):
133
- """Sets the max_capacity of this AutoScalingPolicy.
133
+ r"""Sets the max_capacity of this AutoScalingPolicy.
134
134
 
135
135
  指定该节点组的最大节点数。 取值范围:[0~500]
136
136
 
@@ -141,7 +141,7 @@ class AutoScalingPolicy:
141
141
 
142
142
  @property
143
143
  def resources_plans(self):
144
- """Gets the resources_plans of this AutoScalingPolicy.
144
+ r"""Gets the resources_plans of this AutoScalingPolicy.
145
145
 
146
146
  资源计划列表。若该参数为空表示不启用资源计划。 当启用弹性伸缩时,资源计划与自动伸缩规则需至少配置其中一种。
147
147
 
@@ -152,7 +152,7 @@ class AutoScalingPolicy:
152
152
 
153
153
  @resources_plans.setter
154
154
  def resources_plans(self, resources_plans):
155
- """Sets the resources_plans of this AutoScalingPolicy.
155
+ r"""Sets the resources_plans of this AutoScalingPolicy.
156
156
 
157
157
  资源计划列表。若该参数为空表示不启用资源计划。 当启用弹性伸缩时,资源计划与自动伸缩规则需至少配置其中一种。
158
158
 
@@ -163,7 +163,7 @@ class AutoScalingPolicy:
163
163
 
164
164
  @property
165
165
  def rules(self):
166
- """Gets the rules of this AutoScalingPolicy.
166
+ r"""Gets the rules of this AutoScalingPolicy.
167
167
 
168
168
  自动伸缩的规则列表。 当启用弹性伸缩时,资源计划与自动伸缩规则需至少配置其中一种。
169
169
 
@@ -174,7 +174,7 @@ class AutoScalingPolicy:
174
174
 
175
175
  @rules.setter
176
176
  def rules(self, rules):
177
- """Sets the rules of this AutoScalingPolicy.
177
+ r"""Sets the rules of this AutoScalingPolicy.
178
178
 
179
179
  自动伸缩的规则列表。 当启用弹性伸缩时,资源计划与自动伸缩规则需至少配置其中一种。
180
180
 
@@ -185,7 +185,7 @@ class AutoScalingPolicy:
185
185
 
186
186
  @property
187
187
  def exec_scripts(self):
188
- """Gets the exec_scripts of this AutoScalingPolicy.
188
+ r"""Gets the exec_scripts of this AutoScalingPolicy.
189
189
 
190
190
  弹性伸缩自定义自动化脚本列表。若该参数为空表示不启用自动化脚本。
191
191
 
@@ -196,7 +196,7 @@ class AutoScalingPolicy:
196
196
 
197
197
  @exec_scripts.setter
198
198
  def exec_scripts(self, exec_scripts):
199
- """Sets the exec_scripts of this AutoScalingPolicy.
199
+ r"""Sets the exec_scripts of this AutoScalingPolicy.
200
200
 
201
201
  弹性伸缩自定义自动化脚本列表。若该参数为空表示不启用自动化脚本。
202
202
 
@@ -27,7 +27,7 @@ class AutoScalingPolicyReqV11:
27
27
  }
28
28
 
29
29
  def __init__(self, node_group=None, auto_scaling_policy=None):
30
- """AutoScalingPolicyReqV11
30
+ r"""AutoScalingPolicyReqV11
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class AutoScalingPolicyReqV11:
48
48
 
49
49
  @property
50
50
  def node_group(self):
51
- """Gets the node_group of this AutoScalingPolicyReqV11.
51
+ r"""Gets the node_group of this AutoScalingPolicyReqV11.
52
52
 
53
53
  弹性伸缩规则适用的节点类型,当前只支持task节点。
54
54
 
@@ -59,7 +59,7 @@ class AutoScalingPolicyReqV11:
59
59
 
60
60
  @node_group.setter
61
61
  def node_group(self, node_group):
62
- """Sets the node_group of this AutoScalingPolicyReqV11.
62
+ r"""Sets the node_group of this AutoScalingPolicyReqV11.
63
63
 
64
64
  弹性伸缩规则适用的节点类型,当前只支持task节点。
65
65
 
@@ -70,7 +70,7 @@ class AutoScalingPolicyReqV11:
70
70
 
71
71
  @property
72
72
  def auto_scaling_policy(self):
73
- """Gets the auto_scaling_policy of this AutoScalingPolicyReqV11.
73
+ r"""Gets the auto_scaling_policy of this AutoScalingPolicyReqV11.
74
74
 
75
75
  :return: The auto_scaling_policy of this AutoScalingPolicyReqV11.
76
76
  :rtype: :class:`huaweicloudsdkmrs.v1.AutoScalingPolicy`
@@ -79,7 +79,7 @@ class AutoScalingPolicyReqV11:
79
79
 
80
80
  @auto_scaling_policy.setter
81
81
  def auto_scaling_policy(self, auto_scaling_policy):
82
- """Sets the auto_scaling_policy of this AutoScalingPolicyReqV11.
82
+ r"""Sets the auto_scaling_policy of this AutoScalingPolicyReqV11.
83
83
 
84
84
  :param auto_scaling_policy: The auto_scaling_policy of this AutoScalingPolicyReqV11.
85
85
  :type auto_scaling_policy: :class:`huaweicloudsdkmrs.v1.AutoScalingPolicy`
@@ -29,7 +29,7 @@ class AvailableTag:
29
29
  }
30
30
 
31
31
  def __init__(self, mode=None, alias=None, public_border_group=None):
32
- """AvailableTag
32
+ r"""AvailableTag
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class AvailableTag:
57
57
 
58
58
  @property
59
59
  def mode(self):
60
- """Gets the mode of this AvailableTag.
60
+ r"""Gets the mode of this AvailableTag.
61
61
 
62
62
  可用区计费模式,分为专属dedicated和共享shard
63
63
 
@@ -68,7 +68,7 @@ class AvailableTag:
68
68
 
69
69
  @mode.setter
70
70
  def mode(self, mode):
71
- """Sets the mode of this AvailableTag.
71
+ r"""Sets the mode of this AvailableTag.
72
72
 
73
73
  可用区计费模式,分为专属dedicated和共享shard
74
74
 
@@ -79,7 +79,7 @@ class AvailableTag:
79
79
 
80
80
  @property
81
81
  def alias(self):
82
- """Gets the alias of this AvailableTag.
82
+ r"""Gets the alias of this AvailableTag.
83
83
 
84
84
  az的别名
85
85
 
@@ -90,7 +90,7 @@ class AvailableTag:
90
90
 
91
91
  @alias.setter
92
92
  def alias(self, alias):
93
- """Sets the alias of this AvailableTag.
93
+ r"""Sets the alias of this AvailableTag.
94
94
 
95
95
  az的别名
96
96
 
@@ -101,7 +101,7 @@ class AvailableTag:
101
101
 
102
102
  @property
103
103
  def public_border_group(self):
104
- """Gets the public_border_group of this AvailableTag.
104
+ r"""Gets the public_border_group of this AvailableTag.
105
105
 
106
106
  所属group。默认为”center”
107
107
 
@@ -112,7 +112,7 @@ class AvailableTag:
112
112
 
113
113
  @public_border_group.setter
114
114
  def public_border_group(self, public_border_group):
115
- """Sets the public_border_group of this AvailableTag.
115
+ r"""Sets the public_border_group of this AvailableTag.
116
116
 
117
117
  所属group。默认为”center”
118
118
 
@@ -41,7 +41,7 @@ class AvailableZoneV2:
41
41
  }
42
42
 
43
43
  def __init__(self, id=None, az_code=None, az_name=None, az_id=None, status=None, region_id=None, az_group_id=None, az_type=None, az_tags=None):
44
- """AvailableZoneV2
44
+ r"""AvailableZoneV2
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -99,7 +99,7 @@ class AvailableZoneV2:
99
99
 
100
100
  @property
101
101
  def id(self):
102
- """Gets the id of this AvailableZoneV2.
102
+ r"""Gets the id of this AvailableZoneV2.
103
103
 
104
104
  可用区编码
105
105
 
@@ -110,7 +110,7 @@ class AvailableZoneV2:
110
110
 
111
111
  @id.setter
112
112
  def id(self, id):
113
- """Sets the id of this AvailableZoneV2.
113
+ r"""Sets the id of this AvailableZoneV2.
114
114
 
115
115
  可用区编码
116
116
 
@@ -121,7 +121,7 @@ class AvailableZoneV2:
121
121
 
122
122
  @property
123
123
  def az_code(self):
124
- """Gets the az_code of this AvailableZoneV2.
124
+ r"""Gets the az_code of this AvailableZoneV2.
125
125
 
126
126
  可用区编码
127
127
 
@@ -132,7 +132,7 @@ class AvailableZoneV2:
132
132
 
133
133
  @az_code.setter
134
134
  def az_code(self, az_code):
135
- """Sets the az_code of this AvailableZoneV2.
135
+ r"""Sets the az_code of this AvailableZoneV2.
136
136
 
137
137
  可用区编码
138
138
 
@@ -143,7 +143,7 @@ class AvailableZoneV2:
143
143
 
144
144
  @property
145
145
  def az_name(self):
146
- """Gets the az_name of this AvailableZoneV2.
146
+ r"""Gets the az_name of this AvailableZoneV2.
147
147
 
148
148
  可用区名称
149
149
 
@@ -154,7 +154,7 @@ class AvailableZoneV2:
154
154
 
155
155
  @az_name.setter
156
156
  def az_name(self, az_name):
157
- """Sets the az_name of this AvailableZoneV2.
157
+ r"""Sets the az_name of this AvailableZoneV2.
158
158
 
159
159
  可用区名称
160
160
 
@@ -165,7 +165,7 @@ class AvailableZoneV2:
165
165
 
166
166
  @property
167
167
  def az_id(self):
168
- """Gets the az_id of this AvailableZoneV2.
168
+ r"""Gets the az_id of this AvailableZoneV2.
169
169
 
170
170
  可用区id
171
171
 
@@ -176,7 +176,7 @@ class AvailableZoneV2:
176
176
 
177
177
  @az_id.setter
178
178
  def az_id(self, az_id):
179
- """Sets the az_id of this AvailableZoneV2.
179
+ r"""Sets the az_id of this AvailableZoneV2.
180
180
 
181
181
  可用区id
182
182
 
@@ -187,7 +187,7 @@ class AvailableZoneV2:
187
187
 
188
188
  @property
189
189
  def status(self):
190
- """Gets the status of this AvailableZoneV2.
190
+ r"""Gets the status of this AvailableZoneV2.
191
191
 
192
192
  可用区状态
193
193
 
@@ -198,7 +198,7 @@ class AvailableZoneV2:
198
198
 
199
199
  @status.setter
200
200
  def status(self, status):
201
- """Sets the status of this AvailableZoneV2.
201
+ r"""Sets the status of this AvailableZoneV2.
202
202
 
203
203
  可用区状态
204
204
 
@@ -209,7 +209,7 @@ class AvailableZoneV2:
209
209
 
210
210
  @property
211
211
  def region_id(self):
212
- """Gets the region_id of this AvailableZoneV2.
212
+ r"""Gets the region_id of this AvailableZoneV2.
213
213
 
214
214
  区域id
215
215
 
@@ -220,7 +220,7 @@ class AvailableZoneV2:
220
220
 
221
221
  @region_id.setter
222
222
  def region_id(self, region_id):
223
- """Sets the region_id of this AvailableZoneV2.
223
+ r"""Sets the region_id of this AvailableZoneV2.
224
224
 
225
225
  区域id
226
226
 
@@ -231,7 +231,7 @@ class AvailableZoneV2:
231
231
 
232
232
  @property
233
233
  def az_group_id(self):
234
- """Gets the az_group_id of this AvailableZoneV2.
234
+ r"""Gets the az_group_id of this AvailableZoneV2.
235
235
 
236
236
  可用区分组id
237
237
 
@@ -242,7 +242,7 @@ class AvailableZoneV2:
242
242
 
243
243
  @az_group_id.setter
244
244
  def az_group_id(self, az_group_id):
245
- """Sets the az_group_id of this AvailableZoneV2.
245
+ r"""Sets the az_group_id of this AvailableZoneV2.
246
246
 
247
247
  可用区分组id
248
248
 
@@ -253,7 +253,7 @@ class AvailableZoneV2:
253
253
 
254
254
  @property
255
255
  def az_type(self):
256
- """Gets the az_type of this AvailableZoneV2.
256
+ r"""Gets the az_type of this AvailableZoneV2.
257
257
 
258
258
  当前AZ的类型 Core 核心 Satellite 卫星 Dedicated 专属 Virtual 虚拟 Edge 边缘 EdgeCental 中心边缘 Hybrid 混合云
259
259
 
@@ -264,7 +264,7 @@ class AvailableZoneV2:
264
264
 
265
265
  @az_type.setter
266
266
  def az_type(self, az_type):
267
- """Sets the az_type of this AvailableZoneV2.
267
+ r"""Sets the az_type of this AvailableZoneV2.
268
268
 
269
269
  当前AZ的类型 Core 核心 Satellite 卫星 Dedicated 专属 Virtual 虚拟 Edge 边缘 EdgeCental 中心边缘 Hybrid 混合云
270
270
 
@@ -275,7 +275,7 @@ class AvailableZoneV2:
275
275
 
276
276
  @property
277
277
  def az_tags(self):
278
- """Gets the az_tags of this AvailableZoneV2.
278
+ r"""Gets the az_tags of this AvailableZoneV2.
279
279
 
280
280
  :return: The az_tags of this AvailableZoneV2.
281
281
  :rtype: :class:`huaweicloudsdkmrs.v1.AvailableTag`
@@ -284,7 +284,7 @@ class AvailableZoneV2:
284
284
 
285
285
  @az_tags.setter
286
286
  def az_tags(self, az_tags):
287
- """Sets the az_tags of this AvailableZoneV2.
287
+ r"""Sets the az_tags of this AvailableZoneV2.
288
288
 
289
289
  :param az_tags: The az_tags of this AvailableZoneV2.
290
290
  :type az_tags: :class:`huaweicloudsdkmrs.v1.AvailableTag`
@@ -27,7 +27,7 @@ class BatchCreateClusterTagsReq:
27
27
  }
28
28
 
29
29
  def __init__(self, action=None, tags=None):
30
- """BatchCreateClusterTagsReq
30
+ r"""BatchCreateClusterTagsReq
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchCreateClusterTagsReq:
48
48
 
49
49
  @property
50
50
  def action(self):
51
- """Gets the action of this BatchCreateClusterTagsReq.
51
+ r"""Gets the action of this BatchCreateClusterTagsReq.
52
52
 
53
53
  操作标识:仅限于create(创建)。
54
54
 
@@ -59,7 +59,7 @@ class BatchCreateClusterTagsReq:
59
59
 
60
60
  @action.setter
61
61
  def action(self, action):
62
- """Sets the action of this BatchCreateClusterTagsReq.
62
+ r"""Sets the action of this BatchCreateClusterTagsReq.
63
63
 
64
64
  操作标识:仅限于create(创建)。
65
65
 
@@ -70,7 +70,7 @@ class BatchCreateClusterTagsReq:
70
70
 
71
71
  @property
72
72
  def tags(self):
73
- """Gets the tags of this BatchCreateClusterTagsReq.
73
+ r"""Gets the tags of this BatchCreateClusterTagsReq.
74
74
 
75
75
  标签列表。
76
76
 
@@ -81,7 +81,7 @@ class BatchCreateClusterTagsReq:
81
81
 
82
82
  @tags.setter
83
83
  def tags(self, tags):
84
- """Sets the tags of this BatchCreateClusterTagsReq.
84
+ r"""Sets the tags of this BatchCreateClusterTagsReq.
85
85
 
86
86
  标签列表。
87
87