tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "CreateDatasetResponse",
15
15
  "status": "online"
16
16
  },
17
+ "CreateExport": {
18
+ "document": "创建任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务API",
19
+ "input": "CreateExportRequest",
20
+ "name": "创建日志下载任务",
21
+ "output": "CreateExportResponse",
22
+ "status": "online"
23
+ },
17
24
  "CreateModelService": {
18
25
  "document": "用于创建、发布一个新的模型服务",
19
26
  "input": "CreateModelServiceRequest",
@@ -63,6 +70,13 @@
63
70
  "output": "DeleteDatasetResponse",
64
71
  "status": "online"
65
72
  },
73
+ "DeleteExport": {
74
+ "document": "删除任务式建模训练任务,Notebook,在线服务和批量预测任务日志导出任务API",
75
+ "input": "DeleteExportRequest",
76
+ "name": "删除日志下载任务",
77
+ "output": "DeleteExportResponse",
78
+ "status": "online"
79
+ },
66
80
  "DeleteModelService": {
67
81
  "document": "根据服务id删除模型服务",
68
82
  "input": "DeleteModelServiceRequest",
@@ -168,6 +182,13 @@
168
182
  "output": "DescribeEventsResponse",
169
183
  "status": "online"
170
184
  },
185
+ "DescribeExport": {
186
+ "document": "查看任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务状态API",
187
+ "input": "DescribeExportRequest",
188
+ "name": "查询日志下载任务详情",
189
+ "output": "DescribeExportResponse",
190
+ "status": "online"
191
+ },
171
192
  "DescribeInferTemplates": {
172
193
  "document": "已废弃,收敛到统一接口\n\n查询推理镜像模板",
173
194
  "input": "DescribeInferTemplatesRequest",
@@ -1096,6 +1117,124 @@
1096
1117
  ],
1097
1118
  "type": "object"
1098
1119
  },
1120
+ "CreateExportRequest": {
1121
+ "document": "CreateExport请求参数结构体",
1122
+ "members": [
1123
+ {
1124
+ "disabled": false,
1125
+ "document": "服务类型,TRAIN为任务式建模, NOTEBOOK为Notebook, INFER为在线服务, BATCH为批量预测枚举值:- TRAIN- NOTEBOOK- INFER- BATCH",
1126
+ "example": "TRAIN",
1127
+ "member": "string",
1128
+ "name": "Service",
1129
+ "required": true,
1130
+ "type": "string"
1131
+ },
1132
+ {
1133
+ "disabled": false,
1134
+ "document": "服务ID,和Service参数对应,不同Service的服务ID获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTask接口](/document/product/851/75089)查询训练任务详情,ServiceId为接口返回值中Response.TrainingTaskDetail.LatestInstanceId- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,ServiceId为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelServiceGroup接口](/document/product/851/82285)查询服务组详情,ServiceId为接口返回值中Response.ServiceGroup.Services.ServiceId- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,ServiceId为接口返回值中Response.BatchTaskDetail.LatestInstanceId",
1135
+ "example": "train-fsdjl-1",
1136
+ "member": "string",
1137
+ "name": "ServiceId",
1138
+ "required": false,
1139
+ "type": "string"
1140
+ },
1141
+ {
1142
+ "disabled": false,
1143
+ "document": "日志查询开始时间(RFC3339格式的时间字符串),默认值为当前时间的前一个小时",
1144
+ "example": "2021-11-30T16:22:09+08:00",
1145
+ "member": "string",
1146
+ "name": "StartTime",
1147
+ "required": false,
1148
+ "type": "string"
1149
+ },
1150
+ {
1151
+ "disabled": false,
1152
+ "document": "日志查询结束时间(RFC3339格式的时间字符串),开始时间和结束时间必须同时填或同时不填,默认值为当前时间",
1153
+ "example": "2021-11-30T16:22:09+08:00",
1154
+ "member": "string",
1155
+ "name": "EndTime",
1156
+ "required": false,
1157
+ "type": "string"
1158
+ },
1159
+ {
1160
+ "disabled": false,
1161
+ "document": "日志导出数据格式。json,csv,默认为csv",
1162
+ "example": "csv",
1163
+ "member": "string",
1164
+ "name": "Format",
1165
+ "required": false,
1166
+ "type": "string"
1167
+ },
1168
+ {
1169
+ "disabled": false,
1170
+ "document": "Pod的名称,即需要查询服务对应的Pod,和Service参数对应,不同Service的PodName获取方式不同,具体如下:- Service类型为TRAIN: 调用[DescribeTrainingTaskPods接口](/document/product/851/75088)查询训练任务pod列表,PodName为接口返回值中Response.PodNames- Service类型为NOTEBOOK: 调用[DescribeNotebook接口](/document/product/851/95662)查询Notebook详情,PodName为接口返回值中Response.NotebookDetail.PodName- Service类型为INFER: 调用[DescribeModelService接口](/document/product/851/82287)查询单个服务详情,PodName为接口返回值中Response.Service.ServiceInfo.PodInfos- Service类型为BATCH: 调用[DescribeBatchTask接口](/document/product/851/80180)查询跑批任务详情,PodName为接口返回值中Response.BatchTaskDetail. PodList注:支持结尾通配符*",
1171
+ "example": "train-fsdjl-1",
1172
+ "member": "string",
1173
+ "name": "PodName",
1174
+ "required": false,
1175
+ "type": "string"
1176
+ },
1177
+ {
1178
+ "disabled": false,
1179
+ "document": "描述任务的类型",
1180
+ "example": "FullManagedJob",
1181
+ "member": "string",
1182
+ "name": "JobCategory",
1183
+ "required": false,
1184
+ "type": "string"
1185
+ },
1186
+ {
1187
+ "disabled": false,
1188
+ "document": "实例的类型",
1189
+ "example": "INFER",
1190
+ "member": "string",
1191
+ "name": "InstanceType",
1192
+ "required": false,
1193
+ "type": "string"
1194
+ },
1195
+ {
1196
+ "disabled": false,
1197
+ "document": "查实例Id",
1198
+ "example": "ms-mcgxxxxx-1",
1199
+ "member": "string",
1200
+ "name": "InstanceId",
1201
+ "required": false,
1202
+ "type": "string"
1203
+ },
1204
+ {
1205
+ "disabled": false,
1206
+ "document": "日志类型: PLATFORM_INIT, PLATFORM_SANITY_CHECK, USER",
1207
+ "example": "PLATFORM_INIT",
1208
+ "member": "string",
1209
+ "name": "Type",
1210
+ "required": false,
1211
+ "type": "string"
1212
+ }
1213
+ ],
1214
+ "type": "object"
1215
+ },
1216
+ "CreateExportResponse": {
1217
+ "document": "CreateExport返回参数结构体",
1218
+ "members": [
1219
+ {
1220
+ "disabled": false,
1221
+ "document": "日志下载任务的ID",
1222
+ "example": "export-a85ac32e-42a8-49e3-b19b-c2a9ba831b40",
1223
+ "member": "string",
1224
+ "name": "ExportId",
1225
+ "output_required": true,
1226
+ "type": "string",
1227
+ "value_allowed_null": false
1228
+ },
1229
+ {
1230
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1231
+ "member": "string",
1232
+ "name": "RequestId",
1233
+ "type": "string"
1234
+ }
1235
+ ],
1236
+ "type": "object"
1237
+ },
1099
1238
  "CreateModelServiceAuthTokenRequest": {
1100
1239
  "document": "CreateModelServiceAuthToken请求参数结构体",
1101
1240
  "members": [
@@ -1515,7 +1654,7 @@
1515
1654
  },
1516
1655
  {
1517
1656
  "disabled": false,
1518
- "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。",
1657
+ "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。",
1519
1658
  "example": "无",
1520
1659
  "member": "VolumeMount",
1521
1660
  "name": "VolumeMounts",
@@ -1723,7 +1862,7 @@
1723
1862
  },
1724
1863
  {
1725
1864
  "disabled": false,
1726
- "document": "数据配置,只支持WEDATA_HDFS存储类型",
1865
+ "document": "数据存储挂载配置",
1727
1866
  "example": "无",
1728
1867
  "member": "DataConfig",
1729
1868
  "name": "DataConfigs",
@@ -3390,6 +3529,33 @@
3390
3529
  ],
3391
3530
  "type": "object"
3392
3531
  },
3532
+ "DeleteExportRequest": {
3533
+ "document": "DeleteExport请求参数结构体",
3534
+ "members": [
3535
+ {
3536
+ "disabled": false,
3537
+ "document": "日志下载任务的ID",
3538
+ "example": "export-a85ac32e-42a8-49e3-b19b-c2a9ba831b40",
3539
+ "member": "string",
3540
+ "name": "ExportId",
3541
+ "required": true,
3542
+ "type": "string"
3543
+ }
3544
+ ],
3545
+ "type": "object"
3546
+ },
3547
+ "DeleteExportResponse": {
3548
+ "document": "DeleteExport返回参数结构体",
3549
+ "members": [
3550
+ {
3551
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3552
+ "member": "string",
3553
+ "name": "RequestId",
3554
+ "type": "string"
3555
+ }
3556
+ ],
3557
+ "type": "object"
3558
+ },
3393
3559
  "DeleteModelServiceAuthTokenRequest": {
3394
3560
  "document": "DeleteModelServiceAuthToken请求参数结构体",
3395
3561
  "members": [
@@ -4260,6 +4426,93 @@
4260
4426
  ],
4261
4427
  "type": "object"
4262
4428
  },
4429
+ "DescribeExportRequest": {
4430
+ "document": "DescribeExport请求参数结构体",
4431
+ "members": [
4432
+ {
4433
+ "disabled": false,
4434
+ "document": "日志下载任务的ID",
4435
+ "example": "export-a85ac32e-42a8-49e3-b19b-c2a9ba831b40",
4436
+ "member": "string",
4437
+ "name": "ExportId",
4438
+ "required": true,
4439
+ "type": "string"
4440
+ }
4441
+ ],
4442
+ "type": "object"
4443
+ },
4444
+ "DescribeExportResponse": {
4445
+ "document": "DescribeExport返回参数结构体",
4446
+ "members": [
4447
+ {
4448
+ "disabled": false,
4449
+ "document": "日志下载任务的ID",
4450
+ "example": "export-a85ac32e-42a8-49e3-b19b-c2a9ba831b40",
4451
+ "member": "string",
4452
+ "name": "ExportId",
4453
+ "output_required": false,
4454
+ "type": "string",
4455
+ "value_allowed_null": false
4456
+ },
4457
+ {
4458
+ "disabled": false,
4459
+ "document": "日志下载文件名",
4460
+ "example": "log_001a191a-aaff-4bde-9267-94e2ecf6f8da_20240528_export-a85ac32e-42a8-49e3-b19b-c2a9ba831b40.tar.gz",
4461
+ "member": "string",
4462
+ "name": "FileName",
4463
+ "output_required": false,
4464
+ "type": "string",
4465
+ "value_allowed_null": false
4466
+ },
4467
+ {
4468
+ "disabled": false,
4469
+ "document": "日志导出路径,有效期一个小时,请尽快使用该路径下载。",
4470
+ "example": "https://clstest01-xxxxxx.cos.ap-shanghai.myqcloud.com/xxxxxx",
4471
+ "member": "string",
4472
+ "name": "CosPath",
4473
+ "output_required": false,
4474
+ "type": "string",
4475
+ "value_allowed_null": false
4476
+ },
4477
+ {
4478
+ "disabled": false,
4479
+ "document": "下载任务创建时间",
4480
+ "example": "2024-05-28T03:39:06Z",
4481
+ "member": "string",
4482
+ "name": "CreateTime",
4483
+ "output_required": false,
4484
+ "type": "string",
4485
+ "value_allowed_null": false
4486
+ },
4487
+ {
4488
+ "disabled": false,
4489
+ "document": "日志文件大小",
4490
+ "example": "65535",
4491
+ "member": "string",
4492
+ "name": "FileSize",
4493
+ "output_required": false,
4494
+ "type": "string",
4495
+ "value_allowed_null": false
4496
+ },
4497
+ {
4498
+ "disabled": false,
4499
+ "document": "日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中",
4500
+ "example": "Expired",
4501
+ "member": "string",
4502
+ "name": "Status",
4503
+ "output_required": false,
4504
+ "type": "string",
4505
+ "value_allowed_null": false
4506
+ },
4507
+ {
4508
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4509
+ "member": "string",
4510
+ "name": "RequestId",
4511
+ "type": "string"
4512
+ }
4513
+ ],
4514
+ "type": "object"
4515
+ },
4263
4516
  "DescribeInferTemplatesRequest": {
4264
4517
  "document": "DescribeInferTemplates请求参数结构体",
4265
4518
  "members": [],
@@ -5216,7 +5469,7 @@
5216
5469
  {
5217
5470
  "disabled": false,
5218
5471
  "document": "pod名称列表",
5219
- "example": "[]",
5472
+ "example": "[\"master\",\"pod\"]",
5220
5473
  "member": "string",
5221
5474
  "name": "PodNames",
5222
5475
  "output_required": true,
@@ -5236,7 +5489,7 @@
5236
5489
  {
5237
5490
  "disabled": false,
5238
5491
  "document": "pod详细信息",
5239
- "example": "[{\"Name\":\"train-786801095607790976-5z75pr7skj5s-master-0\",\"IP\":\"\t9.0.0.1\"}]",
5492
+ "example": "",
5240
5493
  "member": "PodInfo",
5241
5494
  "name": "PodInfoList",
5242
5495
  "output_required": true,
@@ -7907,7 +8160,7 @@
7907
8160
  },
7908
8161
  {
7909
8162
  "disabled": false,
7910
- "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。",
8163
+ "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。",
7911
8164
  "example": "无",
7912
8165
  "member": "VolumeMount",
7913
8166
  "name": "VolumeMounts",
@@ -9229,7 +9482,7 @@
9229
9482
  {
9230
9483
  "disabled": false,
9231
9484
  "document": "pod资源配置\n注意:此字段可能返回 null,表示取不到有效值。",
9232
- "example": "{\"Role\": \"WORKER\", \"Cpu\": 180000,\"Memory\": 921600,\"GpuType\": \"HCC-A100\",\"Gpu\": 800, \"InstanceType\": \"\",\"InstanceTypeAlias\": \"\", \"InstanceNum\": 2,\"RDMAConfig\": {\"Enable\": true }}",
9485
+ "example": "",
9233
9486
  "member": "ResourceConfigInfo",
9234
9487
  "name": "ResourceConfigInfo",
9235
9488
  "output_required": false,
@@ -9708,7 +9961,7 @@
9708
9961
  {
9709
9962
  "disabled": false,
9710
9963
  "document": "RDMA配置\n注意:此字段可能返回 null,表示取不到有效值。",
9711
- "example": "{\"Enable\": false}",
9964
+ "example": "",
9712
9965
  "member": "RDMAConfig",
9713
9966
  "name": "RDMAConfig",
9714
9967
  "output_required": true,
@@ -9899,6 +10152,17 @@
9899
10152
  "required": false,
9900
10153
  "type": "list",
9901
10154
  "value_allowed_null": false
10155
+ },
10156
+ {
10157
+ "disabled": false,
10158
+ "document": "是否开启rdma\n注意:此字段可能返回 null,表示取不到有效值。",
10159
+ "example": "false",
10160
+ "member": "bool",
10161
+ "name": "EnableRDMA",
10162
+ "output_required": false,
10163
+ "required": false,
10164
+ "type": "bool",
10165
+ "value_allowed_null": true
9902
10166
  }
9903
10167
  ],
9904
10168
  "usage": "both"
@@ -10761,7 +11025,7 @@
10761
11025
  {
10762
11026
  "disabled": false,
10763
11027
  "document": "创建者",
10764
- "example": "222222",
11028
+ "example": "creater",
10765
11029
  "member": "string",
10766
11030
  "name": "CreatedBy",
10767
11031
  "output_required": true,
@@ -12767,7 +13031,7 @@
12767
13031
  {
12768
13032
  "disabled": false,
12769
13033
  "document": "训练任务名称",
12770
- "example": "test",
13034
+ "example": "测试训练任务",
12771
13035
  "member": "string",
12772
13036
  "name": "Name",
12773
13037
  "output_required": true,
@@ -12837,7 +13101,7 @@
12837
13101
  {
12838
13102
  "disabled": false,
12839
13103
  "document": "资源配置",
12840
- "example": "[{\"Role\":\"WORKER\",\"Cpu\":1000,\"Memory\":1024,\"GpuType\":\"\",\"Gpu\":0,\"InstanceType\":\"\",\"InstanceTypeAlias\":\"\",\"InstanceNum\":1,\"RDMAConfig\":{\"Enable\":false},\"ExtendedResourceList\":{},\"ArchType\":\"\"}]",
13104
+ "example": "",
12841
13105
  "member": "ResourceConfigInfo",
12842
13106
  "name": "ResourceConfigInfos",
12843
13107
  "output_required": true,
@@ -12857,7 +13121,7 @@
12857
13121
  {
12858
13122
  "disabled": false,
12859
13123
  "document": "任务状态,eg:SUBMITTING提交中、PENDING排队中、\nSTARTING启动中、RUNNING运行中、STOPPING停止中、STOPPED已停止、FAILED异常、SUCCEED已完成",
12860
- "example": "",
13124
+ "example": "SUBMITTING",
12861
13125
  "member": "string",
12862
13126
  "name": "Status",
12863
13127
  "output_required": true,
@@ -12877,7 +13141,7 @@
12877
13141
  {
12878
13142
  "disabled": false,
12879
13143
  "document": "创建时间",
12880
- "example": "",
13144
+ "example": "2025-01-01 00:00:00",
12881
13145
  "member": "string",
12882
13146
  "name": "CreateTime",
12883
13147
  "output_required": true,
@@ -12887,7 +13151,7 @@
12887
13151
  {
12888
13152
  "disabled": false,
12889
13153
  "document": "训练开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
12890
- "example": "",
13154
+ "example": "2025-01-01 00:00:00",
12891
13155
  "member": "string",
12892
13156
  "name": "StartTime",
12893
13157
  "output_required": true,
@@ -12897,7 +13161,7 @@
12897
13161
  {
12898
13162
  "disabled": false,
12899
13163
  "document": "训练结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
12900
- "example": "",
13164
+ "example": "2025-01-01 00:00:00",
12901
13165
  "member": "string",
12902
13166
  "name": "EndTime",
12903
13167
  "output_required": true,
@@ -12917,7 +13181,7 @@
12917
13181
  {
12918
13182
  "disabled": false,
12919
13183
  "document": "失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
12920
- "example": "",
13184
+ "example": "Failed",
12921
13185
  "member": "string",
12922
13186
  "name": "FailureReason",
12923
13187
  "output_required": true,
@@ -12927,7 +13191,7 @@
12927
13191
  {
12928
13192
  "disabled": false,
12929
13193
  "document": "更新时间",
12930
- "example": "",
13194
+ "example": "2025-01-01 00:00:00",
12931
13195
  "member": "string",
12932
13196
  "name": "UpdateTime",
12933
13197
  "output_required": true,
@@ -12947,7 +13211,7 @@
12947
13211
  {
12948
13212
  "disabled": false,
12949
13213
  "document": "预付费专用资源组名称",
12950
- "example": "",
13214
+ "example": "测试资源组",
12951
13215
  "member": "string",
12952
13216
  "name": "ResourceGroupName",
12953
13217
  "output_required": true,
@@ -12967,7 +13231,7 @@
12967
13231
  {
12968
13232
  "disabled": false,
12969
13233
  "document": "任务信息\n注意:此字段可能返回 null,表示取不到有效值。",
12970
- "example": "",
13234
+ "example": "测试任务",
12971
13235
  "member": "string",
12972
13236
  "name": "Message",
12973
13237
  "output_required": true,
@@ -12977,7 +13241,7 @@
12977
13241
  {
12978
13242
  "disabled": false,
12979
13243
  "document": "标签配置\n注意:此字段可能返回 null,表示取不到有效值。",
12980
- "example": "[\"test\":\"test\"]",
13244
+ "example": "",
12981
13245
  "member": "Tag",
12982
13246
  "name": "Tags",
12983
13247
  "output_required": true,
@@ -12987,7 +13251,7 @@
12987
13251
  {
12988
13252
  "disabled": false,
12989
13253
  "document": "回调地址\n注意:此字段可能返回 null,表示取不到有效值。",
12990
- "example": "",
13254
+ "example": "callbackurl",
12991
13255
  "member": "string",
12992
13256
  "name": "CallbackUrl",
12993
13257
  "output_required": true,
@@ -12997,7 +13261,7 @@
12997
13261
  {
12998
13262
  "disabled": false,
12999
13263
  "document": "任务subUin信息\n注意:此字段可能返回 null,表示取不到有效值。",
13000
- "example": "",
13264
+ "example": "834573",
13001
13265
  "member": "string",
13002
13266
  "name": "SubUin",
13003
13267
  "output_required": false,
@@ -16,6 +16,14 @@
16
16
  "title": "创建数据集"
17
17
  }
18
18
  ],
19
+ "CreateExport": [
20
+ {
21
+ "document": "创建任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务API",
22
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateExport\n<公共请求参数>\n\n{\n \"Service\": \"TRAIN\",\n \"ServiceId\": \"train-1051209973208673664-7zimubsiul1c\",\n \"StartTime\": \"2022-01-10T12:15:03+08:00\",\n \"EndTime\": \"2022-01-11T12:15:03+08:00\",\n \"Format\": \"csv\"\n}",
23
+ "output": "{\n \"Response\": {\n \"ExportId\": \"57196a6a-7622-47be-bc92-d2ebea959a0f\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
24
+ "title": "创建日志下载任务"
25
+ }
26
+ ],
19
27
  "CreateModelService": [
20
28
  {
21
29
  "document": "创建一个基于自定义镜像的服务",
@@ -72,6 +80,14 @@
72
80
  "title": "删除数据集"
73
81
  }
74
82
  ],
83
+ "DeleteExport": [
84
+ {
85
+ "document": "删除任务式建模训练任务,Notebook,在线服务和批量预测任务日志导出任务API",
86
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteExport\n<公共请求参数>\n\n{\n \"ExportId\": \"57196a6a-7622-47be-bc92-d2ebea959a0f\"\n}",
87
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
88
+ "title": "删除日志下载任务"
89
+ }
90
+ ],
75
91
  "DeleteModelService": [
76
92
  {
77
93
  "document": "",
@@ -132,7 +148,7 @@
132
148
  {
133
149
  "document": "",
134
150
  "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingResourceGroup\n<公共请求参数>\n\n{\n \"ResourceGroupId\": \"ersg-9hw7jfk6\",\n \"Filters\": [\n {\n \"Name\": \"InstanceStatus\",\n \"Values\": [\n \"RUNNING\"\n ],\n \"Negative\": true,\n \"Fuzzy\": true\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1,\n \"Order\": \"ASC\",\n \"OrderField\": \"CreateTime\"\n}",
135
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"InstanceSet\": [\n {\n \"InstanceId\": \"sm-8r7jbnsz\",\n \"UsedResource\": {\n \"Cpu\": 78200,\n \"Memory\": 349696,\n \"Gpu\": 400,\n \"GpuType\": \"4090D\",\n \"RealGpu\": 0,\n \"RealGpuDetailSet\": []\n },\n \"TotalResource\": {\n \"Cpu\": 78200,\n \"Memory\": 349780,\n \"Gpu\": 400,\n \"GpuType\": \"4090D\",\n \"RealGpu\": 0,\n \"RealGpuDetailSet\": []\n },\n \"InstanceStatus\": \"RUNNING\",\n \"SubUin\": \"100023251204\",\n \"CreateTime\": \"2024-12-19 15:36:44\",\n \"ExpireTime\": \"\",\n \"AutoRenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"SpecId\": \"sv_tio_platform_cloud_post_gpu_80c368g_44090d_sw\",\n \"SpecAlias\": \"80核358GB 4090D*4\"\n }\n ],\n \"RequestId\": \"114e2564-3ce6-469c-b9c0-284a51247902\"\n }\n}",
151
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"InstanceSet\": [\n {\n \"InstanceId\": \"sm-8r7jbnsz\",\n \"UsedResource\": {\n \"Cpu\": 78200,\n \"Memory\": 349696,\n \"Gpu\": 400,\n \"GpuType\": \"4090D\",\n \"RealGpu\": 0,\n \"RealGpuDetailSet\": [],\n \"EnableRDMA\": false\n },\n \"TotalResource\": {\n \"Cpu\": 78200,\n \"Memory\": 349780,\n \"Gpu\": 400,\n \"GpuType\": \"4090D\",\n \"RealGpu\": 0,\n \"RealGpuDetailSet\": [],\n \"EnableRDMA\": false\n },\n \"InstanceStatus\": \"RUNNING\",\n \"SubUin\": \"100023251204\",\n \"CreateTime\": \"2024-12-19 15:36:44\",\n \"ExpireTime\": \"\",\n \"AutoRenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"SpecId\": \"sv_tio_platform_cloud_post_gpu_80c368g_44090d_sw\",\n \"SpecAlias\": \"80核358GB 4090D*4\"\n }\n ],\n \"RequestId\": \"114e2564-3ce6-469c-b9c0-284a51247902\"\n }\n}",
136
152
  "title": "查询资源组节点列表"
137
153
  }
138
154
  ],
@@ -192,6 +208,14 @@
192
208
  "title": "获取事件"
193
209
  }
194
210
  ],
211
+ "DescribeExport": [
212
+ {
213
+ "document": "查看任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务状态API",
214
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExports\n<公共请求参数>\n\n{\n \"ExportId\": \"57196a6a-7622-47be-bc92-d2ebea959a0f\"\n}",
215
+ "output": "{\n \"Response\": {\n \"ExportId\": \"export-57196a6a-7622-47be-bc92-d2ebea959a0f\",\n \"FileName\": \"train-1051209973208673664-7zimubsiul1c_1610001073.tar.gz\",\n \"CosPath\": \"https://clstest01-xxxxxx.cos.ap-shanghai.myqcloud.com/xxxxxx\",\n \"CreateTime\": \"2020-08-08 12:12:12\",\n \"FileSize\": \"6112993\",\n \"Status\": \"Completed\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
216
+ "title": "查询日志下载任务详情"
217
+ }
218
+ ],
195
219
  "DescribeInferTemplates": [
196
220
  {
197
221
  "document": "",
@@ -315,8 +339,8 @@
315
339
  "DescribeTrainingTaskPods": [
316
340
  {
317
341
  "document": "获取任务对应的pod列表",
318
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrainingTaskPods\n<公共请求参数>\n\n{\n \"Id\": \"abc\"\n}",
319
- "output": "{\n \"Response\": {\n \"PodNames\": [\n \"abc\"\n ],\n \"TotalCount\": 1,\n \"PodInfoList\": [\n {\n \"Name\": \"abc\",\n \"IP\": \"abc\",\n \"Status\": \"abc\",\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"ResourceConfigInfo\": {\n \"Role\": \"abc\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"abc\",\n \"Gpu\": 1,\n \"InstanceType\": \"abc\",\n \"InstanceNum\": 1,\n \"InstanceTypeAlias\": \"abc\",\n \"RDMAConfig\": {\n \"Enable\": true\n }\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
342
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrainingTaskPods\n<公共请求参数>\n\n{\n \"Id\": \"train-12442\"\n}",
343
+ "output": "{\n \"Response\": {\n \"PodNames\": [\n \"train-fdsff\"\n ],\n \"TotalCount\": 1,\n \"PodInfoList\": [\n {\n \"Name\": \"pod-abc\",\n \"IP\": \"12.23.23.14\",\n \"Status\": \"RUNNING\",\n \"StartTime\": \"2025-01-02 00:00:00\",\n \"EndTime\": \"2025-01-02 00:01:00\",\n \"ResourceConfigInfo\": {\n \"Role\": \"master\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"HCC\",\n \"Gpu\": 1,\n \"InstanceType\": \"fdsaf\",\n \"InstanceNum\": 1,\n \"InstanceTypeAlias\": \"fsadfd\",\n \"RDMAConfig\": {\n \"Enable\": true\n }\n }\n }\n ],\n \"RequestId\": \"fdsjlk-dsfdsf\"\n }\n}",
320
344
  "title": "pod列表"
321
345
  }
322
346
  ],
@@ -2307,7 +2307,7 @@ def doDescribeOSImages(args, parsed_globals):
2307
2307
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2308
2308
 
2309
2309
 
2310
- def doDescribeClusters(args, parsed_globals):
2310
+ def doModifyClusterTags(args, parsed_globals):
2311
2311
  g_param = parse_global_arg(parsed_globals)
2312
2312
 
2313
2313
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2336,11 +2336,11 @@ def doDescribeClusters(args, parsed_globals):
2336
2336
  client = mod.TkeClient(cred, g_param[OptionsDefine.Region], profile)
2337
2337
  client._sdkVersion += ("_CLI_" + __version__)
2338
2338
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2339
- model = models.DescribeClustersRequest()
2339
+ model = models.ModifyClusterTagsRequest()
2340
2340
  model.from_json_string(json.dumps(args))
2341
2341
  start_time = time.time()
2342
2342
  while True:
2343
- rsp = client.DescribeClusters(model)
2343
+ rsp = client.ModifyClusterTags(model)
2344
2344
  result = rsp.to_json_string()
2345
2345
  try:
2346
2346
  json_obj = json.loads(result)
@@ -4283,7 +4283,7 @@ def doDescribeEdgeLogSwitches(args, parsed_globals):
4283
4283
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4284
4284
 
4285
4285
 
4286
- def doModifyClusterTags(args, parsed_globals):
4286
+ def doDescribeClusters(args, parsed_globals):
4287
4287
  g_param = parse_global_arg(parsed_globals)
4288
4288
 
4289
4289
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -4312,11 +4312,11 @@ def doModifyClusterTags(args, parsed_globals):
4312
4312
  client = mod.TkeClient(cred, g_param[OptionsDefine.Region], profile)
4313
4313
  client._sdkVersion += ("_CLI_" + __version__)
4314
4314
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
4315
- model = models.ModifyClusterTagsRequest()
4315
+ model = models.DescribeClustersRequest()
4316
4316
  model.from_json_string(json.dumps(args))
4317
4317
  start_time = time.time()
4318
4318
  while True:
4319
- rsp = client.ModifyClusterTags(model)
4319
+ rsp = client.DescribeClusters(model)
4320
4320
  result = rsp.to_json_string()
4321
4321
  try:
4322
4322
  json_obj = json.loads(result)
@@ -12816,7 +12816,7 @@ ACTION_MAP = {
12816
12816
  "AddNodeToNodePool": doAddNodeToNodePool,
12817
12817
  "ModifyReservedInstanceScope": doModifyReservedInstanceScope,
12818
12818
  "DescribeOSImages": doDescribeOSImages,
12819
- "DescribeClusters": doDescribeClusters,
12819
+ "ModifyClusterTags": doModifyClusterTags,
12820
12820
  "CreateCLSLogConfig": doCreateCLSLogConfig,
12821
12821
  "EnableClusterAudit": doEnableClusterAudit,
12822
12822
  "CreateBackupStorageLocation": doCreateBackupStorageLocation,
@@ -12854,7 +12854,7 @@ ACTION_MAP = {
12854
12854
  "DescribeClusterRouteTables": doDescribeClusterRouteTables,
12855
12855
  "DeleteEdgeCVMInstances": doDeleteEdgeCVMInstances,
12856
12856
  "DescribeEdgeLogSwitches": doDescribeEdgeLogSwitches,
12857
- "ModifyClusterTags": doModifyClusterTags,
12857
+ "DescribeClusters": doDescribeClusters,
12858
12858
  "DescribeClusterEndpointStatus": doDescribeClusterEndpointStatus,
12859
12859
  "CreateReservedInstances": doCreateReservedInstances,
12860
12860
  "DeleteClusterMachines": doDeleteClusterMachines,