tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__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 (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -23120,6 +23120,255 @@ class DescribeTablesResponse(AbstractModel):
23120
23120
  self._RequestId = params.get("RequestId")
23121
23121
 
23122
23122
 
23123
+ class DescribeTaskListRequest(AbstractModel):
23124
+ r"""DescribeTaskList请求参数结构体
23125
+
23126
+ """
23127
+
23128
+ def __init__(self):
23129
+ r"""
23130
+ :param _Limit: 返回数量,默认为10,最大值为100。
23131
+ :type Limit: int
23132
+ :param _Offset: 偏移量,默认为0。
23133
+ :type Offset: int
23134
+ :param _Filters: 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
23135
+ task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
23136
+ task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
23137
+ task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
23138
+ task-operator- string (子uin过滤)
23139
+ task-kind - string (任务类型过滤)
23140
+ :type Filters: list of Filter
23141
+ :param _SortBy: 排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
23142
+ :type SortBy: str
23143
+ :param _Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc。
23144
+ :type Sorting: str
23145
+ :param _StartTime: 起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
23146
+ :type StartTime: str
23147
+ :param _EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
23148
+ :type EndTime: str
23149
+ :param _DataEngineName: 数据引擎名称,用于筛选
23150
+ :type DataEngineName: str
23151
+ :param _ResourceGroupName: spark引擎资源组名称
23152
+ :type ResourceGroupName: str
23153
+ :param _HouseIds: 引擎id列表
23154
+ :type HouseIds: list of str
23155
+ """
23156
+ self._Limit = None
23157
+ self._Offset = None
23158
+ self._Filters = None
23159
+ self._SortBy = None
23160
+ self._Sorting = None
23161
+ self._StartTime = None
23162
+ self._EndTime = None
23163
+ self._DataEngineName = None
23164
+ self._ResourceGroupName = None
23165
+ self._HouseIds = None
23166
+
23167
+ @property
23168
+ def Limit(self):
23169
+ r"""返回数量,默认为10,最大值为100。
23170
+ :rtype: int
23171
+ """
23172
+ return self._Limit
23173
+
23174
+ @Limit.setter
23175
+ def Limit(self, Limit):
23176
+ self._Limit = Limit
23177
+
23178
+ @property
23179
+ def Offset(self):
23180
+ r"""偏移量,默认为0。
23181
+ :rtype: int
23182
+ """
23183
+ return self._Offset
23184
+
23185
+ @Offset.setter
23186
+ def Offset(self, Offset):
23187
+ self._Offset = Offset
23188
+
23189
+ @property
23190
+ def Filters(self):
23191
+ r"""过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
23192
+ task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
23193
+ task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
23194
+ task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
23195
+ task-operator- string (子uin过滤)
23196
+ task-kind - string (任务类型过滤)
23197
+ :rtype: list of Filter
23198
+ """
23199
+ return self._Filters
23200
+
23201
+ @Filters.setter
23202
+ def Filters(self, Filters):
23203
+ self._Filters = Filters
23204
+
23205
+ @property
23206
+ def SortBy(self):
23207
+ r"""排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
23208
+ :rtype: str
23209
+ """
23210
+ return self._SortBy
23211
+
23212
+ @SortBy.setter
23213
+ def SortBy(self, SortBy):
23214
+ self._SortBy = SortBy
23215
+
23216
+ @property
23217
+ def Sorting(self):
23218
+ r"""排序方式,desc表示正序,asc表示反序, 默认为asc。
23219
+ :rtype: str
23220
+ """
23221
+ return self._Sorting
23222
+
23223
+ @Sorting.setter
23224
+ def Sorting(self, Sorting):
23225
+ self._Sorting = Sorting
23226
+
23227
+ @property
23228
+ def StartTime(self):
23229
+ r"""起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
23230
+ :rtype: str
23231
+ """
23232
+ return self._StartTime
23233
+
23234
+ @StartTime.setter
23235
+ def StartTime(self, StartTime):
23236
+ self._StartTime = StartTime
23237
+
23238
+ @property
23239
+ def EndTime(self):
23240
+ r"""结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
23241
+ :rtype: str
23242
+ """
23243
+ return self._EndTime
23244
+
23245
+ @EndTime.setter
23246
+ def EndTime(self, EndTime):
23247
+ self._EndTime = EndTime
23248
+
23249
+ @property
23250
+ def DataEngineName(self):
23251
+ r"""数据引擎名称,用于筛选
23252
+ :rtype: str
23253
+ """
23254
+ return self._DataEngineName
23255
+
23256
+ @DataEngineName.setter
23257
+ def DataEngineName(self, DataEngineName):
23258
+ self._DataEngineName = DataEngineName
23259
+
23260
+ @property
23261
+ def ResourceGroupName(self):
23262
+ r"""spark引擎资源组名称
23263
+ :rtype: str
23264
+ """
23265
+ return self._ResourceGroupName
23266
+
23267
+ @ResourceGroupName.setter
23268
+ def ResourceGroupName(self, ResourceGroupName):
23269
+ self._ResourceGroupName = ResourceGroupName
23270
+
23271
+ @property
23272
+ def HouseIds(self):
23273
+ r"""引擎id列表
23274
+ :rtype: list of str
23275
+ """
23276
+ return self._HouseIds
23277
+
23278
+ @HouseIds.setter
23279
+ def HouseIds(self, HouseIds):
23280
+ self._HouseIds = HouseIds
23281
+
23282
+
23283
+ def _deserialize(self, params):
23284
+ self._Limit = params.get("Limit")
23285
+ self._Offset = params.get("Offset")
23286
+ if params.get("Filters") is not None:
23287
+ self._Filters = []
23288
+ for item in params.get("Filters"):
23289
+ obj = Filter()
23290
+ obj._deserialize(item)
23291
+ self._Filters.append(obj)
23292
+ self._SortBy = params.get("SortBy")
23293
+ self._Sorting = params.get("Sorting")
23294
+ self._StartTime = params.get("StartTime")
23295
+ self._EndTime = params.get("EndTime")
23296
+ self._DataEngineName = params.get("DataEngineName")
23297
+ self._ResourceGroupName = params.get("ResourceGroupName")
23298
+ self._HouseIds = params.get("HouseIds")
23299
+ memeber_set = set(params.keys())
23300
+ for name, value in vars(self).items():
23301
+ property_name = name[1:]
23302
+ if property_name in memeber_set:
23303
+ memeber_set.remove(property_name)
23304
+ if len(memeber_set) > 0:
23305
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
23306
+
23307
+
23308
+
23309
+ class DescribeTaskListResponse(AbstractModel):
23310
+ r"""DescribeTaskList返回参数结构体
23311
+
23312
+ """
23313
+
23314
+ def __init__(self):
23315
+ r"""
23316
+ :param _TaskList: 任务对象列表。
23317
+ :type TaskList: list of TaskFullRespInfo
23318
+ :param _TotalCount: 实例总数。
23319
+ :type TotalCount: int
23320
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23321
+ :type RequestId: str
23322
+ """
23323
+ self._TaskList = None
23324
+ self._TotalCount = None
23325
+ self._RequestId = None
23326
+
23327
+ @property
23328
+ def TaskList(self):
23329
+ r"""任务对象列表。
23330
+ :rtype: list of TaskFullRespInfo
23331
+ """
23332
+ return self._TaskList
23333
+
23334
+ @TaskList.setter
23335
+ def TaskList(self, TaskList):
23336
+ self._TaskList = TaskList
23337
+
23338
+ @property
23339
+ def TotalCount(self):
23340
+ r"""实例总数。
23341
+ :rtype: int
23342
+ """
23343
+ return self._TotalCount
23344
+
23345
+ @TotalCount.setter
23346
+ def TotalCount(self, TotalCount):
23347
+ self._TotalCount = TotalCount
23348
+
23349
+ @property
23350
+ def RequestId(self):
23351
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23352
+ :rtype: str
23353
+ """
23354
+ return self._RequestId
23355
+
23356
+ @RequestId.setter
23357
+ def RequestId(self, RequestId):
23358
+ self._RequestId = RequestId
23359
+
23360
+
23361
+ def _deserialize(self, params):
23362
+ if params.get("TaskList") is not None:
23363
+ self._TaskList = []
23364
+ for item in params.get("TaskList"):
23365
+ obj = TaskFullRespInfo()
23366
+ obj._deserialize(item)
23367
+ self._TaskList.append(obj)
23368
+ self._TotalCount = params.get("TotalCount")
23369
+ self._RequestId = params.get("RequestId")
23370
+
23371
+
23123
23372
  class DescribeTaskLogRequest(AbstractModel):
23124
23373
  r"""DescribeTaskLog请求参数结构体
23125
23374
 
@@ -35068,28 +35317,66 @@ class ReportHeartbeatMetaDataResponse(AbstractModel):
35068
35317
  self._RequestId = params.get("RequestId")
35069
35318
 
35070
35319
 
35071
- class ResourceInfo(AbstractModel):
35072
- r"""ResourceInfo
35320
+ class ResourceConf(AbstractModel):
35321
+ r"""数据治理资源配置项
35073
35322
 
35074
35323
  """
35075
35324
 
35076
35325
  def __init__(self):
35077
35326
  r"""
35078
- :param _AttributionType: 归属类型
35079
- :type AttributionType: str
35080
- :param _ResourceType: 资源类型
35081
- :type ResourceType: str
35082
- :param _Name: 引擎名称
35083
- :type Name: str
35084
- :param _Instance: 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
35085
- :type Instance: str
35086
- :param _Favor: 亲和性
35087
- 注意:此字段可能返回 null,表示取不到有效值。
35088
- :type Favor: list of FavorInfo
35089
- :param _Status: 状态
35090
- :type Status: int
35091
- :param _ResourceGroupName: 标准引擎资源组信息
35092
- :type ResourceGroupName: str
35327
+ :param _Parallelism: 当为TCLake优化资源时,优化任务的并行度
35328
+ :type Parallelism: int
35329
+ """
35330
+ self._Parallelism = None
35331
+
35332
+ @property
35333
+ def Parallelism(self):
35334
+ r"""当为TCLake优化资源时,优化任务的并行度
35335
+ :rtype: int
35336
+ """
35337
+ return self._Parallelism
35338
+
35339
+ @Parallelism.setter
35340
+ def Parallelism(self, Parallelism):
35341
+ self._Parallelism = Parallelism
35342
+
35343
+
35344
+ def _deserialize(self, params):
35345
+ self._Parallelism = params.get("Parallelism")
35346
+ memeber_set = set(params.keys())
35347
+ for name, value in vars(self).items():
35348
+ property_name = name[1:]
35349
+ if property_name in memeber_set:
35350
+ memeber_set.remove(property_name)
35351
+ if len(memeber_set) > 0:
35352
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35353
+
35354
+
35355
+
35356
+ class ResourceInfo(AbstractModel):
35357
+ r"""数据优化资源信息结构
35358
+
35359
+ """
35360
+
35361
+ def __init__(self):
35362
+ r"""
35363
+ :param _AttributionType: 归属类型
35364
+ :type AttributionType: str
35365
+ :param _ResourceType: 资源类型
35366
+ :type ResourceType: str
35367
+ :param _Name: 引擎名称
35368
+ :type Name: str
35369
+ :param _Instance: 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
35370
+ :type Instance: str
35371
+ :param _Favor: 亲和性
35372
+ 注意:此字段可能返回 null,表示取不到有效值。
35373
+ :type Favor: list of FavorInfo
35374
+ :param _Status: 状态
35375
+ :type Status: int
35376
+ :param _ResourceGroupName: 标准引擎资源组信息
35377
+ :type ResourceGroupName: str
35378
+ :param _ResourceConf: 资源配置信息
35379
+ :type ResourceConf: :class:`tencentcloud.dlc.v20210125.models.ResourceConf`
35093
35380
  """
35094
35381
  self._AttributionType = None
35095
35382
  self._ResourceType = None
@@ -35098,6 +35385,7 @@ class ResourceInfo(AbstractModel):
35098
35385
  self._Favor = None
35099
35386
  self._Status = None
35100
35387
  self._ResourceGroupName = None
35388
+ self._ResourceConf = None
35101
35389
 
35102
35390
  @property
35103
35391
  def AttributionType(self):
@@ -35177,6 +35465,17 @@ class ResourceInfo(AbstractModel):
35177
35465
  def ResourceGroupName(self, ResourceGroupName):
35178
35466
  self._ResourceGroupName = ResourceGroupName
35179
35467
 
35468
+ @property
35469
+ def ResourceConf(self):
35470
+ r"""资源配置信息
35471
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.ResourceConf`
35472
+ """
35473
+ return self._ResourceConf
35474
+
35475
+ @ResourceConf.setter
35476
+ def ResourceConf(self, ResourceConf):
35477
+ self._ResourceConf = ResourceConf
35478
+
35180
35479
 
35181
35480
  def _deserialize(self, params):
35182
35481
  self._AttributionType = params.get("AttributionType")
@@ -35191,6 +35490,9 @@ class ResourceInfo(AbstractModel):
35191
35490
  self._Favor.append(obj)
35192
35491
  self._Status = params.get("Status")
35193
35492
  self._ResourceGroupName = params.get("ResourceGroupName")
35493
+ if params.get("ResourceConf") is not None:
35494
+ self._ResourceConf = ResourceConf()
35495
+ self._ResourceConf._deserialize(params.get("ResourceConf"))
35194
35496
  memeber_set = set(params.keys())
35195
35497
  for name, value in vars(self).items():
35196
35498
  property_name = name[1:]
@@ -40097,6 +40399,1111 @@ class Task(AbstractModel):
40097
40399
 
40098
40400
 
40099
40401
 
40402
+ class TaskFullRespInfo(AbstractModel):
40403
+ r"""任务实例。
40404
+
40405
+ """
40406
+
40407
+ def __init__(self):
40408
+ r"""
40409
+ :param _DatabaseName: 任务所属Database的名称。
40410
+ :type DatabaseName: str
40411
+ :param _DataAmount: 任务数据量。
40412
+ :type DataAmount: int
40413
+ :param _Id: 任务Id。
40414
+ :type Id: str
40415
+ :param _UsedTime: 计算耗时,单位: ms
40416
+ :type UsedTime: int
40417
+ :param _OutputPath: 任务输出路径。
40418
+ :type OutputPath: str
40419
+ :param _CreateTime: 任务创建时间。
40420
+ :type CreateTime: str
40421
+ :param _State: 任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。
40422
+ :type State: int
40423
+ :param _SQLType: 任务SQL类型,DDL|DML等
40424
+ :type SQLType: str
40425
+ :param _SQL: 任务SQL语句
40426
+ :type SQL: str
40427
+ :param _ResultExpired: 结果是否过期。
40428
+ :type ResultExpired: bool
40429
+ :param _RowAffectInfo: 数据影响统计信息。
40430
+ :type RowAffectInfo: str
40431
+ :param _DataSet: 任务结果数据表。
40432
+ 注意:此字段可能返回 null,表示取不到有效值。
40433
+ :type DataSet: str
40434
+ :param _Error: 失败信息, 例如:errorMessage。该字段已废弃。
40435
+ :type Error: str
40436
+ :param _Percentage: 任务执行进度num/100(%)
40437
+ :type Percentage: int
40438
+ :param _OutputMessage: 任务执行输出信息。
40439
+ :type OutputMessage: str
40440
+ :param _TaskType: 执行SQL的引擎类型
40441
+ :type TaskType: str
40442
+ :param _ProgressDetail: 任务进度明细
40443
+ 注意:此字段可能返回 null,表示取不到有效值。
40444
+ :type ProgressDetail: str
40445
+ :param _UpdateTime: 任务结束时间
40446
+ 注意:此字段可能返回 null,表示取不到有效值。
40447
+ :type UpdateTime: str
40448
+ :param _DataEngineId: 计算资源id
40449
+ 注意:此字段可能返回 null,表示取不到有效值。
40450
+ :type DataEngineId: str
40451
+ :param _OperateUin: 执行sql的子uin
40452
+ 注意:此字段可能返回 null,表示取不到有效值。
40453
+ :type OperateUin: str
40454
+ :param _DataEngineName: 计算资源名字
40455
+ 注意:此字段可能返回 null,表示取不到有效值。
40456
+ :type DataEngineName: str
40457
+ :param _InputType: 导入类型是本地导入还是cos
40458
+ 注意:此字段可能返回 null,表示取不到有效值。
40459
+ :type InputType: str
40460
+ :param _InputConf: 导入配置
40461
+ 注意:此字段可能返回 null,表示取不到有效值。
40462
+ :type InputConf: str
40463
+ :param _DataNumber: 数据条数
40464
+ 注意:此字段可能返回 null,表示取不到有效值。
40465
+ :type DataNumber: int
40466
+ :param _CanDownload: 查询数据能不能下载
40467
+ 注意:此字段可能返回 null,表示取不到有效值。
40468
+ :type CanDownload: bool
40469
+ :param _UserAlias: 用户别名
40470
+ 注意:此字段可能返回 null,表示取不到有效值。
40471
+ :type UserAlias: str
40472
+ :param _SparkJobName: spark应用作业名
40473
+ 注意:此字段可能返回 null,表示取不到有效值。
40474
+ :type SparkJobName: str
40475
+ :param _SparkJobId: spark应用作业Id
40476
+ 注意:此字段可能返回 null,表示取不到有效值。
40477
+ :type SparkJobId: str
40478
+ :param _SparkJobFile: spark应用入口jar文件
40479
+ 注意:此字段可能返回 null,表示取不到有效值。
40480
+ :type SparkJobFile: str
40481
+ :param _UiUrl: spark ui url
40482
+ 注意:此字段可能返回 null,表示取不到有效值。
40483
+ :type UiUrl: str
40484
+ :param _TotalTime: 任务耗时,单位: ms
40485
+ 注意:此字段可能返回 null,表示取不到有效值。
40486
+ :type TotalTime: int
40487
+ :param _CmdArgs: spark app job执行task的程序入口参数
40488
+ 注意:此字段可能返回 null,表示取不到有效值。
40489
+ :type CmdArgs: str
40490
+ :param _ImageVersion: 集群镜像大版本名称
40491
+ 注意:此字段可能返回 null,表示取不到有效值。
40492
+ :type ImageVersion: str
40493
+ :param _DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
40494
+ 注意:此字段可能返回 null,表示取不到有效值。
40495
+ :type DriverSize: str
40496
+ :param _ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
40497
+ 注意:此字段可能返回 null,表示取不到有效值。
40498
+ :type ExecutorSize: str
40499
+ :param _ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
40500
+ 注意:此字段可能返回 null,表示取不到有效值。
40501
+ :type ExecutorNums: int
40502
+ :param _ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
40503
+ 注意:此字段可能返回 null,表示取不到有效值。
40504
+ :type ExecutorMaxNumbers: int
40505
+ :param _CommonMetrics: 任务公共指标数据
40506
+ 注意:此字段可能返回 null,表示取不到有效值。
40507
+ :type CommonMetrics: :class:`tencentcloud.dlc.v20210125.models.CommonMetrics`
40508
+ :param _SparkMonitorMetrics: spark任务指标数据
40509
+ 注意:此字段可能返回 null,表示取不到有效值。
40510
+ :type SparkMonitorMetrics: :class:`tencentcloud.dlc.v20210125.models.SparkMonitorMetrics`
40511
+ :param _PrestoMonitorMetrics: presto任务指标数据
40512
+ 注意:此字段可能返回 null,表示取不到有效值。
40513
+ :type PrestoMonitorMetrics: :class:`tencentcloud.dlc.v20210125.models.PrestoMonitorMetrics`
40514
+ :param _ResultFormat: 结果文件格式:默认为csv
40515
+ 注意:此字段可能返回 null,表示取不到有效值。
40516
+ :type ResultFormat: str
40517
+ :param _EngineTypeDetail: 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
40518
+ 注意:此字段可能返回 null,表示取不到有效值。
40519
+ :type EngineTypeDetail: str
40520
+ :param _ResourceGroupName: spark引擎资源组名称
40521
+ 注意:此字段可能返回 null,表示取不到有效值。
40522
+ :type ResourceGroupName: str
40523
+ :param _Source: 任务来源信息,如thirdPartyApi,dataExploration, sparkAppTask等
40524
+ :type Source: str
40525
+ :param _SourceExtra: 子渠道信息,一般由第三方调用定义
40526
+ :type SourceExtra: str
40527
+ :param _CreatorUin: 创建人uin
40528
+ :type CreatorUin: str
40529
+ :param _CreatorAlias: 创建人名字
40530
+ :type CreatorAlias: str
40531
+ :param _CustomizedConf: 引擎参数
40532
+ :type CustomizedConf: str
40533
+ :param _TaskTimeSum: 单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
40534
+ 示例值:4329
40535
+ :type TaskTimeSum: int
40536
+ :param _StageStartTime: 引擎执行时间
40537
+ :type StageStartTime: int
40538
+ :param _InputRecordsSum: 数据扫描条数
40539
+ :type InputRecordsSum: int
40540
+ :param _AnalysisStatusType: 健康状态
40541
+ :type AnalysisStatusType: int
40542
+ :param _OutputRecordsSum: 输出总行数
40543
+ :type OutputRecordsSum: int
40544
+ :param _OutputBytesSum: 输出总大小
40545
+ :type OutputBytesSum: int
40546
+ :param _OutputFilesNum: 输出文件个数
40547
+ :type OutputFilesNum: int
40548
+ :param _OutputSmallFilesNum: 输出小文件个数
40549
+ :type OutputSmallFilesNum: int
40550
+ :param _ShuffleReadRecordsSum: 数据shuffle行数
40551
+ :type ShuffleReadRecordsSum: int
40552
+ :param _ShuffleReadBytesSum: 数据shuffle大小
40553
+ :type ShuffleReadBytesSum: int
40554
+ :param _SparkAppId: spark作业id
40555
+ :type SparkAppId: str
40556
+ :param _TaskCategory: 任务大类,DLC2.0中任务区分为两大类,sql任务和作业任务
40557
+ :type TaskCategory: str
40558
+ :param _TaskName: 任务名称
40559
+ :type TaskName: str
40560
+ :param _EngineType: 引擎类型,用做任务详情页跳转引擎tab
40561
+ :type EngineType: str
40562
+ :param _EngineHasListenerConfig: 引擎是否支持洞察数据采集
40563
+ :type EngineHasListenerConfig: bool
40564
+ :param _ResourceGroupId: spark引擎资源组id
40565
+ :type ResourceGroupId: str
40566
+ :param _JobTimeSum: 任务计算耗时
40567
+ :type JobTimeSum: int
40568
+ :param _LaunchTime: 任务启动耗时
40569
+ :type LaunchTime: str
40570
+ :param _GpuDriverSize: Gpu Driver 规格
40571
+ :type GpuDriverSize: int
40572
+ :param _GpuExecutorSize: Gpu Executor 规格
40573
+ :type GpuExecutorSize: int
40574
+ """
40575
+ self._DatabaseName = None
40576
+ self._DataAmount = None
40577
+ self._Id = None
40578
+ self._UsedTime = None
40579
+ self._OutputPath = None
40580
+ self._CreateTime = None
40581
+ self._State = None
40582
+ self._SQLType = None
40583
+ self._SQL = None
40584
+ self._ResultExpired = None
40585
+ self._RowAffectInfo = None
40586
+ self._DataSet = None
40587
+ self._Error = None
40588
+ self._Percentage = None
40589
+ self._OutputMessage = None
40590
+ self._TaskType = None
40591
+ self._ProgressDetail = None
40592
+ self._UpdateTime = None
40593
+ self._DataEngineId = None
40594
+ self._OperateUin = None
40595
+ self._DataEngineName = None
40596
+ self._InputType = None
40597
+ self._InputConf = None
40598
+ self._DataNumber = None
40599
+ self._CanDownload = None
40600
+ self._UserAlias = None
40601
+ self._SparkJobName = None
40602
+ self._SparkJobId = None
40603
+ self._SparkJobFile = None
40604
+ self._UiUrl = None
40605
+ self._TotalTime = None
40606
+ self._CmdArgs = None
40607
+ self._ImageVersion = None
40608
+ self._DriverSize = None
40609
+ self._ExecutorSize = None
40610
+ self._ExecutorNums = None
40611
+ self._ExecutorMaxNumbers = None
40612
+ self._CommonMetrics = None
40613
+ self._SparkMonitorMetrics = None
40614
+ self._PrestoMonitorMetrics = None
40615
+ self._ResultFormat = None
40616
+ self._EngineTypeDetail = None
40617
+ self._ResourceGroupName = None
40618
+ self._Source = None
40619
+ self._SourceExtra = None
40620
+ self._CreatorUin = None
40621
+ self._CreatorAlias = None
40622
+ self._CustomizedConf = None
40623
+ self._TaskTimeSum = None
40624
+ self._StageStartTime = None
40625
+ self._InputRecordsSum = None
40626
+ self._AnalysisStatusType = None
40627
+ self._OutputRecordsSum = None
40628
+ self._OutputBytesSum = None
40629
+ self._OutputFilesNum = None
40630
+ self._OutputSmallFilesNum = None
40631
+ self._ShuffleReadRecordsSum = None
40632
+ self._ShuffleReadBytesSum = None
40633
+ self._SparkAppId = None
40634
+ self._TaskCategory = None
40635
+ self._TaskName = None
40636
+ self._EngineType = None
40637
+ self._EngineHasListenerConfig = None
40638
+ self._ResourceGroupId = None
40639
+ self._JobTimeSum = None
40640
+ self._LaunchTime = None
40641
+ self._GpuDriverSize = None
40642
+ self._GpuExecutorSize = None
40643
+
40644
+ @property
40645
+ def DatabaseName(self):
40646
+ r"""任务所属Database的名称。
40647
+ :rtype: str
40648
+ """
40649
+ return self._DatabaseName
40650
+
40651
+ @DatabaseName.setter
40652
+ def DatabaseName(self, DatabaseName):
40653
+ self._DatabaseName = DatabaseName
40654
+
40655
+ @property
40656
+ def DataAmount(self):
40657
+ r"""任务数据量。
40658
+ :rtype: int
40659
+ """
40660
+ return self._DataAmount
40661
+
40662
+ @DataAmount.setter
40663
+ def DataAmount(self, DataAmount):
40664
+ self._DataAmount = DataAmount
40665
+
40666
+ @property
40667
+ def Id(self):
40668
+ r"""任务Id。
40669
+ :rtype: str
40670
+ """
40671
+ return self._Id
40672
+
40673
+ @Id.setter
40674
+ def Id(self, Id):
40675
+ self._Id = Id
40676
+
40677
+ @property
40678
+ def UsedTime(self):
40679
+ r"""计算耗时,单位: ms
40680
+ :rtype: int
40681
+ """
40682
+ return self._UsedTime
40683
+
40684
+ @UsedTime.setter
40685
+ def UsedTime(self, UsedTime):
40686
+ self._UsedTime = UsedTime
40687
+
40688
+ @property
40689
+ def OutputPath(self):
40690
+ r"""任务输出路径。
40691
+ :rtype: str
40692
+ """
40693
+ return self._OutputPath
40694
+
40695
+ @OutputPath.setter
40696
+ def OutputPath(self, OutputPath):
40697
+ self._OutputPath = OutputPath
40698
+
40699
+ @property
40700
+ def CreateTime(self):
40701
+ r"""任务创建时间。
40702
+ :rtype: str
40703
+ """
40704
+ return self._CreateTime
40705
+
40706
+ @CreateTime.setter
40707
+ def CreateTime(self, CreateTime):
40708
+ self._CreateTime = CreateTime
40709
+
40710
+ @property
40711
+ def State(self):
40712
+ r"""任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。
40713
+ :rtype: int
40714
+ """
40715
+ return self._State
40716
+
40717
+ @State.setter
40718
+ def State(self, State):
40719
+ self._State = State
40720
+
40721
+ @property
40722
+ def SQLType(self):
40723
+ r"""任务SQL类型,DDL|DML等
40724
+ :rtype: str
40725
+ """
40726
+ return self._SQLType
40727
+
40728
+ @SQLType.setter
40729
+ def SQLType(self, SQLType):
40730
+ self._SQLType = SQLType
40731
+
40732
+ @property
40733
+ def SQL(self):
40734
+ r"""任务SQL语句
40735
+ :rtype: str
40736
+ """
40737
+ return self._SQL
40738
+
40739
+ @SQL.setter
40740
+ def SQL(self, SQL):
40741
+ self._SQL = SQL
40742
+
40743
+ @property
40744
+ def ResultExpired(self):
40745
+ r"""结果是否过期。
40746
+ :rtype: bool
40747
+ """
40748
+ return self._ResultExpired
40749
+
40750
+ @ResultExpired.setter
40751
+ def ResultExpired(self, ResultExpired):
40752
+ self._ResultExpired = ResultExpired
40753
+
40754
+ @property
40755
+ def RowAffectInfo(self):
40756
+ r"""数据影响统计信息。
40757
+ :rtype: str
40758
+ """
40759
+ return self._RowAffectInfo
40760
+
40761
+ @RowAffectInfo.setter
40762
+ def RowAffectInfo(self, RowAffectInfo):
40763
+ self._RowAffectInfo = RowAffectInfo
40764
+
40765
+ @property
40766
+ def DataSet(self):
40767
+ r"""任务结果数据表。
40768
+ 注意:此字段可能返回 null,表示取不到有效值。
40769
+ :rtype: str
40770
+ """
40771
+ return self._DataSet
40772
+
40773
+ @DataSet.setter
40774
+ def DataSet(self, DataSet):
40775
+ self._DataSet = DataSet
40776
+
40777
+ @property
40778
+ def Error(self):
40779
+ r"""失败信息, 例如:errorMessage。该字段已废弃。
40780
+ :rtype: str
40781
+ """
40782
+ return self._Error
40783
+
40784
+ @Error.setter
40785
+ def Error(self, Error):
40786
+ self._Error = Error
40787
+
40788
+ @property
40789
+ def Percentage(self):
40790
+ r"""任务执行进度num/100(%)
40791
+ :rtype: int
40792
+ """
40793
+ return self._Percentage
40794
+
40795
+ @Percentage.setter
40796
+ def Percentage(self, Percentage):
40797
+ self._Percentage = Percentage
40798
+
40799
+ @property
40800
+ def OutputMessage(self):
40801
+ r"""任务执行输出信息。
40802
+ :rtype: str
40803
+ """
40804
+ return self._OutputMessage
40805
+
40806
+ @OutputMessage.setter
40807
+ def OutputMessage(self, OutputMessage):
40808
+ self._OutputMessage = OutputMessage
40809
+
40810
+ @property
40811
+ def TaskType(self):
40812
+ r"""执行SQL的引擎类型
40813
+ :rtype: str
40814
+ """
40815
+ return self._TaskType
40816
+
40817
+ @TaskType.setter
40818
+ def TaskType(self, TaskType):
40819
+ self._TaskType = TaskType
40820
+
40821
+ @property
40822
+ def ProgressDetail(self):
40823
+ r"""任务进度明细
40824
+ 注意:此字段可能返回 null,表示取不到有效值。
40825
+ :rtype: str
40826
+ """
40827
+ return self._ProgressDetail
40828
+
40829
+ @ProgressDetail.setter
40830
+ def ProgressDetail(self, ProgressDetail):
40831
+ self._ProgressDetail = ProgressDetail
40832
+
40833
+ @property
40834
+ def UpdateTime(self):
40835
+ r"""任务结束时间
40836
+ 注意:此字段可能返回 null,表示取不到有效值。
40837
+ :rtype: str
40838
+ """
40839
+ return self._UpdateTime
40840
+
40841
+ @UpdateTime.setter
40842
+ def UpdateTime(self, UpdateTime):
40843
+ self._UpdateTime = UpdateTime
40844
+
40845
+ @property
40846
+ def DataEngineId(self):
40847
+ r"""计算资源id
40848
+ 注意:此字段可能返回 null,表示取不到有效值。
40849
+ :rtype: str
40850
+ """
40851
+ return self._DataEngineId
40852
+
40853
+ @DataEngineId.setter
40854
+ def DataEngineId(self, DataEngineId):
40855
+ self._DataEngineId = DataEngineId
40856
+
40857
+ @property
40858
+ def OperateUin(self):
40859
+ r"""执行sql的子uin
40860
+ 注意:此字段可能返回 null,表示取不到有效值。
40861
+ :rtype: str
40862
+ """
40863
+ return self._OperateUin
40864
+
40865
+ @OperateUin.setter
40866
+ def OperateUin(self, OperateUin):
40867
+ self._OperateUin = OperateUin
40868
+
40869
+ @property
40870
+ def DataEngineName(self):
40871
+ r"""计算资源名字
40872
+ 注意:此字段可能返回 null,表示取不到有效值。
40873
+ :rtype: str
40874
+ """
40875
+ return self._DataEngineName
40876
+
40877
+ @DataEngineName.setter
40878
+ def DataEngineName(self, DataEngineName):
40879
+ self._DataEngineName = DataEngineName
40880
+
40881
+ @property
40882
+ def InputType(self):
40883
+ r"""导入类型是本地导入还是cos
40884
+ 注意:此字段可能返回 null,表示取不到有效值。
40885
+ :rtype: str
40886
+ """
40887
+ return self._InputType
40888
+
40889
+ @InputType.setter
40890
+ def InputType(self, InputType):
40891
+ self._InputType = InputType
40892
+
40893
+ @property
40894
+ def InputConf(self):
40895
+ r"""导入配置
40896
+ 注意:此字段可能返回 null,表示取不到有效值。
40897
+ :rtype: str
40898
+ """
40899
+ return self._InputConf
40900
+
40901
+ @InputConf.setter
40902
+ def InputConf(self, InputConf):
40903
+ self._InputConf = InputConf
40904
+
40905
+ @property
40906
+ def DataNumber(self):
40907
+ r"""数据条数
40908
+ 注意:此字段可能返回 null,表示取不到有效值。
40909
+ :rtype: int
40910
+ """
40911
+ return self._DataNumber
40912
+
40913
+ @DataNumber.setter
40914
+ def DataNumber(self, DataNumber):
40915
+ self._DataNumber = DataNumber
40916
+
40917
+ @property
40918
+ def CanDownload(self):
40919
+ r"""查询数据能不能下载
40920
+ 注意:此字段可能返回 null,表示取不到有效值。
40921
+ :rtype: bool
40922
+ """
40923
+ return self._CanDownload
40924
+
40925
+ @CanDownload.setter
40926
+ def CanDownload(self, CanDownload):
40927
+ self._CanDownload = CanDownload
40928
+
40929
+ @property
40930
+ def UserAlias(self):
40931
+ r"""用户别名
40932
+ 注意:此字段可能返回 null,表示取不到有效值。
40933
+ :rtype: str
40934
+ """
40935
+ return self._UserAlias
40936
+
40937
+ @UserAlias.setter
40938
+ def UserAlias(self, UserAlias):
40939
+ self._UserAlias = UserAlias
40940
+
40941
+ @property
40942
+ def SparkJobName(self):
40943
+ r"""spark应用作业名
40944
+ 注意:此字段可能返回 null,表示取不到有效值。
40945
+ :rtype: str
40946
+ """
40947
+ return self._SparkJobName
40948
+
40949
+ @SparkJobName.setter
40950
+ def SparkJobName(self, SparkJobName):
40951
+ self._SparkJobName = SparkJobName
40952
+
40953
+ @property
40954
+ def SparkJobId(self):
40955
+ r"""spark应用作业Id
40956
+ 注意:此字段可能返回 null,表示取不到有效值。
40957
+ :rtype: str
40958
+ """
40959
+ return self._SparkJobId
40960
+
40961
+ @SparkJobId.setter
40962
+ def SparkJobId(self, SparkJobId):
40963
+ self._SparkJobId = SparkJobId
40964
+
40965
+ @property
40966
+ def SparkJobFile(self):
40967
+ r"""spark应用入口jar文件
40968
+ 注意:此字段可能返回 null,表示取不到有效值。
40969
+ :rtype: str
40970
+ """
40971
+ return self._SparkJobFile
40972
+
40973
+ @SparkJobFile.setter
40974
+ def SparkJobFile(self, SparkJobFile):
40975
+ self._SparkJobFile = SparkJobFile
40976
+
40977
+ @property
40978
+ def UiUrl(self):
40979
+ r"""spark ui url
40980
+ 注意:此字段可能返回 null,表示取不到有效值。
40981
+ :rtype: str
40982
+ """
40983
+ return self._UiUrl
40984
+
40985
+ @UiUrl.setter
40986
+ def UiUrl(self, UiUrl):
40987
+ self._UiUrl = UiUrl
40988
+
40989
+ @property
40990
+ def TotalTime(self):
40991
+ r"""任务耗时,单位: ms
40992
+ 注意:此字段可能返回 null,表示取不到有效值。
40993
+ :rtype: int
40994
+ """
40995
+ return self._TotalTime
40996
+
40997
+ @TotalTime.setter
40998
+ def TotalTime(self, TotalTime):
40999
+ self._TotalTime = TotalTime
41000
+
41001
+ @property
41002
+ def CmdArgs(self):
41003
+ r"""spark app job执行task的程序入口参数
41004
+ 注意:此字段可能返回 null,表示取不到有效值。
41005
+ :rtype: str
41006
+ """
41007
+ return self._CmdArgs
41008
+
41009
+ @CmdArgs.setter
41010
+ def CmdArgs(self, CmdArgs):
41011
+ self._CmdArgs = CmdArgs
41012
+
41013
+ @property
41014
+ def ImageVersion(self):
41015
+ r"""集群镜像大版本名称
41016
+ 注意:此字段可能返回 null,表示取不到有效值。
41017
+ :rtype: str
41018
+ """
41019
+ return self._ImageVersion
41020
+
41021
+ @ImageVersion.setter
41022
+ def ImageVersion(self, ImageVersion):
41023
+ self._ImageVersion = ImageVersion
41024
+
41025
+ @property
41026
+ def DriverSize(self):
41027
+ r"""driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
41028
+ 注意:此字段可能返回 null,表示取不到有效值。
41029
+ :rtype: str
41030
+ """
41031
+ return self._DriverSize
41032
+
41033
+ @DriverSize.setter
41034
+ def DriverSize(self, DriverSize):
41035
+ self._DriverSize = DriverSize
41036
+
41037
+ @property
41038
+ def ExecutorSize(self):
41039
+ r"""executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
41040
+ 注意:此字段可能返回 null,表示取不到有效值。
41041
+ :rtype: str
41042
+ """
41043
+ return self._ExecutorSize
41044
+
41045
+ @ExecutorSize.setter
41046
+ def ExecutorSize(self, ExecutorSize):
41047
+ self._ExecutorSize = ExecutorSize
41048
+
41049
+ @property
41050
+ def ExecutorNums(self):
41051
+ r"""指定executor数量,最小值为1,最大值小于集群规格
41052
+ 注意:此字段可能返回 null,表示取不到有效值。
41053
+ :rtype: int
41054
+ """
41055
+ return self._ExecutorNums
41056
+
41057
+ @ExecutorNums.setter
41058
+ def ExecutorNums(self, ExecutorNums):
41059
+ self._ExecutorNums = ExecutorNums
41060
+
41061
+ @property
41062
+ def ExecutorMaxNumbers(self):
41063
+ r"""指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
41064
+ 注意:此字段可能返回 null,表示取不到有效值。
41065
+ :rtype: int
41066
+ """
41067
+ return self._ExecutorMaxNumbers
41068
+
41069
+ @ExecutorMaxNumbers.setter
41070
+ def ExecutorMaxNumbers(self, ExecutorMaxNumbers):
41071
+ self._ExecutorMaxNumbers = ExecutorMaxNumbers
41072
+
41073
+ @property
41074
+ def CommonMetrics(self):
41075
+ r"""任务公共指标数据
41076
+ 注意:此字段可能返回 null,表示取不到有效值。
41077
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.CommonMetrics`
41078
+ """
41079
+ return self._CommonMetrics
41080
+
41081
+ @CommonMetrics.setter
41082
+ def CommonMetrics(self, CommonMetrics):
41083
+ self._CommonMetrics = CommonMetrics
41084
+
41085
+ @property
41086
+ def SparkMonitorMetrics(self):
41087
+ r"""spark任务指标数据
41088
+ 注意:此字段可能返回 null,表示取不到有效值。
41089
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.SparkMonitorMetrics`
41090
+ """
41091
+ return self._SparkMonitorMetrics
41092
+
41093
+ @SparkMonitorMetrics.setter
41094
+ def SparkMonitorMetrics(self, SparkMonitorMetrics):
41095
+ self._SparkMonitorMetrics = SparkMonitorMetrics
41096
+
41097
+ @property
41098
+ def PrestoMonitorMetrics(self):
41099
+ r"""presto任务指标数据
41100
+ 注意:此字段可能返回 null,表示取不到有效值。
41101
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.PrestoMonitorMetrics`
41102
+ """
41103
+ return self._PrestoMonitorMetrics
41104
+
41105
+ @PrestoMonitorMetrics.setter
41106
+ def PrestoMonitorMetrics(self, PrestoMonitorMetrics):
41107
+ self._PrestoMonitorMetrics = PrestoMonitorMetrics
41108
+
41109
+ @property
41110
+ def ResultFormat(self):
41111
+ r"""结果文件格式:默认为csv
41112
+ 注意:此字段可能返回 null,表示取不到有效值。
41113
+ :rtype: str
41114
+ """
41115
+ return self._ResultFormat
41116
+
41117
+ @ResultFormat.setter
41118
+ def ResultFormat(self, ResultFormat):
41119
+ self._ResultFormat = ResultFormat
41120
+
41121
+ @property
41122
+ def EngineTypeDetail(self):
41123
+ r"""引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
41124
+ 注意:此字段可能返回 null,表示取不到有效值。
41125
+ :rtype: str
41126
+ """
41127
+ return self._EngineTypeDetail
41128
+
41129
+ @EngineTypeDetail.setter
41130
+ def EngineTypeDetail(self, EngineTypeDetail):
41131
+ self._EngineTypeDetail = EngineTypeDetail
41132
+
41133
+ @property
41134
+ def ResourceGroupName(self):
41135
+ r"""spark引擎资源组名称
41136
+ 注意:此字段可能返回 null,表示取不到有效值。
41137
+ :rtype: str
41138
+ """
41139
+ return self._ResourceGroupName
41140
+
41141
+ @ResourceGroupName.setter
41142
+ def ResourceGroupName(self, ResourceGroupName):
41143
+ self._ResourceGroupName = ResourceGroupName
41144
+
41145
+ @property
41146
+ def Source(self):
41147
+ r"""任务来源信息,如thirdPartyApi,dataExploration, sparkAppTask等
41148
+ :rtype: str
41149
+ """
41150
+ return self._Source
41151
+
41152
+ @Source.setter
41153
+ def Source(self, Source):
41154
+ self._Source = Source
41155
+
41156
+ @property
41157
+ def SourceExtra(self):
41158
+ r"""子渠道信息,一般由第三方调用定义
41159
+ :rtype: str
41160
+ """
41161
+ return self._SourceExtra
41162
+
41163
+ @SourceExtra.setter
41164
+ def SourceExtra(self, SourceExtra):
41165
+ self._SourceExtra = SourceExtra
41166
+
41167
+ @property
41168
+ def CreatorUin(self):
41169
+ r"""创建人uin
41170
+ :rtype: str
41171
+ """
41172
+ return self._CreatorUin
41173
+
41174
+ @CreatorUin.setter
41175
+ def CreatorUin(self, CreatorUin):
41176
+ self._CreatorUin = CreatorUin
41177
+
41178
+ @property
41179
+ def CreatorAlias(self):
41180
+ r"""创建人名字
41181
+ :rtype: str
41182
+ """
41183
+ return self._CreatorAlias
41184
+
41185
+ @CreatorAlias.setter
41186
+ def CreatorAlias(self, CreatorAlias):
41187
+ self._CreatorAlias = CreatorAlias
41188
+
41189
+ @property
41190
+ def CustomizedConf(self):
41191
+ r"""引擎参数
41192
+ :rtype: str
41193
+ """
41194
+ return self._CustomizedConf
41195
+
41196
+ @CustomizedConf.setter
41197
+ def CustomizedConf(self, CustomizedConf):
41198
+ self._CustomizedConf = CustomizedConf
41199
+
41200
+ @property
41201
+ def TaskTimeSum(self):
41202
+ r"""单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
41203
+ 示例值:4329
41204
+ :rtype: int
41205
+ """
41206
+ return self._TaskTimeSum
41207
+
41208
+ @TaskTimeSum.setter
41209
+ def TaskTimeSum(self, TaskTimeSum):
41210
+ self._TaskTimeSum = TaskTimeSum
41211
+
41212
+ @property
41213
+ def StageStartTime(self):
41214
+ r"""引擎执行时间
41215
+ :rtype: int
41216
+ """
41217
+ return self._StageStartTime
41218
+
41219
+ @StageStartTime.setter
41220
+ def StageStartTime(self, StageStartTime):
41221
+ self._StageStartTime = StageStartTime
41222
+
41223
+ @property
41224
+ def InputRecordsSum(self):
41225
+ r"""数据扫描条数
41226
+ :rtype: int
41227
+ """
41228
+ return self._InputRecordsSum
41229
+
41230
+ @InputRecordsSum.setter
41231
+ def InputRecordsSum(self, InputRecordsSum):
41232
+ self._InputRecordsSum = InputRecordsSum
41233
+
41234
+ @property
41235
+ def AnalysisStatusType(self):
41236
+ r"""健康状态
41237
+ :rtype: int
41238
+ """
41239
+ return self._AnalysisStatusType
41240
+
41241
+ @AnalysisStatusType.setter
41242
+ def AnalysisStatusType(self, AnalysisStatusType):
41243
+ self._AnalysisStatusType = AnalysisStatusType
41244
+
41245
+ @property
41246
+ def OutputRecordsSum(self):
41247
+ r"""输出总行数
41248
+ :rtype: int
41249
+ """
41250
+ return self._OutputRecordsSum
41251
+
41252
+ @OutputRecordsSum.setter
41253
+ def OutputRecordsSum(self, OutputRecordsSum):
41254
+ self._OutputRecordsSum = OutputRecordsSum
41255
+
41256
+ @property
41257
+ def OutputBytesSum(self):
41258
+ r"""输出总大小
41259
+ :rtype: int
41260
+ """
41261
+ return self._OutputBytesSum
41262
+
41263
+ @OutputBytesSum.setter
41264
+ def OutputBytesSum(self, OutputBytesSum):
41265
+ self._OutputBytesSum = OutputBytesSum
41266
+
41267
+ @property
41268
+ def OutputFilesNum(self):
41269
+ r"""输出文件个数
41270
+ :rtype: int
41271
+ """
41272
+ return self._OutputFilesNum
41273
+
41274
+ @OutputFilesNum.setter
41275
+ def OutputFilesNum(self, OutputFilesNum):
41276
+ self._OutputFilesNum = OutputFilesNum
41277
+
41278
+ @property
41279
+ def OutputSmallFilesNum(self):
41280
+ r"""输出小文件个数
41281
+ :rtype: int
41282
+ """
41283
+ return self._OutputSmallFilesNum
41284
+
41285
+ @OutputSmallFilesNum.setter
41286
+ def OutputSmallFilesNum(self, OutputSmallFilesNum):
41287
+ self._OutputSmallFilesNum = OutputSmallFilesNum
41288
+
41289
+ @property
41290
+ def ShuffleReadRecordsSum(self):
41291
+ r"""数据shuffle行数
41292
+ :rtype: int
41293
+ """
41294
+ return self._ShuffleReadRecordsSum
41295
+
41296
+ @ShuffleReadRecordsSum.setter
41297
+ def ShuffleReadRecordsSum(self, ShuffleReadRecordsSum):
41298
+ self._ShuffleReadRecordsSum = ShuffleReadRecordsSum
41299
+
41300
+ @property
41301
+ def ShuffleReadBytesSum(self):
41302
+ r"""数据shuffle大小
41303
+ :rtype: int
41304
+ """
41305
+ return self._ShuffleReadBytesSum
41306
+
41307
+ @ShuffleReadBytesSum.setter
41308
+ def ShuffleReadBytesSum(self, ShuffleReadBytesSum):
41309
+ self._ShuffleReadBytesSum = ShuffleReadBytesSum
41310
+
41311
+ @property
41312
+ def SparkAppId(self):
41313
+ r"""spark作业id
41314
+ :rtype: str
41315
+ """
41316
+ return self._SparkAppId
41317
+
41318
+ @SparkAppId.setter
41319
+ def SparkAppId(self, SparkAppId):
41320
+ self._SparkAppId = SparkAppId
41321
+
41322
+ @property
41323
+ def TaskCategory(self):
41324
+ r"""任务大类,DLC2.0中任务区分为两大类,sql任务和作业任务
41325
+ :rtype: str
41326
+ """
41327
+ return self._TaskCategory
41328
+
41329
+ @TaskCategory.setter
41330
+ def TaskCategory(self, TaskCategory):
41331
+ self._TaskCategory = TaskCategory
41332
+
41333
+ @property
41334
+ def TaskName(self):
41335
+ r"""任务名称
41336
+ :rtype: str
41337
+ """
41338
+ return self._TaskName
41339
+
41340
+ @TaskName.setter
41341
+ def TaskName(self, TaskName):
41342
+ self._TaskName = TaskName
41343
+
41344
+ @property
41345
+ def EngineType(self):
41346
+ r"""引擎类型,用做任务详情页跳转引擎tab
41347
+ :rtype: str
41348
+ """
41349
+ return self._EngineType
41350
+
41351
+ @EngineType.setter
41352
+ def EngineType(self, EngineType):
41353
+ self._EngineType = EngineType
41354
+
41355
+ @property
41356
+ def EngineHasListenerConfig(self):
41357
+ r"""引擎是否支持洞察数据采集
41358
+ :rtype: bool
41359
+ """
41360
+ return self._EngineHasListenerConfig
41361
+
41362
+ @EngineHasListenerConfig.setter
41363
+ def EngineHasListenerConfig(self, EngineHasListenerConfig):
41364
+ self._EngineHasListenerConfig = EngineHasListenerConfig
41365
+
41366
+ @property
41367
+ def ResourceGroupId(self):
41368
+ r"""spark引擎资源组id
41369
+ :rtype: str
41370
+ """
41371
+ return self._ResourceGroupId
41372
+
41373
+ @ResourceGroupId.setter
41374
+ def ResourceGroupId(self, ResourceGroupId):
41375
+ self._ResourceGroupId = ResourceGroupId
41376
+
41377
+ @property
41378
+ def JobTimeSum(self):
41379
+ r"""任务计算耗时
41380
+ :rtype: int
41381
+ """
41382
+ return self._JobTimeSum
41383
+
41384
+ @JobTimeSum.setter
41385
+ def JobTimeSum(self, JobTimeSum):
41386
+ self._JobTimeSum = JobTimeSum
41387
+
41388
+ @property
41389
+ def LaunchTime(self):
41390
+ r"""任务启动耗时
41391
+ :rtype: str
41392
+ """
41393
+ return self._LaunchTime
41394
+
41395
+ @LaunchTime.setter
41396
+ def LaunchTime(self, LaunchTime):
41397
+ self._LaunchTime = LaunchTime
41398
+
41399
+ @property
41400
+ def GpuDriverSize(self):
41401
+ r"""Gpu Driver 规格
41402
+ :rtype: int
41403
+ """
41404
+ return self._GpuDriverSize
41405
+
41406
+ @GpuDriverSize.setter
41407
+ def GpuDriverSize(self, GpuDriverSize):
41408
+ self._GpuDriverSize = GpuDriverSize
41409
+
41410
+ @property
41411
+ def GpuExecutorSize(self):
41412
+ r"""Gpu Executor 规格
41413
+ :rtype: int
41414
+ """
41415
+ return self._GpuExecutorSize
41416
+
41417
+ @GpuExecutorSize.setter
41418
+ def GpuExecutorSize(self, GpuExecutorSize):
41419
+ self._GpuExecutorSize = GpuExecutorSize
41420
+
41421
+
41422
+ def _deserialize(self, params):
41423
+ self._DatabaseName = params.get("DatabaseName")
41424
+ self._DataAmount = params.get("DataAmount")
41425
+ self._Id = params.get("Id")
41426
+ self._UsedTime = params.get("UsedTime")
41427
+ self._OutputPath = params.get("OutputPath")
41428
+ self._CreateTime = params.get("CreateTime")
41429
+ self._State = params.get("State")
41430
+ self._SQLType = params.get("SQLType")
41431
+ self._SQL = params.get("SQL")
41432
+ self._ResultExpired = params.get("ResultExpired")
41433
+ self._RowAffectInfo = params.get("RowAffectInfo")
41434
+ self._DataSet = params.get("DataSet")
41435
+ self._Error = params.get("Error")
41436
+ self._Percentage = params.get("Percentage")
41437
+ self._OutputMessage = params.get("OutputMessage")
41438
+ self._TaskType = params.get("TaskType")
41439
+ self._ProgressDetail = params.get("ProgressDetail")
41440
+ self._UpdateTime = params.get("UpdateTime")
41441
+ self._DataEngineId = params.get("DataEngineId")
41442
+ self._OperateUin = params.get("OperateUin")
41443
+ self._DataEngineName = params.get("DataEngineName")
41444
+ self._InputType = params.get("InputType")
41445
+ self._InputConf = params.get("InputConf")
41446
+ self._DataNumber = params.get("DataNumber")
41447
+ self._CanDownload = params.get("CanDownload")
41448
+ self._UserAlias = params.get("UserAlias")
41449
+ self._SparkJobName = params.get("SparkJobName")
41450
+ self._SparkJobId = params.get("SparkJobId")
41451
+ self._SparkJobFile = params.get("SparkJobFile")
41452
+ self._UiUrl = params.get("UiUrl")
41453
+ self._TotalTime = params.get("TotalTime")
41454
+ self._CmdArgs = params.get("CmdArgs")
41455
+ self._ImageVersion = params.get("ImageVersion")
41456
+ self._DriverSize = params.get("DriverSize")
41457
+ self._ExecutorSize = params.get("ExecutorSize")
41458
+ self._ExecutorNums = params.get("ExecutorNums")
41459
+ self._ExecutorMaxNumbers = params.get("ExecutorMaxNumbers")
41460
+ if params.get("CommonMetrics") is not None:
41461
+ self._CommonMetrics = CommonMetrics()
41462
+ self._CommonMetrics._deserialize(params.get("CommonMetrics"))
41463
+ if params.get("SparkMonitorMetrics") is not None:
41464
+ self._SparkMonitorMetrics = SparkMonitorMetrics()
41465
+ self._SparkMonitorMetrics._deserialize(params.get("SparkMonitorMetrics"))
41466
+ if params.get("PrestoMonitorMetrics") is not None:
41467
+ self._PrestoMonitorMetrics = PrestoMonitorMetrics()
41468
+ self._PrestoMonitorMetrics._deserialize(params.get("PrestoMonitorMetrics"))
41469
+ self._ResultFormat = params.get("ResultFormat")
41470
+ self._EngineTypeDetail = params.get("EngineTypeDetail")
41471
+ self._ResourceGroupName = params.get("ResourceGroupName")
41472
+ self._Source = params.get("Source")
41473
+ self._SourceExtra = params.get("SourceExtra")
41474
+ self._CreatorUin = params.get("CreatorUin")
41475
+ self._CreatorAlias = params.get("CreatorAlias")
41476
+ self._CustomizedConf = params.get("CustomizedConf")
41477
+ self._TaskTimeSum = params.get("TaskTimeSum")
41478
+ self._StageStartTime = params.get("StageStartTime")
41479
+ self._InputRecordsSum = params.get("InputRecordsSum")
41480
+ self._AnalysisStatusType = params.get("AnalysisStatusType")
41481
+ self._OutputRecordsSum = params.get("OutputRecordsSum")
41482
+ self._OutputBytesSum = params.get("OutputBytesSum")
41483
+ self._OutputFilesNum = params.get("OutputFilesNum")
41484
+ self._OutputSmallFilesNum = params.get("OutputSmallFilesNum")
41485
+ self._ShuffleReadRecordsSum = params.get("ShuffleReadRecordsSum")
41486
+ self._ShuffleReadBytesSum = params.get("ShuffleReadBytesSum")
41487
+ self._SparkAppId = params.get("SparkAppId")
41488
+ self._TaskCategory = params.get("TaskCategory")
41489
+ self._TaskName = params.get("TaskName")
41490
+ self._EngineType = params.get("EngineType")
41491
+ self._EngineHasListenerConfig = params.get("EngineHasListenerConfig")
41492
+ self._ResourceGroupId = params.get("ResourceGroupId")
41493
+ self._JobTimeSum = params.get("JobTimeSum")
41494
+ self._LaunchTime = params.get("LaunchTime")
41495
+ self._GpuDriverSize = params.get("GpuDriverSize")
41496
+ self._GpuExecutorSize = params.get("GpuExecutorSize")
41497
+ memeber_set = set(params.keys())
41498
+ for name, value in vars(self).items():
41499
+ property_name = name[1:]
41500
+ if property_name in memeber_set:
41501
+ memeber_set.remove(property_name)
41502
+ if len(memeber_set) > 0:
41503
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
41504
+
41505
+
41506
+
40100
41507
  class TaskMonitorInfo(AbstractModel):
40101
41508
  r"""任务监控信息
40102
41509