tencentcloud-sdk-nodejs 4.0.472 → 4.0.474

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 (134) hide show
  1. package/CHANGELOG.md +491 -0
  2. package/SERVICE_CHANGELOG.md +469 -113
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/as/v20180419/as_client.ts +1 -0
  8. package/src/services/as/v20180419/as_models.ts +17 -1
  9. package/src/services/captcha/v20190722/captcha_client.ts +12 -0
  10. package/src/services/captcha/v20190722/captcha_models.ts +51 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  12. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +2 -2
  13. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  14. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  15. package/src/services/dasb/v20191018/dasb_models.ts +25 -0
  16. package/src/services/dts/index.ts +2 -2
  17. package/src/services/es/v20180416/es_models.ts +6 -0
  18. package/src/services/ess/v20201111/ess_models.ts +15 -5
  19. package/src/services/essbasic/index.ts +2 -2
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -6
  21. package/src/services/gme/v20180711/gme_client.ts +0 -12
  22. package/src/services/gme/v20180711/gme_models.ts +0 -44
  23. package/src/services/iai/index.ts +2 -2
  24. package/src/services/iotvideo/index.ts +2 -2
  25. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  26. package/src/services/irp/index.ts +2 -2
  27. package/src/services/live/v20180801/live_models.ts +2 -2
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/mps/v20190612/mps_client.ts +8 -2
  30. package/src/services/mps/v20190612/mps_models.ts +194 -26
  31. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  32. package/src/services/ocr/v20181119/ocr_models.ts +18 -1
  33. package/src/services/organization/v20210331/organization_models.ts +5 -0
  34. package/src/services/rum/v20210622/rum_models.ts +1 -1
  35. package/src/services/ses/v20201002/ses_models.ts +5 -0
  36. package/src/services/ssl/v20191205/ssl_client.ts +12 -0
  37. package/src/services/ssl/v20191205/ssl_models.ts +30 -0
  38. package/src/services/tbp/index.ts +2 -2
  39. package/src/services/tcm/v20210413/tcm_client.ts +18 -6
  40. package/src/services/tcm/v20210413/tcm_models.ts +40 -0
  41. package/src/services/tcr/v20190924/tcr_client.ts +2 -2
  42. package/src/services/tcr/v20190924/tcr_models.ts +11 -1
  43. package/src/services/tcss/v20201101/tcss_client.ts +14 -2
  44. package/src/services/tcss/v20201101/tcss_models.ts +72 -13
  45. package/src/services/tem/index.ts +2 -2
  46. package/src/services/tem/v20210701/tem_client.ts +1 -0
  47. package/src/services/tem/v20210701/tem_models.ts +73 -3
  48. package/src/services/thpc/v20220401/thpc_models.ts +2 -2
  49. package/src/services/tione/index.ts +2 -2
  50. package/src/services/tione/v20211111/tione_client.ts +196 -35
  51. package/src/services/tione/v20211111/tione_models.ts +1687 -281
  52. package/src/services/trp/v20210515/trp_client.ts +12 -0
  53. package/src/services/trp/v20210515/trp_models.ts +66 -0
  54. package/src/services/vm/index.ts +2 -2
  55. package/src/services/vod/v20180717/vod_client.ts +0 -2
  56. package/src/services/vod/v20180717/vod_models.ts +13 -14
  57. package/tencentcloud/common/sdk_version.d.ts +1 -1
  58. package/tencentcloud/common/sdk_version.js +1 -1
  59. package/tencentcloud/services/ams/index.d.ts +4 -4
  60. package/tencentcloud/services/ams/index.js +2 -2
  61. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -1
  62. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  63. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  64. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +43 -0
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  66. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +2 -2
  67. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  68. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +21 -0
  69. package/tencentcloud/services/dts/index.d.ts +4 -4
  70. package/tencentcloud/services/dts/index.js +2 -2
  71. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -5
  73. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  74. package/tencentcloud/services/essbasic/index.js +2 -2
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -5
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -5
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +0 -6
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +0 -38
  79. package/tencentcloud/services/iai/index.d.ts +4 -4
  80. package/tencentcloud/services/iai/index.js +2 -2
  81. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  82. package/tencentcloud/services/iotvideo/index.js +2 -2
  83. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
  84. package/tencentcloud/services/irp/index.d.ts +4 -4
  85. package/tencentcloud/services/irp/index.js +2 -2
  86. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  87. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  88. package/tencentcloud/services/mgobe/index.js +2 -2
  89. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  90. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +165 -24
  91. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  92. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  93. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -1
  94. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
  95. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  96. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  97. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  98. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  99. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +26 -0
  100. package/tencentcloud/services/tbp/index.d.ts +4 -4
  101. package/tencentcloud/services/tbp/index.js +2 -2
  102. package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +7 -3
  103. package/tencentcloud/services/tcm/v20210413/tcm_client.js +9 -3
  104. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +34 -0
  105. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
  106. package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
  107. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +10 -1
  108. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
  109. package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
  110. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +64 -12
  111. package/tencentcloud/services/tem/index.d.ts +4 -4
  112. package/tencentcloud/services/tem/index.js +2 -2
  113. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +62 -3
  114. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
  115. package/tencentcloud/services/tione/index.d.ts +4 -4
  116. package/tencentcloud/services/tione/index.js +2 -2
  117. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +55 -7
  118. package/tencentcloud/services/tione/v20211111/tione_client.js +81 -9
  119. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1453 -254
  120. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  121. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  122. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +55 -0
  123. package/tencentcloud/services/vm/index.d.ts +4 -4
  124. package/tencentcloud/services/vm/index.js +2 -2
  125. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -2
  126. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -2
  127. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -12
  128. package/test/captcha.v20190722.test.js +10 -0
  129. package/test/gme.v20180711.test.js +0 -10
  130. package/test/ssl.v20191205.test.js +10 -0
  131. package/test/tcm.v20210413.test.js +12 -2
  132. package/test/tcss.v20201101.test.js +10 -0
  133. package/test/tione.v20211111.test.js +126 -6
  134. package/test/trp.v20210515.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,494 @@
1
+ # Release 4.0.474
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 58 次发布
6
+
7
+ 发布时间:2022-11-03 06:08:22
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增数据结构:
14
+
15
+ * [RunAutomationServiceEnabled](https://cloud.tencent.com/document/api/377/20453#RunAutomationServiceEnabled)
16
+
17
+ 修改数据结构:
18
+
19
+ * [EnhancedService](https://cloud.tencent.com/document/api/377/20453#EnhancedService)
20
+
21
+ * 新增成员:AutomationService
22
+
23
+
24
+
25
+
26
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
27
+
28
+ ### 第 4 次发布
29
+
30
+ 发布时间:2022-11-03 06:19:23
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
39
+
40
+ * 新增入参:TagFilters
41
+
42
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
43
+
44
+ * 新增入参:TagFilters
45
+
46
+
47
+ 新增数据结构:
48
+
49
+ * [TagFilter](https://cloud.tencent.com/document/api/1025/74416#TagFilter)
50
+
51
+
52
+
53
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
54
+
55
+ ### 第 26 次发布
56
+
57
+ 发布时间:2022-11-03 06:25:18
58
+
59
+ 本次发布包含了以下内容:
60
+
61
+ 改善已有的文档。
62
+
63
+ <font color="#dd0000">**删除接口**:</font>
64
+
65
+ * ModifyRoomInfo
66
+
67
+
68
+
69
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
70
+
71
+ ### 第 8 次发布
72
+
73
+ 发布时间:2022-11-03 06:28:16
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 修改接口:
80
+
81
+ * [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
82
+
83
+ * 新增入参:PackageQueue
84
+
85
+
86
+
87
+
88
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
89
+
90
+
91
+
92
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
93
+
94
+
95
+
96
+ ## 媒体处理(mps) 版本:2019-06-12
97
+
98
+ ### 第 43 次发布
99
+
100
+ 发布时间:2022-11-03 06:32:33
101
+
102
+ 本次发布包含了以下内容:
103
+
104
+ 改善已有的文档。
105
+
106
+ 修改接口:
107
+
108
+ * [CreateImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37608)
109
+
110
+ * 新增入参:Format
111
+
112
+ * [ModifyImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37590)
113
+
114
+ * 新增入参:Format
115
+
116
+
117
+ 新增数据结构:
118
+
119
+ * [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
120
+ * [AiRecognitionTaskTransTextResultInput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultInput)
121
+ * [AiRecognitionTaskTransTextResultOutput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultOutput)
122
+ * [AiRecognitionTaskTransTextSegmentItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextSegmentItem)
123
+ * [LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult)
124
+ * [SubtitleTemplate](https://cloud.tencent.com/document/api/862/37615#SubtitleTemplate)
125
+
126
+ 修改数据结构:
127
+
128
+ * [AiRecognitionResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionResult)
129
+
130
+ * 新增成员:TransTextTask
131
+
132
+ * [ImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37615#ImageSpriteTemplate)
133
+
134
+ * 新增成员:Format
135
+
136
+ * [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
137
+
138
+ * 新增成员:TransTextRecognitionResultSet
139
+
140
+ * [OverrideTranscodeParameter](https://cloud.tencent.com/document/api/862/37615#OverrideTranscodeParameter)
141
+
142
+ * 新增成员:SubtitleTemplate
143
+
144
+
145
+
146
+
147
+ ## 邮件推送(ses) 版本:2020-10-02
148
+
149
+ ### 第 16 次发布
150
+
151
+ 发布时间:2022-11-03 06:36:44
152
+
153
+ 本次发布包含了以下内容:
154
+
155
+ 改善已有的文档。
156
+
157
+ 修改接口:
158
+
159
+ * [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
160
+
161
+ * 新增出参:TemplateName
162
+
163
+
164
+
165
+
166
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
167
+
168
+ ### 第 9 次发布
169
+
170
+ 发布时间:2022-11-02 10:37:26
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ 新增接口:
177
+
178
+ * [CreateCorporationOrder](https://cloud.tencent.com/document/api/1458/82298)
179
+
180
+
181
+
182
+ # Release 4.0.473
183
+
184
+ ## 验证码(captcha) 版本:2019-07-22
185
+
186
+ ### 第 13 次发布
187
+
188
+ 发布时间:2022-11-02 06:08:36
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 新增接口:
195
+
196
+ * [GetTicketStatistics](https://cloud.tencent.com/document/api/1110/82276)
197
+
198
+
199
+
200
+ ## 云服务器(cvm) 版本:2017-03-12
201
+
202
+ ### 第 96 次发布
203
+
204
+ 发布时间:2022-11-02 06:16:11
205
+
206
+ 本次发布包含了以下内容:
207
+
208
+ 改善已有的文档。
209
+
210
+ 修改接口:
211
+
212
+ * [ResetInstance](https://cloud.tencent.com/document/api/213/15724)
213
+
214
+ * 新增入参:UserData
215
+
216
+
217
+
218
+
219
+ ## Elasticsearch Service(es) 版本:2018-04-16
220
+
221
+ ### 第 39 次发布
222
+
223
+ 发布时间:2022-11-02 06:23:18
224
+
225
+ 本次发布包含了以下内容:
226
+
227
+ 改善已有的文档。
228
+
229
+ 修改数据结构:
230
+
231
+ * [IndexPolicyField](https://cloud.tencent.com/document/api/845/30634#IndexPolicyField)
232
+
233
+ * 新增成员:ColdAction
234
+
235
+
236
+
237
+
238
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
239
+
240
+ ### 第 23 次发布
241
+
242
+ 发布时间:2022-11-01 17:32:04
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 修改接口:
249
+
250
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
251
+
252
+ * 新增入参:UserData
253
+
254
+
255
+ ### 第 22 次发布
256
+
257
+ 发布时间:2022-11-01 16:03:19
258
+
259
+ 本次发布包含了以下内容:
260
+
261
+ 改善已有的文档。
262
+
263
+ 修改数据结构:
264
+
265
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
266
+
267
+ * 新增成员:ApproverOption
268
+
269
+
270
+
271
+
272
+ ## 文字识别(ocr) 版本:2018-11-19
273
+
274
+ ### 第 81 次发布
275
+
276
+ 发布时间:2022-11-02 06:33:46
277
+
278
+ 本次发布包含了以下内容:
279
+
280
+ 改善已有的文档。
281
+
282
+ 修改接口:
283
+
284
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
285
+
286
+ * 新增入参:RegionCode, SellerTaxCode, EnableCommonElectronic
287
+
288
+
289
+
290
+
291
+ ## 集团账号管理(organization) 版本:2021-03-31
292
+
293
+ ### 第 12 次发布
294
+
295
+ 发布时间:2022-11-02 06:34:29
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 修改接口:
302
+
303
+ * [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
304
+
305
+ * 新增入参:AuthRelationId
306
+
307
+
308
+
309
+
310
+ ## 集团账号管理(organization) 版本:2018-12-25
311
+
312
+
313
+
314
+ ## SSL 证书(ssl) 版本:2019-12-05
315
+
316
+ ### 第 21 次发布
317
+
318
+ 发布时间:2022-11-02 06:38:26
319
+
320
+ 本次发布包含了以下内容:
321
+
322
+ 改善已有的文档。
323
+
324
+ 新增接口:
325
+
326
+ * [ModifyCertificatesExpiringNotificationSwitch](https://cloud.tencent.com/document/api/400/82277)
327
+
328
+
329
+
330
+ ## 服务网格(tcm) 版本:2021-04-13
331
+
332
+ ### 第 17 次发布
333
+
334
+ 发布时间:2022-11-02 06:40:38
335
+
336
+ 本次发布包含了以下内容:
337
+
338
+ 改善已有的文档。
339
+
340
+ 新增接口:
341
+
342
+ * [ModifyTracingConfig](https://cloud.tencent.com/document/api/1261/82278)
343
+
344
+
345
+
346
+ ## 容器镜像服务(tcr) 版本:2019-09-24
347
+
348
+ ### 第 44 次发布
349
+
350
+ 发布时间:2022-11-02 06:40:49
351
+
352
+ 本次发布包含了以下内容:
353
+
354
+ 改善已有的文档。
355
+
356
+ 修改接口:
357
+
358
+ * [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
359
+
360
+ * 新增入参:Limit, Offset
361
+
362
+
363
+
364
+
365
+ ## 容器安全服务(tcss) 版本:2020-11-01
366
+
367
+ ### 第 31 次发布
368
+
369
+ 发布时间:2022-11-02 06:41:34
370
+
371
+ 本次发布包含了以下内容:
372
+
373
+ 改善已有的文档。
374
+
375
+ 新增接口:
376
+
377
+ * [CreateRiskDnsEventExportJob](https://cloud.tencent.com/document/api/1285/82279)
378
+
379
+
380
+
381
+ ## 弹性微服务 TEM(tem) 版本:2021-07-01
382
+
383
+ ### 第 33 次发布
384
+
385
+ 发布时间:2022-11-02 06:44:20
386
+
387
+ 本次发布包含了以下内容:
388
+
389
+ 改善已有的文档。
390
+
391
+ 修改接口:
392
+
393
+ * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
394
+
395
+ * 新增入参:ExtractRule
396
+
397
+
398
+ 新增数据结构:
399
+
400
+ * [LogConfigExtractRule](https://cloud.tencent.com/document/api/1371/60171#LogConfigExtractRule)
401
+
402
+ 修改数据结构:
403
+
404
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
405
+
406
+ * 新增成员:ExtractRule
407
+
408
+
409
+
410
+
411
+ ## 弹性微服务 TEM(tem) 版本:2020-12-21
412
+
413
+
414
+
415
+ ## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
416
+
417
+ ### 第 7 次发布
418
+
419
+ 发布时间:2022-11-02 06:46:06
420
+
421
+ 本次发布包含了以下内容:
422
+
423
+ 改善已有的文档。
424
+
425
+ 新增接口:
426
+
427
+ * [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
428
+ * [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
429
+ * [DeleteModelServiceGroup](https://cloud.tencent.com/document/api/851/82289)
430
+ * [DescribeAPIConfigs](https://cloud.tencent.com/document/api/851/82288)
431
+ * [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
432
+ * [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
433
+ * [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
434
+ * [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
435
+ * [DescribeModelServiceHistory](https://cloud.tencent.com/document/api/851/82283)
436
+ * [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
437
+ * [DescribeModelServices](https://cloud.tencent.com/document/api/851/82281)
438
+ * [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api/851/82280)
439
+
440
+ 修改接口:
441
+
442
+ * [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
443
+
444
+ * 新增入参:FrameworkEnvironment
445
+
446
+
447
+ 新增数据结构:
448
+
449
+ * [APIConfigDetail](https://cloud.tencent.com/document/api/851/75051#APIConfigDetail)
450
+ * [CronScaleJob](https://cloud.tencent.com/document/api/851/75051#CronScaleJob)
451
+ * [EnvVar](https://cloud.tencent.com/document/api/851/75051#EnvVar)
452
+ * [HorizontalPodAutoscaler](https://cloud.tencent.com/document/api/851/75051#HorizontalPodAutoscaler)
453
+ * [InferGatewayCallInfo](https://cloud.tencent.com/document/api/851/75051#InferGatewayCallInfo)
454
+ * [Option](https://cloud.tencent.com/document/api/851/75051#Option)
455
+ * [ScheduledAction](https://cloud.tencent.com/document/api/851/75051#ScheduledAction)
456
+ * [Service](https://cloud.tencent.com/document/api/851/75051#Service)
457
+ * [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
458
+ * [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
459
+ * [ServiceHistory](https://cloud.tencent.com/document/api/851/75051#ServiceHistory)
460
+ * [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
461
+ * [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
462
+ * [StatefulSetCondition](https://cloud.tencent.com/document/api/851/75051#StatefulSetCondition)
463
+ * [VolumeMount](https://cloud.tencent.com/document/api/851/75051#VolumeMount)
464
+ * [WeightEntry](https://cloud.tencent.com/document/api/851/75051#WeightEntry)
465
+ * [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
466
+
467
+ 修改数据结构:
468
+
469
+ * [FrameworkVersion](https://cloud.tencent.com/document/api/851/75051#FrameworkVersion)
470
+
471
+ * 新增成员:Environment
472
+
473
+ * [ResourceInfo](https://cloud.tencent.com/document/api/851/75051#ResourceInfo)
474
+
475
+ * 新增成员:RealGpuDetailSet
476
+
477
+ * [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
478
+
479
+ * 新增成员:FrameworkEnvironment
480
+
481
+ * [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
482
+
483
+ * 新增成员:FrameworkEnvironment
484
+
485
+
486
+
487
+
488
+ ## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
489
+
490
+
491
+
1
492
  # Release 4.0.472
2
493
 
3
494
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09