huaweicloudsdkiotanalytics 3.1.160__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 (273) 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 +139 -0
  7. huaweicloudsdkiotanalytics/v1/model/add_dev_data_response.py +112 -0
  8. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_request.py +144 -0
  9. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_response.py +145 -0
  10. huaweicloudsdkiotanalytics/v1/model/aggregate_metric.py +170 -0
  11. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics.py +253 -0
  12. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics_request.py +283 -0
  13. huaweicloudsdkiotanalytics/v1/model/aggregate_model.py +220 -0
  14. huaweicloudsdkiotanalytics/v1/model/aggregate_response.py +219 -0
  15. huaweicloudsdkiotanalytics/v1/model/analysis_model_request.py +246 -0
  16. huaweicloudsdkiotanalytics/v1/model/analysis_model_response.py +275 -0
  17. huaweicloudsdkiotanalytics/v1/model/analysis_request.py +189 -0
  18. huaweicloudsdkiotanalytics/v1/model/analysis_response.py +277 -0
  19. huaweicloudsdkiotanalytics/v1/model/api_content_req.py +114 -0
  20. huaweicloudsdkiotanalytics/v1/model/api_content_rsp.py +144 -0
  21. huaweicloudsdkiotanalytics/v1/model/asset_add_request.py +258 -0
  22. huaweicloudsdkiotanalytics/v1/model/asset_mod_request.py +231 -0
  23. huaweicloudsdkiotanalytics/v1/model/asset_model_add_request.py +201 -0
  24. huaweicloudsdkiotanalytics/v1/model/asset_model_mod_request.py +173 -0
  25. huaweicloudsdkiotanalytics/v1/model/asset_model_response.py +289 -0
  26. huaweicloudsdkiotanalytics/v1/model/asset_property_last_value.py +173 -0
  27. huaweicloudsdkiotanalytics/v1/model/asset_response.py +521 -0
  28. huaweicloudsdkiotanalytics/v1/model/column.py +200 -0
  29. huaweicloudsdkiotanalytics/v1/model/computing_resource.py +347 -0
  30. huaweicloudsdkiotanalytics/v1/model/content_detail_req.py +361 -0
  31. huaweicloudsdkiotanalytics/v1/model/content_detail_rsp.py +361 -0
  32. huaweicloudsdkiotanalytics/v1/model/create_asset_model_request.py +111 -0
  33. huaweicloudsdkiotanalytics/v1/model/create_asset_model_response.py +290 -0
  34. huaweicloudsdkiotanalytics/v1/model/create_asset_new_request.py +111 -0
  35. huaweicloudsdkiotanalytics/v1/model/create_asset_new_response.py +522 -0
  36. huaweicloudsdkiotanalytics/v1/model/create_batch_job_request.py +111 -0
  37. huaweicloudsdkiotanalytics/v1/model/create_batch_job_response.py +369 -0
  38. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request.py +111 -0
  39. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request_body.py +229 -0
  40. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_response.py +290 -0
  41. huaweicloudsdkiotanalytics/v1/model/create_datasource_req_dto.py +166 -0
  42. huaweicloudsdkiotanalytics/v1/model/create_datasource_request.py +111 -0
  43. huaweicloudsdkiotanalytics/v1/model/create_datasource_response.py +257 -0
  44. huaweicloudsdkiotanalytics/v1/model/create_group_request.py +111 -0
  45. huaweicloudsdkiotanalytics/v1/model/create_group_response.py +406 -0
  46. huaweicloudsdkiotanalytics/v1/model/create_run_request.py +139 -0
  47. huaweicloudsdkiotanalytics/v1/model/create_run_request_body.py +143 -0
  48. huaweicloudsdkiotanalytics/v1/model/create_run_response.py +228 -0
  49. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_request.py +144 -0
  50. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_response.py +145 -0
  51. huaweicloudsdkiotanalytics/v1/model/create_table_request.py +111 -0
  52. huaweicloudsdkiotanalytics/v1/model/create_table_request_body.py +489 -0
  53. huaweicloudsdkiotanalytics/v1/model/create_table_response.py +464 -0
  54. huaweicloudsdkiotanalytics/v1/model/data_schema.py +230 -0
  55. huaweicloudsdkiotanalytics/v1/model/data_store_dto.py +173 -0
  56. huaweicloudsdkiotanalytics/v1/model/datasource_rest_dto.py +256 -0
  57. huaweicloudsdkiotanalytics/v1/model/dcs_content_req.py +226 -0
  58. huaweicloudsdkiotanalytics/v1/model/dcs_content_rsp.py +260 -0
  59. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_request.py +114 -0
  60. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_response.py +85 -0
  61. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_request.py +114 -0
  62. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_response.py +85 -0
  63. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_request.py +114 -0
  64. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_response.py +116 -0
  65. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_request.py +114 -0
  66. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_response.py +116 -0
  67. huaweicloudsdkiotanalytics/v1/model/delete_data_store_request.py +114 -0
  68. huaweicloudsdkiotanalytics/v1/model/delete_data_store_response.py +85 -0
  69. huaweicloudsdkiotanalytics/v1/model/delete_datasource_request.py +114 -0
  70. huaweicloudsdkiotanalytics/v1/model/delete_datasource_response.py +116 -0
  71. huaweicloudsdkiotanalytics/v1/model/delete_group_request.py +114 -0
  72. huaweicloudsdkiotanalytics/v1/model/delete_group_response.py +85 -0
  73. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_request.py +114 -0
  74. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_response.py +112 -0
  75. huaweicloudsdkiotanalytics/v1/model/delete_run_request.py +142 -0
  76. huaweicloudsdkiotanalytics/v1/model/delete_run_response.py +116 -0
  77. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_request.py +114 -0
  78. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_response.py +112 -0
  79. huaweicloudsdkiotanalytics/v1/model/delete_table_request.py +114 -0
  80. huaweicloudsdkiotanalytics/v1/model/delete_table_response.py +145 -0
  81. huaweicloudsdkiotanalytics/v1/model/dis_content_req.py +198 -0
  82. huaweicloudsdkiotanalytics/v1/model/dis_content_rsp.py +202 -0
  83. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_metrics.py +170 -0
  84. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_request.py +140 -0
  85. huaweicloudsdkiotanalytics/v1/model/dt_schedule.py +114 -0
  86. huaweicloudsdkiotanalytics/v1/model/dt_stream_request.py +114 -0
  87. huaweicloudsdkiotanalytics/v1/model/dt_transform_metrics.py +170 -0
  88. huaweicloudsdkiotanalytics/v1/model/dt_transform_request.py +140 -0
  89. huaweicloudsdkiotanalytics/v1/model/edge_content_req.py +143 -0
  90. huaweicloudsdkiotanalytics/v1/model/edge_content_rsp.py +142 -0
  91. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_req.py +142 -0
  92. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_rsp.py +170 -0
  93. huaweicloudsdkiotanalytics/v1/model/export_dataset_request.py +142 -0
  94. huaweicloudsdkiotanalytics/v1/model/export_dataset_response.py +85 -0
  95. huaweicloudsdkiotanalytics/v1/model/expression.py +172 -0
  96. huaweicloudsdkiotanalytics/v1/model/formula.py +144 -0
  97. huaweicloudsdkiotanalytics/v1/model/function_graph_content_req.py +282 -0
  98. huaweicloudsdkiotanalytics/v1/model/function_graph_content_rsp.py +289 -0
  99. huaweicloudsdkiotanalytics/v1/model/get_data_store.py +318 -0
  100. huaweicloudsdkiotanalytics/v1/model/get_group.py +405 -0
  101. huaweicloudsdkiotanalytics/v1/model/get_history_request.py +195 -0
  102. huaweicloudsdkiotanalytics/v1/model/get_metrics_request.py +164 -0
  103. huaweicloudsdkiotanalytics/v1/model/get_metrics_value.py +164 -0
  104. huaweicloudsdkiotanalytics/v1/model/get_property_request.py +143 -0
  105. huaweicloudsdkiotanalytics/v1/model/history_values.py +144 -0
  106. huaweicloudsdkiotanalytics/v1/model/import_data_request.py +111 -0
  107. huaweicloudsdkiotanalytics/v1/model/import_data_request_body.py +401 -0
  108. huaweicloudsdkiotanalytics/v1/model/import_data_response.py +174 -0
  109. huaweicloudsdkiotanalytics/v1/model/input_model.py +138 -0
  110. huaweicloudsdkiotanalytics/v1/model/input_param.py +142 -0
  111. huaweicloudsdkiotanalytics/v1/model/input_request.py +138 -0
  112. huaweicloudsdkiotanalytics/v1/model/input_response.py +140 -0
  113. huaweicloudsdkiotanalytics/v1/model/iotda_content_req.py +142 -0
  114. huaweicloudsdkiotanalytics/v1/model/iotda_content_rsp.py +142 -0
  115. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_req.py +142 -0
  116. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_rsp.py +170 -0
  117. huaweicloudsdkiotanalytics/v1/model/iotda_rule_action.py +142 -0
  118. huaweicloudsdkiotanalytics/v1/model/job.py +366 -0
  119. huaweicloudsdkiotanalytics/v1/model/kafka_auth_info.py +139 -0
  120. huaweicloudsdkiotanalytics/v1/model/kafka_broker_info.py +142 -0
  121. huaweicloudsdkiotanalytics/v1/model/kafka_content_req.py +226 -0
  122. huaweicloudsdkiotanalytics/v1/model/kafka_content_rsp.py +227 -0
  123. huaweicloudsdkiotanalytics/v1/model/key_value.py +144 -0
  124. huaweicloudsdkiotanalytics/v1/model/last_asset_property_value_request.py +173 -0
  125. huaweicloudsdkiotanalytics/v1/model/list_asset_models_request.py +173 -0
  126. huaweicloudsdkiotanalytics/v1/model/list_asset_models_response.py +145 -0
  127. huaweicloudsdkiotanalytics/v1/model/list_assets_new_request.py +201 -0
  128. huaweicloudsdkiotanalytics/v1/model/list_assets_new_response.py +145 -0
  129. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_request.py +289 -0
  130. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_response.py +141 -0
  131. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_request.py +173 -0
  132. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_response.py +145 -0
  133. huaweicloudsdkiotanalytics/v1/model/list_data_stores_request.py +231 -0
  134. huaweicloudsdkiotanalytics/v1/model/list_data_stores_response.py +145 -0
  135. huaweicloudsdkiotanalytics/v1/model/list_groups_request.py +260 -0
  136. huaweicloudsdkiotanalytics/v1/model/list_groups_response.py +145 -0
  137. huaweicloudsdkiotanalytics/v1/model/list_history_request.py +139 -0
  138. huaweicloudsdkiotanalytics/v1/model/list_history_response.py +145 -0
  139. huaweicloudsdkiotanalytics/v1/model/list_metrics_request.py +139 -0
  140. huaweicloudsdkiotanalytics/v1/model/list_metrics_response.py +145 -0
  141. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_request.py +318 -0
  142. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_response.py +145 -0
  143. huaweicloudsdkiotanalytics/v1/model/list_runs_request.py +405 -0
  144. huaweicloudsdkiotanalytics/v1/model/list_runs_response.py +145 -0
  145. huaweicloudsdkiotanalytics/v1/model/list_tables_request.py +260 -0
  146. huaweicloudsdkiotanalytics/v1/model/list_tables_response.py +145 -0
  147. huaweicloudsdkiotanalytics/v1/model/list_tag_values_request.py +229 -0
  148. huaweicloudsdkiotanalytics/v1/model/list_tag_values_response.py +174 -0
  149. huaweicloudsdkiotanalytics/v1/model/metric.py +202 -0
  150. huaweicloudsdkiotanalytics/v1/model/metric_input.py +142 -0
  151. huaweicloudsdkiotanalytics/v1/model/metric_list.py +144 -0
  152. huaweicloudsdkiotanalytics/v1/model/metric_value.py +144 -0
  153. huaweicloudsdkiotanalytics/v1/model/model_arts_content_req.py +254 -0
  154. huaweicloudsdkiotanalytics/v1/model/model_arts_content_rsp.py +260 -0
  155. huaweicloudsdkiotanalytics/v1/model/model_property.py +202 -0
  156. huaweicloudsdkiotanalytics/v1/model/named_formula.py +142 -0
  157. huaweicloudsdkiotanalytics/v1/model/node_content_req.py +142 -0
  158. huaweicloudsdkiotanalytics/v1/model/node_content_rsp.py +144 -0
  159. huaweicloudsdkiotanalytics/v1/model/obs_content_req.py +170 -0
  160. huaweicloudsdkiotanalytics/v1/model/obs_content_rsp.py +173 -0
  161. huaweicloudsdkiotanalytics/v1/model/output_request.py +172 -0
  162. huaweicloudsdkiotanalytics/v1/model/output_response.py +230 -0
  163. huaweicloudsdkiotanalytics/v1/model/output_with_model.py +200 -0
  164. huaweicloudsdkiotanalytics/v1/model/pipeline_job_info_dto.py +463 -0
  165. huaweicloudsdkiotanalytics/v1/model/property_filter.py +170 -0
  166. huaweicloudsdkiotanalytics/v1/model/property_model_request.py +282 -0
  167. huaweicloudsdkiotanalytics/v1/model/property_model_response.py +311 -0
  168. huaweicloudsdkiotanalytics/v1/model/property_reference_model.py +200 -0
  169. huaweicloudsdkiotanalytics/v1/model/property_reference_req.py +115 -0
  170. huaweicloudsdkiotanalytics/v1/model/property_reference_response.py +229 -0
  171. huaweicloudsdkiotanalytics/v1/model/property_request.py +172 -0
  172. huaweicloudsdkiotanalytics/v1/model/property_response.py +340 -0
  173. huaweicloudsdkiotanalytics/v1/model/property_value.py +173 -0
  174. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_request.py +114 -0
  175. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_response.py +85 -0
  176. huaweicloudsdkiotanalytics/v1/model/raw_request.py +226 -0
  177. huaweicloudsdkiotanalytics/v1/model/raw_value.py +144 -0
  178. huaweicloudsdkiotanalytics/v1/model/run.py +366 -0
  179. huaweicloudsdkiotanalytics/v1/model/run_detail.py +168 -0
  180. huaweicloudsdkiotanalytics/v1/model/sasl_plain_auth_info.py +144 -0
  181. huaweicloudsdkiotanalytics/v1/model/schedule.py +342 -0
  182. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_request.py +202 -0
  183. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_response.py +145 -0
  184. huaweicloudsdkiotanalytics/v1/model/show_asset_model_request.py +114 -0
  185. huaweicloudsdkiotanalytics/v1/model/show_asset_model_response.py +290 -0
  186. huaweicloudsdkiotanalytics/v1/model/show_asset_new_request.py +142 -0
  187. huaweicloudsdkiotanalytics/v1/model/show_asset_new_response.py +522 -0
  188. huaweicloudsdkiotanalytics/v1/model/show_batch_job_request.py +114 -0
  189. huaweicloudsdkiotanalytics/v1/model/show_batch_job_response.py +369 -0
  190. huaweicloudsdkiotanalytics/v1/model/show_data_source_request.py +114 -0
  191. huaweicloudsdkiotanalytics/v1/model/show_data_source_response.py +257 -0
  192. huaweicloudsdkiotanalytics/v1/model/show_dataset_request.py +200 -0
  193. huaweicloudsdkiotanalytics/v1/model/show_dataset_response.py +199 -0
  194. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_request.py +114 -0
  195. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_response.py +141 -0
  196. huaweicloudsdkiotanalytics/v1/model/show_jobs_request.py +202 -0
  197. huaweicloudsdkiotanalytics/v1/model/show_jobs_response.py +145 -0
  198. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_request.py +139 -0
  199. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_response.py +116 -0
  200. huaweicloudsdkiotanalytics/v1/model/show_metric_value_request.py +139 -0
  201. huaweicloudsdkiotanalytics/v1/model/show_metric_value_response.py +145 -0
  202. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_request.py +114 -0
  203. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_response.py +141 -0
  204. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_request.py +139 -0
  205. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_response.py +145 -0
  206. huaweicloudsdkiotanalytics/v1/model/show_property_values_request.py +139 -0
  207. huaweicloudsdkiotanalytics/v1/model/show_property_values_response.py +116 -0
  208. huaweicloudsdkiotanalytics/v1/model/show_run_request.py +171 -0
  209. huaweicloudsdkiotanalytics/v1/model/show_run_response.py +290 -0
  210. huaweicloudsdkiotanalytics/v1/model/show_table_preview_request.py +114 -0
  211. huaweicloudsdkiotanalytics/v1/model/show_table_preview_response.py +145 -0
  212. huaweicloudsdkiotanalytics/v1/model/show_table_schema_request.py +114 -0
  213. huaweicloudsdkiotanalytics/v1/model/show_table_schema_response.py +373 -0
  214. huaweicloudsdkiotanalytics/v1/model/smn_content_req.py +170 -0
  215. huaweicloudsdkiotanalytics/v1/model/smn_content_rsp.py +173 -0
  216. huaweicloudsdkiotanalytics/v1/model/sql_job.py +114 -0
  217. huaweicloudsdkiotanalytics/v1/model/sql_job_query_dataset.py +172 -0
  218. huaweicloudsdkiotanalytics/v1/model/sql_job_run.py +114 -0
  219. huaweicloudsdkiotanalytics/v1/model/sql_job_run_detail.py +434 -0
  220. huaweicloudsdkiotanalytics/v1/model/sql_job_run_response_body.py +201 -0
  221. huaweicloudsdkiotanalytics/v1/model/start_job_request.py +201 -0
  222. huaweicloudsdkiotanalytics/v1/model/start_job_response.py +116 -0
  223. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_request.py +201 -0
  224. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_response.py +116 -0
  225. huaweicloudsdkiotanalytics/v1/model/stop_job_request.py +143 -0
  226. huaweicloudsdkiotanalytics/v1/model/stop_job_response.py +116 -0
  227. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_request.py +143 -0
  228. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_response.py +116 -0
  229. huaweicloudsdkiotanalytics/v1/model/storage_group.py +202 -0
  230. huaweicloudsdkiotanalytics/v1/model/stream_model.py +170 -0
  231. huaweicloudsdkiotanalytics/v1/model/stream_output.py +142 -0
  232. huaweicloudsdkiotanalytics/v1/model/stream_response.py +173 -0
  233. huaweicloudsdkiotanalytics/v1/model/streaming_job_info_dto.py +405 -0
  234. huaweicloudsdkiotanalytics/v1/model/table.py +463 -0
  235. huaweicloudsdkiotanalytics/v1/model/tag.py +144 -0
  236. huaweicloudsdkiotanalytics/v1/model/tag_info_dto.py +173 -0
  237. huaweicloudsdkiotanalytics/v1/model/time_span.py +142 -0
  238. huaweicloudsdkiotanalytics/v1/model/time_span_dt.py +144 -0
  239. huaweicloudsdkiotanalytics/v1/model/transform_metric.py +170 -0
  240. huaweicloudsdkiotanalytics/v1/model/transform_metrics.py +195 -0
  241. huaweicloudsdkiotanalytics/v1/model/transform_metrics_request.py +226 -0
  242. huaweicloudsdkiotanalytics/v1/model/transform_model.py +196 -0
  243. huaweicloudsdkiotanalytics/v1/model/transform_response.py +194 -0
  244. huaweicloudsdkiotanalytics/v1/model/update_asset_model_request.py +139 -0
  245. huaweicloudsdkiotanalytics/v1/model/update_asset_model_response.py +290 -0
  246. huaweicloudsdkiotanalytics/v1/model/update_asset_new_request.py +139 -0
  247. huaweicloudsdkiotanalytics/v1/model/update_asset_new_response.py +522 -0
  248. huaweicloudsdkiotanalytics/v1/model/update_batch_job_request.py +139 -0
  249. huaweicloudsdkiotanalytics/v1/model/update_batch_job_response.py +369 -0
  250. huaweicloudsdkiotanalytics/v1/model/update_data_source_request.py +139 -0
  251. huaweicloudsdkiotanalytics/v1/model/update_data_source_response.py +257 -0
  252. huaweicloudsdkiotanalytics/v1/model/update_data_store.py +202 -0
  253. huaweicloudsdkiotanalytics/v1/model/update_data_store_request.py +139 -0
  254. huaweicloudsdkiotanalytics/v1/model/update_data_store_response.py +319 -0
  255. huaweicloudsdkiotanalytics/v1/model/update_datasource_req_dto.py +167 -0
  256. huaweicloudsdkiotanalytics/v1/model/update_group_request.py +139 -0
  257. huaweicloudsdkiotanalytics/v1/model/update_group_response.py +406 -0
  258. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_request.py +172 -0
  259. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_response.py +203 -0
  260. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_request.py +172 -0
  261. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_response.py +203 -0
  262. huaweicloudsdkiotanalytics/v1/model/validate_sql_request.py +111 -0
  263. huaweicloudsdkiotanalytics/v1/model/validate_sql_request_body.py +115 -0
  264. huaweicloudsdkiotanalytics/v1/model/validate_sql_response.py +116 -0
  265. huaweicloudsdkiotanalytics/v1/model/vpcep_info.py +198 -0
  266. huaweicloudsdkiotanalytics/v1/model/vpcep_info_rsp.py +227 -0
  267. huaweicloudsdkiotanalytics/v1/region/__init__.py +0 -0
  268. huaweicloudsdkiotanalytics/v1/region/iotanalytics_region.py +31 -0
  269. huaweicloudsdkiotanalytics-3.1.160.dist-info/LICENSE +13 -0
  270. huaweicloudsdkiotanalytics-3.1.160.dist-info/METADATA +26 -0
  271. huaweicloudsdkiotanalytics-3.1.160.dist-info/RECORD +273 -0
  272. huaweicloudsdkiotanalytics-3.1.160.dist-info/WHEEL +5 -0
  273. huaweicloudsdkiotanalytics-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,342 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class Schedule:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'start_time': 'str',
21
+ 'end_time': 'str',
22
+ 'cron_expression': 'str',
23
+ 'computing_resource_id': 'str',
24
+ 'enable': 'bool',
25
+ 'conf': 'list[str]',
26
+ 'schedule_status': 'str',
27
+ 'next_fire_time': 'str',
28
+ 'prev_fire_time': 'str'
29
+ }
30
+
31
+ attribute_map = {
32
+ 'start_time': 'start_time',
33
+ 'end_time': 'end_time',
34
+ 'cron_expression': 'cron_expression',
35
+ 'computing_resource_id': 'computing_resource_id',
36
+ 'enable': 'enable',
37
+ 'conf': 'conf',
38
+ 'schedule_status': 'schedule_status',
39
+ 'next_fire_time': 'next_fire_time',
40
+ 'prev_fire_time': 'prev_fire_time'
41
+ }
42
+
43
+ def __init__(self, start_time=None, end_time=None, cron_expression=None, computing_resource_id=None, enable=None, conf=None, schedule_status=None, next_fire_time=None, prev_fire_time=None):
44
+ r"""Schedule
45
+
46
+ The model defined in huaweicloud sdk
47
+
48
+ :param start_time: 调度开始时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
49
+ :type start_time: str
50
+ :param end_time: 调度结束时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
51
+ :type end_time: str
52
+ :param cron_expression: Cron表达式,格式为<秒> <分> <时> <天> <月> <星期>
53
+ :type cron_expression: str
54
+ :param computing_resource_id: 计算资源ID。
55
+ :type computing_resource_id: str
56
+ :param enable: 调度启用状态. true: 调度中;false:停止调度。
57
+ :type enable: bool
58
+ :param conf: 作业运行配置信息。
59
+ :type conf: list[str]
60
+ :param schedule_status: 仅在查询作业和查询所有作业接口的响应返回。调度状态。1:NORMAL, 2:PAUSED, 3:COMPLETE, 4:ERROR, 5:BLOCKED
61
+ :type schedule_status: str
62
+ :param next_fire_time: 仅在查询作业和查询所有作业接口的响应返回。上一次调度开始时间。
63
+ :type next_fire_time: str
64
+ :param prev_fire_time: 仅在查询作业和查询所有作业接口的响应返回。下一次调度开始时间。
65
+ :type prev_fire_time: str
66
+ """
67
+
68
+
69
+
70
+ self._start_time = None
71
+ self._end_time = None
72
+ self._cron_expression = None
73
+ self._computing_resource_id = None
74
+ self._enable = None
75
+ self._conf = None
76
+ self._schedule_status = None
77
+ self._next_fire_time = None
78
+ self._prev_fire_time = None
79
+ self.discriminator = None
80
+
81
+ self.start_time = start_time
82
+ self.end_time = end_time
83
+ self.cron_expression = cron_expression
84
+ self.computing_resource_id = computing_resource_id
85
+ self.enable = enable
86
+ if conf is not None:
87
+ self.conf = conf
88
+ if schedule_status is not None:
89
+ self.schedule_status = schedule_status
90
+ if next_fire_time is not None:
91
+ self.next_fire_time = next_fire_time
92
+ if prev_fire_time is not None:
93
+ self.prev_fire_time = prev_fire_time
94
+
95
+ @property
96
+ def start_time(self):
97
+ r"""Gets the start_time of this Schedule.
98
+
99
+ 调度开始时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
100
+
101
+ :return: The start_time of this Schedule.
102
+ :rtype: str
103
+ """
104
+ return self._start_time
105
+
106
+ @start_time.setter
107
+ def start_time(self, start_time):
108
+ r"""Sets the start_time of this Schedule.
109
+
110
+ 调度开始时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
111
+
112
+ :param start_time: The start_time of this Schedule.
113
+ :type start_time: str
114
+ """
115
+ self._start_time = start_time
116
+
117
+ @property
118
+ def end_time(self):
119
+ r"""Gets the end_time of this Schedule.
120
+
121
+ 调度结束时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
122
+
123
+ :return: The end_time of this Schedule.
124
+ :rtype: str
125
+ """
126
+ return self._end_time
127
+
128
+ @end_time.setter
129
+ def end_time(self, end_time):
130
+ r"""Sets the end_time of this Schedule.
131
+
132
+ 调度结束时间。时间格式为ISO时区日期时间。例如2021-03-03T10:15:30+08:00
133
+
134
+ :param end_time: The end_time of this Schedule.
135
+ :type end_time: str
136
+ """
137
+ self._end_time = end_time
138
+
139
+ @property
140
+ def cron_expression(self):
141
+ r"""Gets the cron_expression of this Schedule.
142
+
143
+ Cron表达式,格式为<秒> <分> <时> <天> <月> <星期>
144
+
145
+ :return: The cron_expression of this Schedule.
146
+ :rtype: str
147
+ """
148
+ return self._cron_expression
149
+
150
+ @cron_expression.setter
151
+ def cron_expression(self, cron_expression):
152
+ r"""Sets the cron_expression of this Schedule.
153
+
154
+ Cron表达式,格式为<秒> <分> <时> <天> <月> <星期>
155
+
156
+ :param cron_expression: The cron_expression of this Schedule.
157
+ :type cron_expression: str
158
+ """
159
+ self._cron_expression = cron_expression
160
+
161
+ @property
162
+ def computing_resource_id(self):
163
+ r"""Gets the computing_resource_id of this Schedule.
164
+
165
+ 计算资源ID。
166
+
167
+ :return: The computing_resource_id of this Schedule.
168
+ :rtype: str
169
+ """
170
+ return self._computing_resource_id
171
+
172
+ @computing_resource_id.setter
173
+ def computing_resource_id(self, computing_resource_id):
174
+ r"""Sets the computing_resource_id of this Schedule.
175
+
176
+ 计算资源ID。
177
+
178
+ :param computing_resource_id: The computing_resource_id of this Schedule.
179
+ :type computing_resource_id: str
180
+ """
181
+ self._computing_resource_id = computing_resource_id
182
+
183
+ @property
184
+ def enable(self):
185
+ r"""Gets the enable of this Schedule.
186
+
187
+ 调度启用状态. true: 调度中;false:停止调度。
188
+
189
+ :return: The enable of this Schedule.
190
+ :rtype: bool
191
+ """
192
+ return self._enable
193
+
194
+ @enable.setter
195
+ def enable(self, enable):
196
+ r"""Sets the enable of this Schedule.
197
+
198
+ 调度启用状态. true: 调度中;false:停止调度。
199
+
200
+ :param enable: The enable of this Schedule.
201
+ :type enable: bool
202
+ """
203
+ self._enable = enable
204
+
205
+ @property
206
+ def conf(self):
207
+ r"""Gets the conf of this Schedule.
208
+
209
+ 作业运行配置信息。
210
+
211
+ :return: The conf of this Schedule.
212
+ :rtype: list[str]
213
+ """
214
+ return self._conf
215
+
216
+ @conf.setter
217
+ def conf(self, conf):
218
+ r"""Sets the conf of this Schedule.
219
+
220
+ 作业运行配置信息。
221
+
222
+ :param conf: The conf of this Schedule.
223
+ :type conf: list[str]
224
+ """
225
+ self._conf = conf
226
+
227
+ @property
228
+ def schedule_status(self):
229
+ r"""Gets the schedule_status of this Schedule.
230
+
231
+ 仅在查询作业和查询所有作业接口的响应返回。调度状态。1:NORMAL, 2:PAUSED, 3:COMPLETE, 4:ERROR, 5:BLOCKED
232
+
233
+ :return: The schedule_status of this Schedule.
234
+ :rtype: str
235
+ """
236
+ return self._schedule_status
237
+
238
+ @schedule_status.setter
239
+ def schedule_status(self, schedule_status):
240
+ r"""Sets the schedule_status of this Schedule.
241
+
242
+ 仅在查询作业和查询所有作业接口的响应返回。调度状态。1:NORMAL, 2:PAUSED, 3:COMPLETE, 4:ERROR, 5:BLOCKED
243
+
244
+ :param schedule_status: The schedule_status of this Schedule.
245
+ :type schedule_status: str
246
+ """
247
+ self._schedule_status = schedule_status
248
+
249
+ @property
250
+ def next_fire_time(self):
251
+ r"""Gets the next_fire_time of this Schedule.
252
+
253
+ 仅在查询作业和查询所有作业接口的响应返回。上一次调度开始时间。
254
+
255
+ :return: The next_fire_time of this Schedule.
256
+ :rtype: str
257
+ """
258
+ return self._next_fire_time
259
+
260
+ @next_fire_time.setter
261
+ def next_fire_time(self, next_fire_time):
262
+ r"""Sets the next_fire_time of this Schedule.
263
+
264
+ 仅在查询作业和查询所有作业接口的响应返回。上一次调度开始时间。
265
+
266
+ :param next_fire_time: The next_fire_time of this Schedule.
267
+ :type next_fire_time: str
268
+ """
269
+ self._next_fire_time = next_fire_time
270
+
271
+ @property
272
+ def prev_fire_time(self):
273
+ r"""Gets the prev_fire_time of this Schedule.
274
+
275
+ 仅在查询作业和查询所有作业接口的响应返回。下一次调度开始时间。
276
+
277
+ :return: The prev_fire_time of this Schedule.
278
+ :rtype: str
279
+ """
280
+ return self._prev_fire_time
281
+
282
+ @prev_fire_time.setter
283
+ def prev_fire_time(self, prev_fire_time):
284
+ r"""Sets the prev_fire_time of this Schedule.
285
+
286
+ 仅在查询作业和查询所有作业接口的响应返回。下一次调度开始时间。
287
+
288
+ :param prev_fire_time: The prev_fire_time of this Schedule.
289
+ :type prev_fire_time: str
290
+ """
291
+ self._prev_fire_time = prev_fire_time
292
+
293
+ def to_dict(self):
294
+ """Returns the model properties as a dict"""
295
+ result = {}
296
+
297
+ for attr, _ in six.iteritems(self.openapi_types):
298
+ value = getattr(self, attr)
299
+ if isinstance(value, list):
300
+ result[attr] = list(map(
301
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
302
+ value
303
+ ))
304
+ elif hasattr(value, "to_dict"):
305
+ result[attr] = value.to_dict()
306
+ elif isinstance(value, dict):
307
+ result[attr] = dict(map(
308
+ lambda item: (item[0], item[1].to_dict())
309
+ if hasattr(item[1], "to_dict") else item,
310
+ value.items()
311
+ ))
312
+ else:
313
+ if attr in self.sensitive_list:
314
+ result[attr] = "****"
315
+ else:
316
+ result[attr] = value
317
+
318
+ return result
319
+
320
+ def to_str(self):
321
+ """Returns the string representation of the model"""
322
+ import simplejson as json
323
+ if six.PY2:
324
+ import sys
325
+ reload(sys)
326
+ sys.setdefaultencoding("utf-8")
327
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
328
+
329
+ def __repr__(self):
330
+ """For `print`"""
331
+ return self.to_str()
332
+
333
+ def __eq__(self, other):
334
+ """Returns true if both objects are equal"""
335
+ if not isinstance(other, Schedule):
336
+ return False
337
+
338
+ return self.__dict__ == other.__dict__
339
+
340
+ def __ne__(self, other):
341
+ """Returns true if both objects are not equal"""
342
+ return not self == other
@@ -0,0 +1,202 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ShowAllDataSourceRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'name': 'str',
21
+ 'type': 'str',
22
+ 'limit': 'int',
23
+ 'offset': 'int'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'name': 'name',
28
+ 'type': 'type',
29
+ 'limit': 'limit',
30
+ 'offset': 'offset'
31
+ }
32
+
33
+ def __init__(self, name=None, type=None, limit=None, offset=None):
34
+ r"""ShowAllDataSourceRequest
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param name: filter
39
+ :type name: str
40
+ :param type: 数据源类型, 包括:OBS、DIS、IOTDA、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA、API
41
+ :type type: str
42
+ :param limit: 每次查询返回元素的上限
43
+ :type limit: int
44
+ :param offset: 偏移量,表示从此偏移量开始查询,offset大于等于0
45
+ :type offset: int
46
+ """
47
+
48
+
49
+
50
+ self._name = None
51
+ self._type = None
52
+ self._limit = None
53
+ self._offset = None
54
+ self.discriminator = None
55
+
56
+ if name is not None:
57
+ self.name = name
58
+ if type is not None:
59
+ self.type = type
60
+ if limit is not None:
61
+ self.limit = limit
62
+ if offset is not None:
63
+ self.offset = offset
64
+
65
+ @property
66
+ def name(self):
67
+ r"""Gets the name of this ShowAllDataSourceRequest.
68
+
69
+ filter
70
+
71
+ :return: The name of this ShowAllDataSourceRequest.
72
+ :rtype: str
73
+ """
74
+ return self._name
75
+
76
+ @name.setter
77
+ def name(self, name):
78
+ r"""Sets the name of this ShowAllDataSourceRequest.
79
+
80
+ filter
81
+
82
+ :param name: The name of this ShowAllDataSourceRequest.
83
+ :type name: str
84
+ """
85
+ self._name = name
86
+
87
+ @property
88
+ def type(self):
89
+ r"""Gets the type of this ShowAllDataSourceRequest.
90
+
91
+ 数据源类型, 包括:OBS、DIS、IOTDA、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA、API
92
+
93
+ :return: The type of this ShowAllDataSourceRequest.
94
+ :rtype: str
95
+ """
96
+ return self._type
97
+
98
+ @type.setter
99
+ def type(self, type):
100
+ r"""Sets the type of this ShowAllDataSourceRequest.
101
+
102
+ 数据源类型, 包括:OBS、DIS、IOTDA、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA、API
103
+
104
+ :param type: The type of this ShowAllDataSourceRequest.
105
+ :type type: str
106
+ """
107
+ self._type = type
108
+
109
+ @property
110
+ def limit(self):
111
+ r"""Gets the limit of this ShowAllDataSourceRequest.
112
+
113
+ 每次查询返回元素的上限
114
+
115
+ :return: The limit of this ShowAllDataSourceRequest.
116
+ :rtype: int
117
+ """
118
+ return self._limit
119
+
120
+ @limit.setter
121
+ def limit(self, limit):
122
+ r"""Sets the limit of this ShowAllDataSourceRequest.
123
+
124
+ 每次查询返回元素的上限
125
+
126
+ :param limit: The limit of this ShowAllDataSourceRequest.
127
+ :type limit: int
128
+ """
129
+ self._limit = limit
130
+
131
+ @property
132
+ def offset(self):
133
+ r"""Gets the offset of this ShowAllDataSourceRequest.
134
+
135
+ 偏移量,表示从此偏移量开始查询,offset大于等于0
136
+
137
+ :return: The offset of this ShowAllDataSourceRequest.
138
+ :rtype: int
139
+ """
140
+ return self._offset
141
+
142
+ @offset.setter
143
+ def offset(self, offset):
144
+ r"""Sets the offset of this ShowAllDataSourceRequest.
145
+
146
+ 偏移量,表示从此偏移量开始查询,offset大于等于0
147
+
148
+ :param offset: The offset of this ShowAllDataSourceRequest.
149
+ :type offset: int
150
+ """
151
+ self._offset = offset
152
+
153
+ def to_dict(self):
154
+ """Returns the model properties as a dict"""
155
+ result = {}
156
+
157
+ for attr, _ in six.iteritems(self.openapi_types):
158
+ value = getattr(self, attr)
159
+ if isinstance(value, list):
160
+ result[attr] = list(map(
161
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
162
+ value
163
+ ))
164
+ elif hasattr(value, "to_dict"):
165
+ result[attr] = value.to_dict()
166
+ elif isinstance(value, dict):
167
+ result[attr] = dict(map(
168
+ lambda item: (item[0], item[1].to_dict())
169
+ if hasattr(item[1], "to_dict") else item,
170
+ value.items()
171
+ ))
172
+ else:
173
+ if attr in self.sensitive_list:
174
+ result[attr] = "****"
175
+ else:
176
+ result[attr] = value
177
+
178
+ return result
179
+
180
+ def to_str(self):
181
+ """Returns the string representation of the model"""
182
+ import simplejson as json
183
+ if six.PY2:
184
+ import sys
185
+ reload(sys)
186
+ sys.setdefaultencoding("utf-8")
187
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
188
+
189
+ def __repr__(self):
190
+ """For `print`"""
191
+ return self.to_str()
192
+
193
+ def __eq__(self, other):
194
+ """Returns true if both objects are equal"""
195
+ if not isinstance(other, ShowAllDataSourceRequest):
196
+ return False
197
+
198
+ return self.__dict__ == other.__dict__
199
+
200
+ def __ne__(self, other):
201
+ """Returns true if both objects are not equal"""
202
+ return not self == other
@@ -0,0 +1,145 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ShowAllDataSourceResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'count': 'int',
22
+ 'datasources': 'list[DatasourceRestDTO]'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'count': 'count',
27
+ 'datasources': 'datasources'
28
+ }
29
+
30
+ def __init__(self, count=None, datasources=None):
31
+ r"""ShowAllDataSourceResponse
32
+
33
+ The model defined in huaweicloud sdk
34
+
35
+ :param count: 总数
36
+ :type count: int
37
+ :param datasources: 数据源列表
38
+ :type datasources: list[:class:`huaweicloudsdkiotanalytics.v1.DatasourceRestDTO`]
39
+ """
40
+
41
+ super(ShowAllDataSourceResponse, self).__init__()
42
+
43
+ self._count = None
44
+ self._datasources = None
45
+ self.discriminator = None
46
+
47
+ if count is not None:
48
+ self.count = count
49
+ if datasources is not None:
50
+ self.datasources = datasources
51
+
52
+ @property
53
+ def count(self):
54
+ r"""Gets the count of this ShowAllDataSourceResponse.
55
+
56
+ 总数
57
+
58
+ :return: The count of this ShowAllDataSourceResponse.
59
+ :rtype: int
60
+ """
61
+ return self._count
62
+
63
+ @count.setter
64
+ def count(self, count):
65
+ r"""Sets the count of this ShowAllDataSourceResponse.
66
+
67
+ 总数
68
+
69
+ :param count: The count of this ShowAllDataSourceResponse.
70
+ :type count: int
71
+ """
72
+ self._count = count
73
+
74
+ @property
75
+ def datasources(self):
76
+ r"""Gets the datasources of this ShowAllDataSourceResponse.
77
+
78
+ 数据源列表
79
+
80
+ :return: The datasources of this ShowAllDataSourceResponse.
81
+ :rtype: list[:class:`huaweicloudsdkiotanalytics.v1.DatasourceRestDTO`]
82
+ """
83
+ return self._datasources
84
+
85
+ @datasources.setter
86
+ def datasources(self, datasources):
87
+ r"""Sets the datasources of this ShowAllDataSourceResponse.
88
+
89
+ 数据源列表
90
+
91
+ :param datasources: The datasources of this ShowAllDataSourceResponse.
92
+ :type datasources: list[:class:`huaweicloudsdkiotanalytics.v1.DatasourceRestDTO`]
93
+ """
94
+ self._datasources = datasources
95
+
96
+ def to_dict(self):
97
+ """Returns the model properties as a dict"""
98
+ result = {}
99
+
100
+ for attr, _ in six.iteritems(self.openapi_types):
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ if six.PY2:
127
+ import sys
128
+ reload(sys)
129
+ sys.setdefaultencoding("utf-8")
130
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
131
+
132
+ def __repr__(self):
133
+ """For `print`"""
134
+ return self.to_str()
135
+
136
+ def __eq__(self, other):
137
+ """Returns true if both objects are equal"""
138
+ if not isinstance(other, ShowAllDataSourceResponse):
139
+ return False
140
+
141
+ return self.__dict__ == other.__dict__
142
+
143
+ def __ne__(self, other):
144
+ """Returns true if both objects are not equal"""
145
+ return not self == other