huaweicloudsdkiotanalytics 3.1.182__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 (272) hide show
  1. huaweicloudsdkiotanalytics/__init__.py +0 -0
  2. huaweicloudsdkiotanalytics/v1/__init__.py +269 -0
  3. huaweicloudsdkiotanalytics/v1/iotanalytics_async_client.py +4553 -0
  4. huaweicloudsdkiotanalytics/v1/iotanalytics_client.py +4550 -0
  5. huaweicloudsdkiotanalytics/v1/model/__init__.py +266 -0
  6. huaweicloudsdkiotanalytics/v1/model/add_dev_data_request.py +132 -0
  7. huaweicloudsdkiotanalytics/v1/model/add_dev_data_response.py +108 -0
  8. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_request.py +137 -0
  9. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_response.py +141 -0
  10. huaweicloudsdkiotanalytics/v1/model/aggregate_metric.py +163 -0
  11. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics.py +246 -0
  12. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics_request.py +276 -0
  13. huaweicloudsdkiotanalytics/v1/model/aggregate_model.py +213 -0
  14. huaweicloudsdkiotanalytics/v1/model/aggregate_response.py +212 -0
  15. huaweicloudsdkiotanalytics/v1/model/analysis_model_request.py +239 -0
  16. huaweicloudsdkiotanalytics/v1/model/analysis_model_response.py +268 -0
  17. huaweicloudsdkiotanalytics/v1/model/analysis_request.py +182 -0
  18. huaweicloudsdkiotanalytics/v1/model/analysis_response.py +270 -0
  19. huaweicloudsdkiotanalytics/v1/model/api_content_req.py +107 -0
  20. huaweicloudsdkiotanalytics/v1/model/api_content_rsp.py +137 -0
  21. huaweicloudsdkiotanalytics/v1/model/asset_add_request.py +251 -0
  22. huaweicloudsdkiotanalytics/v1/model/asset_mod_request.py +224 -0
  23. huaweicloudsdkiotanalytics/v1/model/asset_model_add_request.py +194 -0
  24. huaweicloudsdkiotanalytics/v1/model/asset_model_mod_request.py +166 -0
  25. huaweicloudsdkiotanalytics/v1/model/asset_model_response.py +282 -0
  26. huaweicloudsdkiotanalytics/v1/model/asset_property_last_value.py +166 -0
  27. huaweicloudsdkiotanalytics/v1/model/asset_response.py +514 -0
  28. huaweicloudsdkiotanalytics/v1/model/column.py +193 -0
  29. huaweicloudsdkiotanalytics/v1/model/computing_resource.py +340 -0
  30. huaweicloudsdkiotanalytics/v1/model/content_detail_req.py +354 -0
  31. huaweicloudsdkiotanalytics/v1/model/content_detail_rsp.py +354 -0
  32. huaweicloudsdkiotanalytics/v1/model/create_asset_model_request.py +104 -0
  33. huaweicloudsdkiotanalytics/v1/model/create_asset_model_response.py +286 -0
  34. huaweicloudsdkiotanalytics/v1/model/create_asset_new_request.py +104 -0
  35. huaweicloudsdkiotanalytics/v1/model/create_asset_new_response.py +518 -0
  36. huaweicloudsdkiotanalytics/v1/model/create_batch_job_request.py +104 -0
  37. huaweicloudsdkiotanalytics/v1/model/create_batch_job_response.py +365 -0
  38. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request.py +104 -0
  39. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request_body.py +222 -0
  40. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_response.py +286 -0
  41. huaweicloudsdkiotanalytics/v1/model/create_datasource_req_dto.py +159 -0
  42. huaweicloudsdkiotanalytics/v1/model/create_datasource_request.py +104 -0
  43. huaweicloudsdkiotanalytics/v1/model/create_datasource_response.py +253 -0
  44. huaweicloudsdkiotanalytics/v1/model/create_group_request.py +104 -0
  45. huaweicloudsdkiotanalytics/v1/model/create_group_response.py +402 -0
  46. huaweicloudsdkiotanalytics/v1/model/create_run_request.py +132 -0
  47. huaweicloudsdkiotanalytics/v1/model/create_run_request_body.py +136 -0
  48. huaweicloudsdkiotanalytics/v1/model/create_run_response.py +224 -0
  49. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_request.py +137 -0
  50. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_response.py +141 -0
  51. huaweicloudsdkiotanalytics/v1/model/create_table_request.py +104 -0
  52. huaweicloudsdkiotanalytics/v1/model/create_table_request_body.py +482 -0
  53. huaweicloudsdkiotanalytics/v1/model/create_table_response.py +460 -0
  54. huaweicloudsdkiotanalytics/v1/model/data_schema.py +223 -0
  55. huaweicloudsdkiotanalytics/v1/model/data_store_dto.py +166 -0
  56. huaweicloudsdkiotanalytics/v1/model/datasource_rest_dto.py +249 -0
  57. huaweicloudsdkiotanalytics/v1/model/dcs_content_req.py +219 -0
  58. huaweicloudsdkiotanalytics/v1/model/dcs_content_rsp.py +253 -0
  59. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_request.py +107 -0
  60. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_response.py +81 -0
  61. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_request.py +107 -0
  62. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_response.py +81 -0
  63. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_request.py +107 -0
  64. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_response.py +112 -0
  65. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_request.py +107 -0
  66. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_response.py +112 -0
  67. huaweicloudsdkiotanalytics/v1/model/delete_data_store_request.py +107 -0
  68. huaweicloudsdkiotanalytics/v1/model/delete_data_store_response.py +81 -0
  69. huaweicloudsdkiotanalytics/v1/model/delete_datasource_request.py +107 -0
  70. huaweicloudsdkiotanalytics/v1/model/delete_datasource_response.py +112 -0
  71. huaweicloudsdkiotanalytics/v1/model/delete_group_request.py +107 -0
  72. huaweicloudsdkiotanalytics/v1/model/delete_group_response.py +81 -0
  73. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_request.py +107 -0
  74. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_response.py +108 -0
  75. huaweicloudsdkiotanalytics/v1/model/delete_run_request.py +135 -0
  76. huaweicloudsdkiotanalytics/v1/model/delete_run_response.py +112 -0
  77. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_request.py +107 -0
  78. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_response.py +108 -0
  79. huaweicloudsdkiotanalytics/v1/model/delete_table_request.py +107 -0
  80. huaweicloudsdkiotanalytics/v1/model/delete_table_response.py +141 -0
  81. huaweicloudsdkiotanalytics/v1/model/dis_content_req.py +191 -0
  82. huaweicloudsdkiotanalytics/v1/model/dis_content_rsp.py +195 -0
  83. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_metrics.py +163 -0
  84. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_request.py +133 -0
  85. huaweicloudsdkiotanalytics/v1/model/dt_schedule.py +107 -0
  86. huaweicloudsdkiotanalytics/v1/model/dt_stream_request.py +107 -0
  87. huaweicloudsdkiotanalytics/v1/model/dt_transform_metrics.py +163 -0
  88. huaweicloudsdkiotanalytics/v1/model/dt_transform_request.py +133 -0
  89. huaweicloudsdkiotanalytics/v1/model/edge_content_req.py +136 -0
  90. huaweicloudsdkiotanalytics/v1/model/edge_content_rsp.py +135 -0
  91. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_req.py +135 -0
  92. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_rsp.py +163 -0
  93. huaweicloudsdkiotanalytics/v1/model/export_dataset_request.py +135 -0
  94. huaweicloudsdkiotanalytics/v1/model/export_dataset_response.py +81 -0
  95. huaweicloudsdkiotanalytics/v1/model/expression.py +165 -0
  96. huaweicloudsdkiotanalytics/v1/model/formula.py +137 -0
  97. huaweicloudsdkiotanalytics/v1/model/function_graph_content_req.py +275 -0
  98. huaweicloudsdkiotanalytics/v1/model/function_graph_content_rsp.py +282 -0
  99. huaweicloudsdkiotanalytics/v1/model/get_data_store.py +311 -0
  100. huaweicloudsdkiotanalytics/v1/model/get_group.py +398 -0
  101. huaweicloudsdkiotanalytics/v1/model/get_history_request.py +188 -0
  102. huaweicloudsdkiotanalytics/v1/model/get_metrics_request.py +157 -0
  103. huaweicloudsdkiotanalytics/v1/model/get_metrics_value.py +157 -0
  104. huaweicloudsdkiotanalytics/v1/model/get_property_request.py +136 -0
  105. huaweicloudsdkiotanalytics/v1/model/history_values.py +137 -0
  106. huaweicloudsdkiotanalytics/v1/model/import_data_request.py +104 -0
  107. huaweicloudsdkiotanalytics/v1/model/import_data_request_body.py +394 -0
  108. huaweicloudsdkiotanalytics/v1/model/import_data_response.py +170 -0
  109. huaweicloudsdkiotanalytics/v1/model/input_model.py +131 -0
  110. huaweicloudsdkiotanalytics/v1/model/input_param.py +135 -0
  111. huaweicloudsdkiotanalytics/v1/model/input_request.py +131 -0
  112. huaweicloudsdkiotanalytics/v1/model/input_response.py +133 -0
  113. huaweicloudsdkiotanalytics/v1/model/iotda_content_req.py +135 -0
  114. huaweicloudsdkiotanalytics/v1/model/iotda_content_rsp.py +135 -0
  115. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_req.py +135 -0
  116. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_rsp.py +163 -0
  117. huaweicloudsdkiotanalytics/v1/model/iotda_rule_action.py +135 -0
  118. huaweicloudsdkiotanalytics/v1/model/job.py +359 -0
  119. huaweicloudsdkiotanalytics/v1/model/kafka_auth_info.py +132 -0
  120. huaweicloudsdkiotanalytics/v1/model/kafka_broker_info.py +135 -0
  121. huaweicloudsdkiotanalytics/v1/model/kafka_content_req.py +219 -0
  122. huaweicloudsdkiotanalytics/v1/model/kafka_content_rsp.py +220 -0
  123. huaweicloudsdkiotanalytics/v1/model/key_value.py +137 -0
  124. huaweicloudsdkiotanalytics/v1/model/last_asset_property_value_request.py +166 -0
  125. huaweicloudsdkiotanalytics/v1/model/list_asset_models_request.py +166 -0
  126. huaweicloudsdkiotanalytics/v1/model/list_asset_models_response.py +141 -0
  127. huaweicloudsdkiotanalytics/v1/model/list_assets_new_request.py +194 -0
  128. huaweicloudsdkiotanalytics/v1/model/list_assets_new_response.py +141 -0
  129. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_request.py +282 -0
  130. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_response.py +137 -0
  131. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_request.py +166 -0
  132. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_response.py +141 -0
  133. huaweicloudsdkiotanalytics/v1/model/list_data_stores_request.py +224 -0
  134. huaweicloudsdkiotanalytics/v1/model/list_data_stores_response.py +141 -0
  135. huaweicloudsdkiotanalytics/v1/model/list_groups_request.py +253 -0
  136. huaweicloudsdkiotanalytics/v1/model/list_groups_response.py +141 -0
  137. huaweicloudsdkiotanalytics/v1/model/list_history_request.py +132 -0
  138. huaweicloudsdkiotanalytics/v1/model/list_history_response.py +141 -0
  139. huaweicloudsdkiotanalytics/v1/model/list_metrics_request.py +132 -0
  140. huaweicloudsdkiotanalytics/v1/model/list_metrics_response.py +141 -0
  141. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_request.py +311 -0
  142. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_response.py +141 -0
  143. huaweicloudsdkiotanalytics/v1/model/list_runs_request.py +398 -0
  144. huaweicloudsdkiotanalytics/v1/model/list_runs_response.py +141 -0
  145. huaweicloudsdkiotanalytics/v1/model/list_tables_request.py +253 -0
  146. huaweicloudsdkiotanalytics/v1/model/list_tables_response.py +141 -0
  147. huaweicloudsdkiotanalytics/v1/model/list_tag_values_request.py +222 -0
  148. huaweicloudsdkiotanalytics/v1/model/list_tag_values_response.py +170 -0
  149. huaweicloudsdkiotanalytics/v1/model/metric.py +195 -0
  150. huaweicloudsdkiotanalytics/v1/model/metric_input.py +135 -0
  151. huaweicloudsdkiotanalytics/v1/model/metric_list.py +137 -0
  152. huaweicloudsdkiotanalytics/v1/model/metric_value.py +137 -0
  153. huaweicloudsdkiotanalytics/v1/model/model_arts_content_req.py +247 -0
  154. huaweicloudsdkiotanalytics/v1/model/model_arts_content_rsp.py +253 -0
  155. huaweicloudsdkiotanalytics/v1/model/model_property.py +195 -0
  156. huaweicloudsdkiotanalytics/v1/model/named_formula.py +135 -0
  157. huaweicloudsdkiotanalytics/v1/model/node_content_req.py +135 -0
  158. huaweicloudsdkiotanalytics/v1/model/node_content_rsp.py +137 -0
  159. huaweicloudsdkiotanalytics/v1/model/obs_content_req.py +163 -0
  160. huaweicloudsdkiotanalytics/v1/model/obs_content_rsp.py +166 -0
  161. huaweicloudsdkiotanalytics/v1/model/output_request.py +165 -0
  162. huaweicloudsdkiotanalytics/v1/model/output_response.py +223 -0
  163. huaweicloudsdkiotanalytics/v1/model/output_with_model.py +193 -0
  164. huaweicloudsdkiotanalytics/v1/model/pipeline_job_info_dto.py +456 -0
  165. huaweicloudsdkiotanalytics/v1/model/property_filter.py +163 -0
  166. huaweicloudsdkiotanalytics/v1/model/property_model_request.py +275 -0
  167. huaweicloudsdkiotanalytics/v1/model/property_model_response.py +304 -0
  168. huaweicloudsdkiotanalytics/v1/model/property_reference_model.py +193 -0
  169. huaweicloudsdkiotanalytics/v1/model/property_reference_req.py +108 -0
  170. huaweicloudsdkiotanalytics/v1/model/property_reference_response.py +222 -0
  171. huaweicloudsdkiotanalytics/v1/model/property_request.py +165 -0
  172. huaweicloudsdkiotanalytics/v1/model/property_response.py +333 -0
  173. huaweicloudsdkiotanalytics/v1/model/property_value.py +166 -0
  174. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_request.py +107 -0
  175. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_response.py +81 -0
  176. huaweicloudsdkiotanalytics/v1/model/raw_request.py +219 -0
  177. huaweicloudsdkiotanalytics/v1/model/raw_value.py +137 -0
  178. huaweicloudsdkiotanalytics/v1/model/run.py +359 -0
  179. huaweicloudsdkiotanalytics/v1/model/run_detail.py +161 -0
  180. huaweicloudsdkiotanalytics/v1/model/sasl_plain_auth_info.py +137 -0
  181. huaweicloudsdkiotanalytics/v1/model/schedule.py +335 -0
  182. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_request.py +195 -0
  183. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_response.py +141 -0
  184. huaweicloudsdkiotanalytics/v1/model/show_asset_model_request.py +107 -0
  185. huaweicloudsdkiotanalytics/v1/model/show_asset_model_response.py +286 -0
  186. huaweicloudsdkiotanalytics/v1/model/show_asset_new_request.py +135 -0
  187. huaweicloudsdkiotanalytics/v1/model/show_asset_new_response.py +518 -0
  188. huaweicloudsdkiotanalytics/v1/model/show_batch_job_request.py +107 -0
  189. huaweicloudsdkiotanalytics/v1/model/show_batch_job_response.py +365 -0
  190. huaweicloudsdkiotanalytics/v1/model/show_data_source_request.py +107 -0
  191. huaweicloudsdkiotanalytics/v1/model/show_data_source_response.py +253 -0
  192. huaweicloudsdkiotanalytics/v1/model/show_dataset_request.py +193 -0
  193. huaweicloudsdkiotanalytics/v1/model/show_dataset_response.py +195 -0
  194. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_request.py +107 -0
  195. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_response.py +137 -0
  196. huaweicloudsdkiotanalytics/v1/model/show_jobs_request.py +195 -0
  197. huaweicloudsdkiotanalytics/v1/model/show_jobs_response.py +141 -0
  198. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_request.py +132 -0
  199. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_response.py +112 -0
  200. huaweicloudsdkiotanalytics/v1/model/show_metric_value_request.py +132 -0
  201. huaweicloudsdkiotanalytics/v1/model/show_metric_value_response.py +141 -0
  202. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_request.py +107 -0
  203. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_response.py +137 -0
  204. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_request.py +132 -0
  205. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_response.py +141 -0
  206. huaweicloudsdkiotanalytics/v1/model/show_property_values_request.py +132 -0
  207. huaweicloudsdkiotanalytics/v1/model/show_property_values_response.py +112 -0
  208. huaweicloudsdkiotanalytics/v1/model/show_run_request.py +164 -0
  209. huaweicloudsdkiotanalytics/v1/model/show_run_response.py +286 -0
  210. huaweicloudsdkiotanalytics/v1/model/show_table_preview_request.py +107 -0
  211. huaweicloudsdkiotanalytics/v1/model/show_table_preview_response.py +141 -0
  212. huaweicloudsdkiotanalytics/v1/model/show_table_schema_request.py +107 -0
  213. huaweicloudsdkiotanalytics/v1/model/show_table_schema_response.py +369 -0
  214. huaweicloudsdkiotanalytics/v1/model/smn_content_req.py +163 -0
  215. huaweicloudsdkiotanalytics/v1/model/smn_content_rsp.py +166 -0
  216. huaweicloudsdkiotanalytics/v1/model/sql_job.py +107 -0
  217. huaweicloudsdkiotanalytics/v1/model/sql_job_query_dataset.py +165 -0
  218. huaweicloudsdkiotanalytics/v1/model/sql_job_run.py +107 -0
  219. huaweicloudsdkiotanalytics/v1/model/sql_job_run_detail.py +427 -0
  220. huaweicloudsdkiotanalytics/v1/model/sql_job_run_response_body.py +194 -0
  221. huaweicloudsdkiotanalytics/v1/model/start_job_request.py +194 -0
  222. huaweicloudsdkiotanalytics/v1/model/start_job_response.py +112 -0
  223. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_request.py +194 -0
  224. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_response.py +112 -0
  225. huaweicloudsdkiotanalytics/v1/model/stop_job_request.py +136 -0
  226. huaweicloudsdkiotanalytics/v1/model/stop_job_response.py +112 -0
  227. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_request.py +136 -0
  228. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_response.py +112 -0
  229. huaweicloudsdkiotanalytics/v1/model/storage_group.py +195 -0
  230. huaweicloudsdkiotanalytics/v1/model/stream_model.py +163 -0
  231. huaweicloudsdkiotanalytics/v1/model/stream_output.py +135 -0
  232. huaweicloudsdkiotanalytics/v1/model/stream_response.py +166 -0
  233. huaweicloudsdkiotanalytics/v1/model/streaming_job_info_dto.py +398 -0
  234. huaweicloudsdkiotanalytics/v1/model/table.py +456 -0
  235. huaweicloudsdkiotanalytics/v1/model/tag.py +137 -0
  236. huaweicloudsdkiotanalytics/v1/model/tag_info_dto.py +166 -0
  237. huaweicloudsdkiotanalytics/v1/model/time_span.py +135 -0
  238. huaweicloudsdkiotanalytics/v1/model/time_span_dt.py +137 -0
  239. huaweicloudsdkiotanalytics/v1/model/transform_metric.py +163 -0
  240. huaweicloudsdkiotanalytics/v1/model/transform_metrics.py +188 -0
  241. huaweicloudsdkiotanalytics/v1/model/transform_metrics_request.py +219 -0
  242. huaweicloudsdkiotanalytics/v1/model/transform_model.py +189 -0
  243. huaweicloudsdkiotanalytics/v1/model/transform_response.py +187 -0
  244. huaweicloudsdkiotanalytics/v1/model/update_asset_model_request.py +132 -0
  245. huaweicloudsdkiotanalytics/v1/model/update_asset_model_response.py +286 -0
  246. huaweicloudsdkiotanalytics/v1/model/update_asset_new_request.py +132 -0
  247. huaweicloudsdkiotanalytics/v1/model/update_asset_new_response.py +518 -0
  248. huaweicloudsdkiotanalytics/v1/model/update_batch_job_request.py +132 -0
  249. huaweicloudsdkiotanalytics/v1/model/update_batch_job_response.py +365 -0
  250. huaweicloudsdkiotanalytics/v1/model/update_data_source_request.py +132 -0
  251. huaweicloudsdkiotanalytics/v1/model/update_data_source_response.py +253 -0
  252. huaweicloudsdkiotanalytics/v1/model/update_data_store.py +195 -0
  253. huaweicloudsdkiotanalytics/v1/model/update_data_store_request.py +132 -0
  254. huaweicloudsdkiotanalytics/v1/model/update_data_store_response.py +315 -0
  255. huaweicloudsdkiotanalytics/v1/model/update_datasource_req_dto.py +160 -0
  256. huaweicloudsdkiotanalytics/v1/model/update_group_request.py +132 -0
  257. huaweicloudsdkiotanalytics/v1/model/update_group_response.py +402 -0
  258. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_request.py +165 -0
  259. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_response.py +199 -0
  260. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_request.py +165 -0
  261. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_response.py +199 -0
  262. huaweicloudsdkiotanalytics/v1/model/validate_sql_request.py +104 -0
  263. huaweicloudsdkiotanalytics/v1/model/validate_sql_request_body.py +108 -0
  264. huaweicloudsdkiotanalytics/v1/model/validate_sql_response.py +112 -0
  265. huaweicloudsdkiotanalytics/v1/model/vpcep_info.py +191 -0
  266. huaweicloudsdkiotanalytics/v1/model/vpcep_info_rsp.py +220 -0
  267. huaweicloudsdkiotanalytics/v1/region/__init__.py +0 -0
  268. huaweicloudsdkiotanalytics/v1/region/iotanalytics_region.py +31 -0
  269. huaweicloudsdkiotanalytics-3.1.182.dist-info/METADATA +25 -0
  270. huaweicloudsdkiotanalytics-3.1.182.dist-info/RECORD +272 -0
  271. huaweicloudsdkiotanalytics-3.1.182.dist-info/WHEEL +4 -0
  272. huaweicloudsdkiotanalytics-3.1.182.dist-info/licenses/LICENSE +13 -0
@@ -0,0 +1,460 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.sdk_response import SdkResponse
4
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
5
+
6
+
7
+ class CreateTableResponse(SdkResponse):
8
+
9
+ """
10
+ Attributes:
11
+ openapi_types (dict): The key is attribute name
12
+ and the value is attribute type.
13
+ attribute_map (dict): The key is attribute name
14
+ and the value is json key in definition.
15
+ """
16
+ sensitive_list = []
17
+
18
+ openapi_types = {
19
+ 'table_id': 'str',
20
+ 'table_name': 'str',
21
+ 'table_alias': 'str',
22
+ 'created_time': 'str',
23
+ 'modified_time': 'str',
24
+ 'data_location': 'str',
25
+ 'data_type': 'str',
26
+ 'data_source': 'str',
27
+ 'table_type': 'str',
28
+ 'description': 'str',
29
+ 'partition_columns': 'list[str]',
30
+ 'data_store_id': 'str',
31
+ 'tags': 'str'
32
+ }
33
+
34
+ attribute_map = {
35
+ 'table_id': 'table_id',
36
+ 'table_name': 'table_name',
37
+ 'table_alias': 'table_alias',
38
+ 'created_time': 'created_time',
39
+ 'modified_time': 'modified_time',
40
+ 'data_location': 'data_location',
41
+ 'data_type': 'data_type',
42
+ 'data_source': 'data_source',
43
+ 'table_type': 'table_type',
44
+ 'description': 'description',
45
+ 'partition_columns': 'partition_columns',
46
+ 'data_store_id': 'data_store_id',
47
+ 'tags': 'tags'
48
+ }
49
+
50
+ def __init__(self, table_id=None, table_name=None, table_alias=None, created_time=None, modified_time=None, data_location=None, data_type=None, data_source=None, table_type=None, description=None, partition_columns=None, data_store_id=None, tags=None):
51
+ r"""CreateTableResponse
52
+
53
+ The model defined in huaweicloud sdk
54
+
55
+ :param table_id: 表ID。
56
+ :type table_id: str
57
+ :param table_name: 表名称。
58
+ :type table_name: str
59
+ :param table_alias: 表别名。
60
+ :type table_alias: str
61
+ :param created_time: 表创建时间。
62
+ :type created_time: str
63
+ :param modified_time: 表更新时间。
64
+ :type modified_time: str
65
+ :param data_location: 数据存储位置,分为IoTA和VIEW
66
+ :type data_location: str
67
+ :param data_type: 数据类型,包括“csv”,“parquet”。
68
+ :type data_type: str
69
+ :param data_source: 数据来源。来源类型有:pipeline, default. 默认为default.
70
+ :type data_source: str
71
+ :param table_type: 表类型:IoTA表为MANAGED, View为VIEW
72
+ :type table_type: str
73
+ :param description: 表的描述信息。
74
+ :type description: str
75
+ :param partition_columns: 分区字段。只有OBS分区表有该参数,其他表没有该参数。
76
+ :type partition_columns: list[str]
77
+ :param data_store_id: 仅当数据来源为pipeline时返回。Data Store ID.
78
+ :type data_store_id: str
79
+ :param tags: 标签。
80
+ :type tags: str
81
+ """
82
+
83
+ super().__init__()
84
+
85
+ self._table_id = None
86
+ self._table_name = None
87
+ self._table_alias = None
88
+ self._created_time = None
89
+ self._modified_time = None
90
+ self._data_location = None
91
+ self._data_type = None
92
+ self._data_source = None
93
+ self._table_type = None
94
+ self._description = None
95
+ self._partition_columns = None
96
+ self._data_store_id = None
97
+ self._tags = None
98
+ self.discriminator = None
99
+
100
+ if table_id is not None:
101
+ self.table_id = table_id
102
+ if table_name is not None:
103
+ self.table_name = table_name
104
+ if table_alias is not None:
105
+ self.table_alias = table_alias
106
+ if created_time is not None:
107
+ self.created_time = created_time
108
+ if modified_time is not None:
109
+ self.modified_time = modified_time
110
+ if data_location is not None:
111
+ self.data_location = data_location
112
+ if data_type is not None:
113
+ self.data_type = data_type
114
+ if data_source is not None:
115
+ self.data_source = data_source
116
+ if table_type is not None:
117
+ self.table_type = table_type
118
+ if description is not None:
119
+ self.description = description
120
+ if partition_columns is not None:
121
+ self.partition_columns = partition_columns
122
+ if data_store_id is not None:
123
+ self.data_store_id = data_store_id
124
+ if tags is not None:
125
+ self.tags = tags
126
+
127
+ @property
128
+ def table_id(self):
129
+ r"""Gets the table_id of this CreateTableResponse.
130
+
131
+ 表ID。
132
+
133
+ :return: The table_id of this CreateTableResponse.
134
+ :rtype: str
135
+ """
136
+ return self._table_id
137
+
138
+ @table_id.setter
139
+ def table_id(self, table_id):
140
+ r"""Sets the table_id of this CreateTableResponse.
141
+
142
+ 表ID。
143
+
144
+ :param table_id: The table_id of this CreateTableResponse.
145
+ :type table_id: str
146
+ """
147
+ self._table_id = table_id
148
+
149
+ @property
150
+ def table_name(self):
151
+ r"""Gets the table_name of this CreateTableResponse.
152
+
153
+ 表名称。
154
+
155
+ :return: The table_name of this CreateTableResponse.
156
+ :rtype: str
157
+ """
158
+ return self._table_name
159
+
160
+ @table_name.setter
161
+ def table_name(self, table_name):
162
+ r"""Sets the table_name of this CreateTableResponse.
163
+
164
+ 表名称。
165
+
166
+ :param table_name: The table_name of this CreateTableResponse.
167
+ :type table_name: str
168
+ """
169
+ self._table_name = table_name
170
+
171
+ @property
172
+ def table_alias(self):
173
+ r"""Gets the table_alias of this CreateTableResponse.
174
+
175
+ 表别名。
176
+
177
+ :return: The table_alias of this CreateTableResponse.
178
+ :rtype: str
179
+ """
180
+ return self._table_alias
181
+
182
+ @table_alias.setter
183
+ def table_alias(self, table_alias):
184
+ r"""Sets the table_alias of this CreateTableResponse.
185
+
186
+ 表别名。
187
+
188
+ :param table_alias: The table_alias of this CreateTableResponse.
189
+ :type table_alias: str
190
+ """
191
+ self._table_alias = table_alias
192
+
193
+ @property
194
+ def created_time(self):
195
+ r"""Gets the created_time of this CreateTableResponse.
196
+
197
+ 表创建时间。
198
+
199
+ :return: The created_time of this CreateTableResponse.
200
+ :rtype: str
201
+ """
202
+ return self._created_time
203
+
204
+ @created_time.setter
205
+ def created_time(self, created_time):
206
+ r"""Sets the created_time of this CreateTableResponse.
207
+
208
+ 表创建时间。
209
+
210
+ :param created_time: The created_time of this CreateTableResponse.
211
+ :type created_time: str
212
+ """
213
+ self._created_time = created_time
214
+
215
+ @property
216
+ def modified_time(self):
217
+ r"""Gets the modified_time of this CreateTableResponse.
218
+
219
+ 表更新时间。
220
+
221
+ :return: The modified_time of this CreateTableResponse.
222
+ :rtype: str
223
+ """
224
+ return self._modified_time
225
+
226
+ @modified_time.setter
227
+ def modified_time(self, modified_time):
228
+ r"""Sets the modified_time of this CreateTableResponse.
229
+
230
+ 表更新时间。
231
+
232
+ :param modified_time: The modified_time of this CreateTableResponse.
233
+ :type modified_time: str
234
+ """
235
+ self._modified_time = modified_time
236
+
237
+ @property
238
+ def data_location(self):
239
+ r"""Gets the data_location of this CreateTableResponse.
240
+
241
+ 数据存储位置,分为IoTA和VIEW
242
+
243
+ :return: The data_location of this CreateTableResponse.
244
+ :rtype: str
245
+ """
246
+ return self._data_location
247
+
248
+ @data_location.setter
249
+ def data_location(self, data_location):
250
+ r"""Sets the data_location of this CreateTableResponse.
251
+
252
+ 数据存储位置,分为IoTA和VIEW
253
+
254
+ :param data_location: The data_location of this CreateTableResponse.
255
+ :type data_location: str
256
+ """
257
+ self._data_location = data_location
258
+
259
+ @property
260
+ def data_type(self):
261
+ r"""Gets the data_type of this CreateTableResponse.
262
+
263
+ 数据类型,包括“csv”,“parquet”。
264
+
265
+ :return: The data_type of this CreateTableResponse.
266
+ :rtype: str
267
+ """
268
+ return self._data_type
269
+
270
+ @data_type.setter
271
+ def data_type(self, data_type):
272
+ r"""Sets the data_type of this CreateTableResponse.
273
+
274
+ 数据类型,包括“csv”,“parquet”。
275
+
276
+ :param data_type: The data_type of this CreateTableResponse.
277
+ :type data_type: str
278
+ """
279
+ self._data_type = data_type
280
+
281
+ @property
282
+ def data_source(self):
283
+ r"""Gets the data_source of this CreateTableResponse.
284
+
285
+ 数据来源。来源类型有:pipeline, default. 默认为default.
286
+
287
+ :return: The data_source of this CreateTableResponse.
288
+ :rtype: str
289
+ """
290
+ return self._data_source
291
+
292
+ @data_source.setter
293
+ def data_source(self, data_source):
294
+ r"""Sets the data_source of this CreateTableResponse.
295
+
296
+ 数据来源。来源类型有:pipeline, default. 默认为default.
297
+
298
+ :param data_source: The data_source of this CreateTableResponse.
299
+ :type data_source: str
300
+ """
301
+ self._data_source = data_source
302
+
303
+ @property
304
+ def table_type(self):
305
+ r"""Gets the table_type of this CreateTableResponse.
306
+
307
+ 表类型:IoTA表为MANAGED, View为VIEW
308
+
309
+ :return: The table_type of this CreateTableResponse.
310
+ :rtype: str
311
+ """
312
+ return self._table_type
313
+
314
+ @table_type.setter
315
+ def table_type(self, table_type):
316
+ r"""Sets the table_type of this CreateTableResponse.
317
+
318
+ 表类型:IoTA表为MANAGED, View为VIEW
319
+
320
+ :param table_type: The table_type of this CreateTableResponse.
321
+ :type table_type: str
322
+ """
323
+ self._table_type = table_type
324
+
325
+ @property
326
+ def description(self):
327
+ r"""Gets the description of this CreateTableResponse.
328
+
329
+ 表的描述信息。
330
+
331
+ :return: The description of this CreateTableResponse.
332
+ :rtype: str
333
+ """
334
+ return self._description
335
+
336
+ @description.setter
337
+ def description(self, description):
338
+ r"""Sets the description of this CreateTableResponse.
339
+
340
+ 表的描述信息。
341
+
342
+ :param description: The description of this CreateTableResponse.
343
+ :type description: str
344
+ """
345
+ self._description = description
346
+
347
+ @property
348
+ def partition_columns(self):
349
+ r"""Gets the partition_columns of this CreateTableResponse.
350
+
351
+ 分区字段。只有OBS分区表有该参数,其他表没有该参数。
352
+
353
+ :return: The partition_columns of this CreateTableResponse.
354
+ :rtype: list[str]
355
+ """
356
+ return self._partition_columns
357
+
358
+ @partition_columns.setter
359
+ def partition_columns(self, partition_columns):
360
+ r"""Sets the partition_columns of this CreateTableResponse.
361
+
362
+ 分区字段。只有OBS分区表有该参数,其他表没有该参数。
363
+
364
+ :param partition_columns: The partition_columns of this CreateTableResponse.
365
+ :type partition_columns: list[str]
366
+ """
367
+ self._partition_columns = partition_columns
368
+
369
+ @property
370
+ def data_store_id(self):
371
+ r"""Gets the data_store_id of this CreateTableResponse.
372
+
373
+ 仅当数据来源为pipeline时返回。Data Store ID.
374
+
375
+ :return: The data_store_id of this CreateTableResponse.
376
+ :rtype: str
377
+ """
378
+ return self._data_store_id
379
+
380
+ @data_store_id.setter
381
+ def data_store_id(self, data_store_id):
382
+ r"""Sets the data_store_id of this CreateTableResponse.
383
+
384
+ 仅当数据来源为pipeline时返回。Data Store ID.
385
+
386
+ :param data_store_id: The data_store_id of this CreateTableResponse.
387
+ :type data_store_id: str
388
+ """
389
+ self._data_store_id = data_store_id
390
+
391
+ @property
392
+ def tags(self):
393
+ r"""Gets the tags of this CreateTableResponse.
394
+
395
+ 标签。
396
+
397
+ :return: The tags of this CreateTableResponse.
398
+ :rtype: str
399
+ """
400
+ return self._tags
401
+
402
+ @tags.setter
403
+ def tags(self, tags):
404
+ r"""Sets the tags of this CreateTableResponse.
405
+
406
+ 标签。
407
+
408
+ :param tags: The tags of this CreateTableResponse.
409
+ :type tags: str
410
+ """
411
+ self._tags = tags
412
+
413
+ def to_dict(self):
414
+ import warnings
415
+ warnings.warn("CreateTableResponse.to_dict() is deprecated and no longer maintained, "
416
+ "use to_json_object() to get the response content.", DeprecationWarning)
417
+ result = {}
418
+
419
+ for attr, _ in self.openapi_types.items():
420
+ value = getattr(self, attr)
421
+ if isinstance(value, list):
422
+ result[attr] = list(map(
423
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
424
+ value
425
+ ))
426
+ elif hasattr(value, "to_dict"):
427
+ result[attr] = value.to_dict()
428
+ elif isinstance(value, dict):
429
+ result[attr] = dict(map(
430
+ lambda item: (item[0], item[1].to_dict())
431
+ if hasattr(item[1], "to_dict") else item,
432
+ value.items()
433
+ ))
434
+ else:
435
+ if attr in self.sensitive_list:
436
+ result[attr] = "****"
437
+ else:
438
+ result[attr] = value
439
+
440
+ return result
441
+
442
+ def to_str(self):
443
+ """Returns the string representation of the model"""
444
+ import simplejson as json
445
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
446
+
447
+ def __repr__(self):
448
+ """For `print`"""
449
+ return self.to_str()
450
+
451
+ def __eq__(self, other):
452
+ """Returns true if both objects are equal"""
453
+ if not isinstance(other, CreateTableResponse):
454
+ return False
455
+
456
+ return self.__dict__ == other.__dict__
457
+
458
+ def __ne__(self, other):
459
+ """Returns true if both objects are not equal"""
460
+ return not self == other
@@ -0,0 +1,223 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class DataSchema:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'min': 'float',
19
+ 'max': 'float',
20
+ 'min_length': 'int',
21
+ 'max_length': 'int',
22
+ 'data_type': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'min': 'min',
27
+ 'max': 'max',
28
+ 'min_length': 'min_length',
29
+ 'max_length': 'max_length',
30
+ 'data_type': 'data_type'
31
+ }
32
+
33
+ def __init__(self, min=None, max=None, min_length=None, max_length=None, data_type=None):
34
+ r"""DataSchema
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param min: integer或double类型的的最小值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
39
+ :type min: float
40
+ :param max: integer或double类型的最大值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
41
+ :type max: float
42
+ :param min_length: string类型的最小长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
43
+ :type min_length: int
44
+ :param max_length: string类型的最大长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
45
+ :type max_length: int
46
+ :param data_type: 数据类型,字符串(string)、整数(integer)、浮点数(double)、对象(object),系统支持的对象型存储大小为1MB,超过时不予存储
47
+ :type data_type: str
48
+ """
49
+
50
+
51
+
52
+ self._min = None
53
+ self._max = None
54
+ self._min_length = None
55
+ self._max_length = None
56
+ self._data_type = None
57
+ self.discriminator = None
58
+
59
+ if min is not None:
60
+ self.min = min
61
+ if max is not None:
62
+ self.max = max
63
+ if min_length is not None:
64
+ self.min_length = min_length
65
+ if max_length is not None:
66
+ self.max_length = max_length
67
+ self.data_type = data_type
68
+
69
+ @property
70
+ def min(self):
71
+ r"""Gets the min of this DataSchema.
72
+
73
+ integer或double类型的的最小值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
74
+
75
+ :return: The min of this DataSchema.
76
+ :rtype: float
77
+ """
78
+ return self._min
79
+
80
+ @min.setter
81
+ def min(self, min):
82
+ r"""Sets the min of this DataSchema.
83
+
84
+ integer或double类型的的最小值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
85
+
86
+ :param min: The min of this DataSchema.
87
+ :type min: float
88
+ """
89
+ self._min = min
90
+
91
+ @property
92
+ def max(self):
93
+ r"""Gets the max of this DataSchema.
94
+
95
+ integer或double类型的最大值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
96
+
97
+ :return: The max of this DataSchema.
98
+ :rtype: float
99
+ """
100
+ return self._max
101
+
102
+ @max.setter
103
+ def max(self, max):
104
+ r"""Sets the max of this DataSchema.
105
+
106
+ integer或double类型的最大值,当属性值超过范围时系统不予存储,integer时范围:-9223372036854775808 ~ 9223372036854775807;double时范围:-1.7976931348623157E308 ~ 1.7976931348623157E308
107
+
108
+ :param max: The max of this DataSchema.
109
+ :type max: float
110
+ """
111
+ self._max = max
112
+
113
+ @property
114
+ def min_length(self):
115
+ r"""Gets the min_length of this DataSchema.
116
+
117
+ string类型的最小长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
118
+
119
+ :return: The min_length of this DataSchema.
120
+ :rtype: int
121
+ """
122
+ return self._min_length
123
+
124
+ @min_length.setter
125
+ def min_length(self, min_length):
126
+ r"""Sets the min_length of this DataSchema.
127
+
128
+ string类型的最小长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
129
+
130
+ :param min_length: The min_length of this DataSchema.
131
+ :type min_length: int
132
+ """
133
+ self._min_length = min_length
134
+
135
+ @property
136
+ def max_length(self):
137
+ r"""Gets the max_length of this DataSchema.
138
+
139
+ string类型的最大长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
140
+
141
+ :return: The max_length of this DataSchema.
142
+ :rtype: int
143
+ """
144
+ return self._max_length
145
+
146
+ @max_length.setter
147
+ def max_length(self, max_length):
148
+ r"""Sets the max_length of this DataSchema.
149
+
150
+ string类型的最大长度,当属性值超过范围时系统不予存储,范围:0 ~ 4096
151
+
152
+ :param max_length: The max_length of this DataSchema.
153
+ :type max_length: int
154
+ """
155
+ self._max_length = max_length
156
+
157
+ @property
158
+ def data_type(self):
159
+ r"""Gets the data_type of this DataSchema.
160
+
161
+ 数据类型,字符串(string)、整数(integer)、浮点数(double)、对象(object),系统支持的对象型存储大小为1MB,超过时不予存储
162
+
163
+ :return: The data_type of this DataSchema.
164
+ :rtype: str
165
+ """
166
+ return self._data_type
167
+
168
+ @data_type.setter
169
+ def data_type(self, data_type):
170
+ r"""Sets the data_type of this DataSchema.
171
+
172
+ 数据类型,字符串(string)、整数(integer)、浮点数(double)、对象(object),系统支持的对象型存储大小为1MB,超过时不予存储
173
+
174
+ :param data_type: The data_type of this DataSchema.
175
+ :type data_type: str
176
+ """
177
+ self._data_type = data_type
178
+
179
+ def to_dict(self):
180
+ result = {}
181
+
182
+ for attr, _ in self.openapi_types.items():
183
+ value = getattr(self, attr)
184
+ if isinstance(value, list):
185
+ result[attr] = list(map(
186
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
187
+ value
188
+ ))
189
+ elif hasattr(value, "to_dict"):
190
+ result[attr] = value.to_dict()
191
+ elif isinstance(value, dict):
192
+ result[attr] = dict(map(
193
+ lambda item: (item[0], item[1].to_dict())
194
+ if hasattr(item[1], "to_dict") else item,
195
+ value.items()
196
+ ))
197
+ else:
198
+ if attr in self.sensitive_list:
199
+ result[attr] = "****"
200
+ else:
201
+ result[attr] = value
202
+
203
+ return result
204
+
205
+ def to_str(self):
206
+ """Returns the string representation of the model"""
207
+ import simplejson as json
208
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
209
+
210
+ def __repr__(self):
211
+ """For `print`"""
212
+ return self.to_str()
213
+
214
+ def __eq__(self, other):
215
+ """Returns true if both objects are equal"""
216
+ if not isinstance(other, DataSchema):
217
+ return False
218
+
219
+ return self.__dict__ == other.__dict__
220
+
221
+ def __ne__(self, other):
222
+ """Returns true if both objects are not equal"""
223
+ return not self == other