tencentcloud-sdk-nodejs 4.0.859 → 4.0.861
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.
- package/CHANGELOG.md +318 -0
- package/SERVICE_CHANGELOG.md +442 -131
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +3 -2
- package/src/services/cat/v20180409/cat_models.ts +1 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +8 -3
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +21 -8
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +88 -8
- package/src/services/dlc/v20210125/dlc_client.ts +43 -19
- package/src/services/dlc/v20210125/dlc_models.ts +99 -30
- package/src/services/ess/v20201111/ess_client.ts +58 -28
- package/src/services/ess/v20201111/ess_models.ts +172 -81
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -2
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +32 -0
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -1
- package/src/services/mps/v20190612/mps_models.ts +71 -40
- package/src/services/svp/v20240125/svp_client.ts +43 -1
- package/src/services/svp/v20240125/svp_models.ts +352 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -5
- package/src/services/tione/v20211111/tione_client.ts +79 -574
- package/src/services/tione/v20211111/tione_models.ts +1970 -4863
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -0
- package/tencentcloud/services/cat/v20180409/cat_client.js +1 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +8 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +10 -4
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +85 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +15 -7
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +21 -9
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +95 -30
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +38 -20
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -81
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +30 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +70 -40
- package/tencentcloud/services/svp/v20240125/svp_client.d.ts +13 -1
- package/tencentcloud/services/svp/v20240125/svp_client.js +18 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +343 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -5
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +17 -169
- package/tencentcloud/services/tione/v20211111/tione_client.js +24 -252
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1943 -4721
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/dlc.v20210125.test.js +32 -12
- package/test/ess.v20201111.test.js +22 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/svp.v20240125.test.js +30 -0
- package/test/tione.v20211111.test.js +16 -396
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,41 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
|
+
|
|
5
|
+
### 第 28 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-05-24 01:30:51
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
20
|
+
|
|
21
|
+
修改数据结构:
|
|
22
|
+
|
|
23
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
24
|
+
|
|
25
|
+
* 新增成员:AnalysisTopKey
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
3
34
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
4
35
|
|
|
5
|
-
### 第
|
|
36
|
+
### 第 89 次发布
|
|
6
37
|
|
|
7
|
-
发布时间:2024-05-
|
|
38
|
+
发布时间:2024-05-24 01:32:25
|
|
8
39
|
|
|
9
40
|
本次发布包含了以下内容:
|
|
10
41
|
|
|
@@ -12,41 +43,56 @@
|
|
|
12
43
|
|
|
13
44
|
新增接口:
|
|
14
45
|
|
|
15
|
-
* [
|
|
46
|
+
* [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
|
|
47
|
+
* [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
|
|
16
48
|
|
|
17
49
|
|
|
18
50
|
|
|
19
|
-
##
|
|
51
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
20
52
|
|
|
21
|
-
### 第
|
|
53
|
+
### 第 172 次发布
|
|
22
54
|
|
|
23
|
-
发布时间:2024-05-
|
|
55
|
+
发布时间:2024-05-24 01:39:35
|
|
24
56
|
|
|
25
57
|
本次发布包含了以下内容:
|
|
26
58
|
|
|
27
59
|
改善已有的文档。
|
|
28
60
|
|
|
29
|
-
|
|
61
|
+
新增接口:
|
|
30
62
|
|
|
31
|
-
* [
|
|
63
|
+
* [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
|
|
64
|
+
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
32
65
|
|
|
33
|
-
* 新增入参:Rate, Period
|
|
34
66
|
|
|
35
67
|
|
|
36
|
-
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37
69
|
|
|
38
|
-
|
|
70
|
+
### 第 168 次发布
|
|
39
71
|
|
|
40
|
-
|
|
72
|
+
发布时间:2024-05-24 01:40:32
|
|
41
73
|
|
|
74
|
+
本次发布包含了以下内容:
|
|
42
75
|
|
|
76
|
+
改善已有的文档。
|
|
43
77
|
|
|
78
|
+
修改接口:
|
|
44
79
|
|
|
45
|
-
|
|
80
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
46
81
|
|
|
47
|
-
|
|
82
|
+
* 新增出参:FlowId
|
|
48
83
|
|
|
49
|
-
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
92
|
+
|
|
93
|
+
### 第 113 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2024-05-24 01:55:33
|
|
50
96
|
|
|
51
97
|
本次发布包含了以下内容:
|
|
52
98
|
|
|
@@ -54,41 +100,41 @@
|
|
|
54
100
|
|
|
55
101
|
修改接口:
|
|
56
102
|
|
|
57
|
-
* [
|
|
103
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
58
104
|
|
|
59
|
-
* 新增入参:
|
|
105
|
+
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
60
106
|
|
|
61
|
-
* [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
|
|
62
107
|
|
|
63
|
-
* 新增入参:ServicePort
|
|
64
108
|
|
|
65
109
|
|
|
66
|
-
|
|
110
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
67
111
|
|
|
68
|
-
|
|
112
|
+
### 第 83 次发布
|
|
69
113
|
|
|
70
|
-
|
|
114
|
+
发布时间:2024-05-24 01:56:56
|
|
71
115
|
|
|
72
|
-
|
|
116
|
+
本次发布包含了以下内容:
|
|
73
117
|
|
|
74
|
-
|
|
118
|
+
改善已有的文档。
|
|
75
119
|
|
|
76
|
-
|
|
120
|
+
新增数据结构:
|
|
77
121
|
|
|
78
|
-
|
|
122
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
79
123
|
|
|
124
|
+
修改数据结构:
|
|
80
125
|
|
|
126
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
81
127
|
|
|
128
|
+
* 新增成员:ObjectRecognitionResultSet
|
|
82
129
|
|
|
83
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
84
130
|
|
|
85
131
|
|
|
86
132
|
|
|
87
|
-
##
|
|
133
|
+
## 节省计划(svp) 版本:2024-01-25
|
|
88
134
|
|
|
89
|
-
### 第
|
|
135
|
+
### 第 2 次发布
|
|
90
136
|
|
|
91
|
-
发布时间:2024-05-
|
|
137
|
+
发布时间:2024-05-23 17:09:13
|
|
92
138
|
|
|
93
139
|
本次发布包含了以下内容:
|
|
94
140
|
|
|
@@ -96,8 +142,15 @@
|
|
|
96
142
|
|
|
97
143
|
新增接口:
|
|
98
144
|
|
|
99
|
-
* [
|
|
100
|
-
* [
|
|
145
|
+
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
146
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
147
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
148
|
+
|
|
149
|
+
新增数据结构:
|
|
150
|
+
|
|
151
|
+
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
152
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
153
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
101
154
|
|
|
102
155
|
|
|
103
156
|
|
|
@@ -26144,6 +26197,21 @@
|
|
|
26144
26197
|
|
|
26145
26198
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26146
26199
|
|
|
26200
|
+
### 第 103 次发布
|
|
26201
|
+
|
|
26202
|
+
发布时间:2024-05-23 01:20:10
|
|
26203
|
+
|
|
26204
|
+
本次发布包含了以下内容:
|
|
26205
|
+
|
|
26206
|
+
改善已有的文档。
|
|
26207
|
+
|
|
26208
|
+
修改数据结构:
|
|
26209
|
+
|
|
26210
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
26211
|
+
|
|
26212
|
+
* 新增成员:BrokerIp
|
|
26213
|
+
|
|
26214
|
+
|
|
26147
26215
|
### 第 102 次发布
|
|
26148
26216
|
|
|
26149
26217
|
发布时间:2024-05-17 01:18:54
|
|
@@ -46237,7 +46305,7 @@
|
|
|
46237
46305
|
|
|
46238
46306
|
|
|
46239
46307
|
|
|
46240
|
-
##
|
|
46308
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46241
46309
|
|
|
46242
46310
|
### 第 24 次发布
|
|
46243
46311
|
|
|
@@ -47748,6 +47816,29 @@
|
|
|
47748
47816
|
|
|
47749
47817
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
47750
47818
|
|
|
47819
|
+
### 第 28 次发布
|
|
47820
|
+
|
|
47821
|
+
发布时间:2024-05-24 01:30:51
|
|
47822
|
+
|
|
47823
|
+
本次发布包含了以下内容:
|
|
47824
|
+
|
|
47825
|
+
改善已有的文档。
|
|
47826
|
+
|
|
47827
|
+
新增接口:
|
|
47828
|
+
|
|
47829
|
+
* [[DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)](https://cloud.tencent.com/document/api/#/#)
|
|
47830
|
+
|
|
47831
|
+
新增数据结构:
|
|
47832
|
+
|
|
47833
|
+
* [[RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)](https://cloud.tencent.com/document/api/1130/57812#[RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask))
|
|
47834
|
+
|
|
47835
|
+
修改数据结构:
|
|
47836
|
+
|
|
47837
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
47838
|
+
|
|
47839
|
+
* 新增成员:AnalysisTopKey
|
|
47840
|
+
|
|
47841
|
+
|
|
47751
47842
|
### 第 27 次发布
|
|
47752
47843
|
|
|
47753
47844
|
发布时间:2024-01-16 01:12:56
|
|
@@ -50109,6 +50200,19 @@
|
|
|
50109
50200
|
|
|
50110
50201
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50111
50202
|
|
|
50203
|
+
### 第 89 次发布
|
|
50204
|
+
|
|
50205
|
+
发布时间:2024-05-24 01:32:25
|
|
50206
|
+
|
|
50207
|
+
本次发布包含了以下内容:
|
|
50208
|
+
|
|
50209
|
+
改善已有的文档。
|
|
50210
|
+
|
|
50211
|
+
新增接口:
|
|
50212
|
+
|
|
50213
|
+
* [[AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)](https://cloud.tencent.com/document/api/#/#)
|
|
50214
|
+
* [[DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)](https://cloud.tencent.com/document/api/#/#)
|
|
50215
|
+
|
|
50112
50216
|
### 第 88 次发布
|
|
50113
50217
|
|
|
50114
50218
|
发布时间:2024-05-22 01:32:04
|
|
@@ -50119,7 +50223,7 @@
|
|
|
50119
50223
|
|
|
50120
50224
|
新增接口:
|
|
50121
50225
|
|
|
50122
|
-
* [
|
|
50226
|
+
* [DescribeTaskLog](https://cloud.tencent.com/document/api/1342/106509)
|
|
50123
50227
|
|
|
50124
50228
|
### 第 87 次发布
|
|
50125
50229
|
|
|
@@ -60941,6 +61045,34 @@
|
|
|
60941
61045
|
|
|
60942
61046
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60943
61047
|
|
|
61048
|
+
### 第 172 次发布
|
|
61049
|
+
|
|
61050
|
+
发布时间:2024-05-24 01:39:35
|
|
61051
|
+
|
|
61052
|
+
本次发布包含了以下内容:
|
|
61053
|
+
|
|
61054
|
+
改善已有的文档。
|
|
61055
|
+
|
|
61056
|
+
新增接口:
|
|
61057
|
+
|
|
61058
|
+
* [[CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)](https://cloud.tencent.com/document/api/#/#)
|
|
61059
|
+
* [[CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)](https://cloud.tencent.com/document/api/#/#)
|
|
61060
|
+
|
|
61061
|
+
### 第 171 次发布
|
|
61062
|
+
|
|
61063
|
+
发布时间:2024-05-23 01:39:14
|
|
61064
|
+
|
|
61065
|
+
本次发布包含了以下内容:
|
|
61066
|
+
|
|
61067
|
+
改善已有的文档。
|
|
61068
|
+
|
|
61069
|
+
修改数据结构:
|
|
61070
|
+
|
|
61071
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1323/70369#RegistrationOrganizationInfo)
|
|
61072
|
+
|
|
61073
|
+
* 新增成员:PowerOfAttorneys
|
|
61074
|
+
|
|
61075
|
+
|
|
60944
61076
|
### 第 170 次发布
|
|
60945
61077
|
|
|
60946
61078
|
发布时间:2024-05-16 01:44:57
|
|
@@ -64242,6 +64374,21 @@
|
|
|
64242
64374
|
|
|
64243
64375
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
64244
64376
|
|
|
64377
|
+
### 第 168 次发布
|
|
64378
|
+
|
|
64379
|
+
发布时间:2024-05-24 01:40:32
|
|
64380
|
+
|
|
64381
|
+
本次发布包含了以下内容:
|
|
64382
|
+
|
|
64383
|
+
改善已有的文档。
|
|
64384
|
+
|
|
64385
|
+
修改接口:
|
|
64386
|
+
|
|
64387
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
64388
|
+
|
|
64389
|
+
* 新增出参:FlowId
|
|
64390
|
+
|
|
64391
|
+
|
|
64245
64392
|
### 第 167 次发布
|
|
64246
64393
|
|
|
64247
64394
|
发布时间:2024-05-08 01:17:50
|
|
@@ -75756,6 +75903,18 @@
|
|
|
75756
75903
|
|
|
75757
75904
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
75758
75905
|
|
|
75906
|
+
### 第 63 次发布
|
|
75907
|
+
|
|
75908
|
+
发布时间:2024-05-23 01:45:19
|
|
75909
|
+
|
|
75910
|
+
本次发布包含了以下内容:
|
|
75911
|
+
|
|
75912
|
+
改善已有的文档。
|
|
75913
|
+
|
|
75914
|
+
新增接口:
|
|
75915
|
+
|
|
75916
|
+
* [UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)
|
|
75917
|
+
|
|
75759
75918
|
### 第 62 次发布
|
|
75760
75919
|
|
|
75761
75920
|
发布时间:2024-05-22 01:45:12
|
|
@@ -88710,6 +88869,21 @@
|
|
|
88710
88869
|
|
|
88711
88870
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
88712
88871
|
|
|
88872
|
+
### 第 113 次发布
|
|
88873
|
+
|
|
88874
|
+
发布时间:2024-05-24 01:55:33
|
|
88875
|
+
|
|
88876
|
+
本次发布包含了以下内容:
|
|
88877
|
+
|
|
88878
|
+
改善已有的文档。
|
|
88879
|
+
|
|
88880
|
+
修改接口:
|
|
88881
|
+
|
|
88882
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
88883
|
+
|
|
88884
|
+
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
88885
|
+
|
|
88886
|
+
|
|
88713
88887
|
### 第 112 次发布
|
|
88714
88888
|
|
|
88715
88889
|
发布时间:2024-05-08 01:22:13
|
|
@@ -91052,6 +91226,25 @@
|
|
|
91052
91226
|
|
|
91053
91227
|
## 媒体处理(mps) 版本:2019-06-12
|
|
91054
91228
|
|
|
91229
|
+
### 第 83 次发布
|
|
91230
|
+
|
|
91231
|
+
发布时间:2024-05-24 01:56:56
|
|
91232
|
+
|
|
91233
|
+
本次发布包含了以下内容:
|
|
91234
|
+
|
|
91235
|
+
改善已有的文档。
|
|
91236
|
+
|
|
91237
|
+
新增数据结构:
|
|
91238
|
+
|
|
91239
|
+
* [[LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult))
|
|
91240
|
+
|
|
91241
|
+
修改数据结构:
|
|
91242
|
+
|
|
91243
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
91244
|
+
|
|
91245
|
+
* 新增成员:ObjectRecognitionResultSet
|
|
91246
|
+
|
|
91247
|
+
|
|
91055
91248
|
### 第 82 次发布
|
|
91056
91249
|
|
|
91057
91250
|
发布时间:2024-04-26 01:20:19
|
|
@@ -110732,6 +110925,26 @@
|
|
|
110732
110925
|
|
|
110733
110926
|
## 节省计划(svp) 版本:2024-01-25
|
|
110734
110927
|
|
|
110928
|
+
### 第 2 次发布
|
|
110929
|
+
|
|
110930
|
+
发布时间:2024-05-23 17:09:13
|
|
110931
|
+
|
|
110932
|
+
本次发布包含了以下内容:
|
|
110933
|
+
|
|
110934
|
+
改善已有的文档。
|
|
110935
|
+
|
|
110936
|
+
新增接口:
|
|
110937
|
+
|
|
110938
|
+
* [[DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)](https://cloud.tencent.com/document/api/#/#)
|
|
110939
|
+
* [[DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)](https://cloud.tencent.com/document/api/#/#)
|
|
110940
|
+
* [[DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)](https://cloud.tencent.com/document/api/#/#)
|
|
110941
|
+
|
|
110942
|
+
新增数据结构:
|
|
110943
|
+
|
|
110944
|
+
* [[SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail))
|
|
110945
|
+
* [[SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail))
|
|
110946
|
+
* [[SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)](https://cloud.tencent.com/document/api/1761/106543#[SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail))
|
|
110947
|
+
|
|
110735
110948
|
### 第 1 次发布
|
|
110736
110949
|
|
|
110737
110950
|
发布时间:2024-01-26 16:30:56
|
|
@@ -128393,7 +128606,7 @@
|
|
|
128393
128606
|
|
|
128394
128607
|
修改接口:
|
|
128395
128608
|
|
|
128396
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128609
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128397
128610
|
|
|
128398
128611
|
* 新增入参:RetryWhenResourceInsufficient
|
|
128399
128612
|
|
|
@@ -128415,15 +128628,15 @@
|
|
|
128415
128628
|
|
|
128416
128629
|
修改接口:
|
|
128417
128630
|
|
|
128418
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128631
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128419
128632
|
|
|
128420
128633
|
* 新增入参:ClsConfig
|
|
128421
128634
|
|
|
128422
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128635
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128423
128636
|
|
|
128424
128637
|
* 新增出参:ClsConfig
|
|
128425
128638
|
|
|
128426
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128639
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128427
128640
|
|
|
128428
128641
|
* 新增入参:ClsConfig
|
|
128429
128642
|
|
|
@@ -128442,7 +128655,7 @@
|
|
|
128442
128655
|
|
|
128443
128656
|
修改接口:
|
|
128444
128657
|
|
|
128445
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128658
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128446
128659
|
|
|
128447
128660
|
* <font color="#dd0000">**修改入参**:</font>InputDataConfig
|
|
128448
128661
|
|
|
@@ -128472,11 +128685,11 @@
|
|
|
128472
128685
|
|
|
128473
128686
|
新增接口:
|
|
128474
128687
|
|
|
128475
|
-
* [DescribeTrainingJobs](https://cloud.tencent.com/document/api
|
|
128688
|
+
* [DescribeTrainingJobs](https://cloud.tencent.com/document/api/#/#)
|
|
128476
128689
|
|
|
128477
128690
|
修改接口:
|
|
128478
128691
|
|
|
128479
|
-
* [DescribeTrainingJob](https://cloud.tencent.com/document/api
|
|
128692
|
+
* [DescribeTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128480
128693
|
|
|
128481
128694
|
* 新增出参:LogUrl, InstanceId
|
|
128482
128695
|
|
|
@@ -128510,23 +128723,23 @@
|
|
|
128510
128723
|
|
|
128511
128724
|
新增接口:
|
|
128512
128725
|
|
|
128513
|
-
* [DescribeNotebookSummary](https://cloud.tencent.com/document/api
|
|
128726
|
+
* [DescribeNotebookSummary](https://cloud.tencent.com/document/api/#/#)
|
|
128514
128727
|
|
|
128515
128728
|
修改接口:
|
|
128516
128729
|
|
|
128517
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128730
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128518
128731
|
|
|
128519
128732
|
* 新增入参:StoppingCondition, AutoStopping
|
|
128520
128733
|
|
|
128521
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128734
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128522
128735
|
|
|
128523
128736
|
* 新增出参:Prepay, Deadline, StoppingCondition
|
|
128524
128737
|
|
|
128525
|
-
* [StartNotebookInstance](https://cloud.tencent.com/document/api
|
|
128738
|
+
* [StartNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128526
128739
|
|
|
128527
128740
|
* 新增入参:AutoStopping, StoppingCondition
|
|
128528
128741
|
|
|
128529
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128742
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128530
128743
|
|
|
128531
128744
|
* 新增入参:AutoStopping, StoppingCondition
|
|
128532
128745
|
|
|
@@ -128552,15 +128765,15 @@
|
|
|
128552
128765
|
|
|
128553
128766
|
修改接口:
|
|
128554
128767
|
|
|
128555
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128768
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128556
128769
|
|
|
128557
128770
|
* 新增入参:ClsAccess
|
|
128558
128771
|
|
|
128559
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128772
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128560
128773
|
|
|
128561
128774
|
* 新增出参:ClsAccess
|
|
128562
128775
|
|
|
128563
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128776
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128564
128777
|
|
|
128565
128778
|
* 新增入参:ClsAccess
|
|
128566
128779
|
|
|
@@ -128575,7 +128788,7 @@
|
|
|
128575
128788
|
|
|
128576
128789
|
修改接口:
|
|
128577
128790
|
|
|
128578
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128791
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128579
128792
|
|
|
128580
128793
|
* 新增入参:LifecycleScriptsName, DefaultCodeRepository, AdditionalCodeRepositories
|
|
128581
128794
|
|
|
@@ -128583,13 +128796,13 @@
|
|
|
128583
128796
|
|
|
128584
128797
|
* <font color="#dd0000">**修改入参**:</font>NotebookInstanceName, InstanceType, VolumeSizeInGB
|
|
128585
128798
|
|
|
128586
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128799
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128587
128800
|
|
|
128588
128801
|
* 新增出参:LifecycleScriptsName, DefaultCodeRepository, AdditionalCodeRepositories
|
|
128589
128802
|
|
|
128590
128803
|
* <font color="#dd0000">**删除出参**:</font>SecurityGroupIds, Url, NetworkInterfaceId
|
|
128591
128804
|
|
|
128592
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128805
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128593
128806
|
|
|
128594
128807
|
* 新增入参:LifecycleScriptsName, DisassociateLifecycleScript, DefaultCodeRepository, AdditionalCodeRepositories, DisassociateDefaultCodeRepository, DisassociateAdditionalCodeRepositories
|
|
128595
128808
|
|
|
@@ -128617,20 +128830,20 @@
|
|
|
128617
128830
|
|
|
128618
128831
|
新增接口:
|
|
128619
128832
|
|
|
128620
|
-
* [CreateCodeRepository](https://cloud.tencent.com/document/api
|
|
128621
|
-
* [CreateNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128622
|
-
* [DeleteCodeRepository](https://cloud.tencent.com/document/api
|
|
128623
|
-
* [DeleteNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128624
|
-
* [DescribeCodeRepositories](https://cloud.tencent.com/document/api
|
|
128625
|
-
* [DescribeCodeRepository](https://cloud.tencent.com/document/api
|
|
128626
|
-
* [DescribeNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128627
|
-
* [DescribeNotebookLifecycleScripts](https://cloud.tencent.com/document/api
|
|
128628
|
-
* [UpdateCodeRepository](https://cloud.tencent.com/document/api
|
|
128833
|
+
* [CreateCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128834
|
+
* [CreateNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128835
|
+
* [DeleteCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128836
|
+
* [DeleteNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128837
|
+
* [DescribeCodeRepositories](https://cloud.tencent.com/document/api/#/#)
|
|
128838
|
+
* [DescribeCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128839
|
+
* [DescribeNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128840
|
+
* [DescribeNotebookLifecycleScripts](https://cloud.tencent.com/document/api/#/#)
|
|
128841
|
+
* [UpdateCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128629
128842
|
* [UpdateNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128630
128843
|
|
|
128631
128844
|
修改接口:
|
|
128632
128845
|
|
|
128633
|
-
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api
|
|
128846
|
+
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api/#/#)
|
|
128634
128847
|
|
|
128635
128848
|
* 新增入参:Filters
|
|
128636
128849
|
|
|
@@ -128655,7 +128868,7 @@
|
|
|
128655
128868
|
|
|
128656
128869
|
修改接口:
|
|
128657
128870
|
|
|
128658
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128871
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128659
128872
|
|
|
128660
128873
|
* <font color="#dd0000">**修改入参**:</font>AlgorithmSpecification, InputDataConfig, OutputDataConfig, ResourceConfig
|
|
128661
128874
|
|
|
@@ -128670,17 +128883,17 @@
|
|
|
128670
128883
|
|
|
128671
128884
|
新增接口:
|
|
128672
128885
|
|
|
128673
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128674
|
-
* [CreatePresignedNotebookInstanceUrl](https://cloud.tencent.com/document/api
|
|
128675
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128676
|
-
* [DeleteNotebookInstance](https://cloud.tencent.com/document/api
|
|
128677
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128678
|
-
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api
|
|
128679
|
-
* [DescribeTrainingJob](https://cloud.tencent.com/document/api
|
|
128680
|
-
* [StartNotebookInstance](https://cloud.tencent.com/document/api
|
|
128681
|
-
* [StopNotebookInstance](https://cloud.tencent.com/document/api
|
|
128682
|
-
* [StopTrainingJob](https://cloud.tencent.com/document/api
|
|
128683
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128886
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128887
|
+
* [CreatePresignedNotebookInstanceUrl](https://cloud.tencent.com/document/api/#/#)
|
|
128888
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128889
|
+
* [DeleteNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128890
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128891
|
+
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api/#/#)
|
|
128892
|
+
* [DescribeTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128893
|
+
* [StartNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128894
|
+
* [StopNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128895
|
+
* [StopTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128896
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128684
128897
|
|
|
128685
128898
|
新增数据结构:
|
|
128686
128899
|
|
|
@@ -128703,6 +128916,104 @@
|
|
|
128703
128916
|
|
|
128704
128917
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
128705
128918
|
|
|
128919
|
+
### 第 61 次发布
|
|
128920
|
+
|
|
128921
|
+
发布时间:2024-05-23 02:16:47
|
|
128922
|
+
|
|
128923
|
+
本次发布包含了以下内容:
|
|
128924
|
+
|
|
128925
|
+
改善已有的文档。
|
|
128926
|
+
|
|
128927
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
128928
|
+
|
|
128929
|
+
* CreateBatchModelAccTasks
|
|
128930
|
+
* CreateBatchTask
|
|
128931
|
+
* CreateNotebookImage
|
|
128932
|
+
* CreateOptimizedModel
|
|
128933
|
+
* CreateTrainingTask
|
|
128934
|
+
* DeleteBatchTask
|
|
128935
|
+
* DeleteModelAccelerateTask
|
|
128936
|
+
* DeleteNotebookImageRecord
|
|
128937
|
+
* DeleteTrainingTask
|
|
128938
|
+
* DescribeAPIConfigs
|
|
128939
|
+
* DescribeBatchTask
|
|
128940
|
+
* DescribeBatchTaskInstances
|
|
128941
|
+
* DescribeBatchTasks
|
|
128942
|
+
* DescribeBillingSpecs
|
|
128943
|
+
* DescribeBillingSpecsPrice
|
|
128944
|
+
* DescribeDatasetDetailStructured
|
|
128945
|
+
* DescribeDatasetDetailUnstructured
|
|
128946
|
+
* DescribeEvents
|
|
128947
|
+
* DescribeLatestTrainingMetrics
|
|
128948
|
+
* DescribeLogs
|
|
128949
|
+
* DescribeModelAccEngineVersions
|
|
128950
|
+
* DescribeModelAccelerateTasks
|
|
128951
|
+
* DescribeModelServiceHistory
|
|
128952
|
+
* DescribeModelServices
|
|
128953
|
+
* DescribeNotebookImageKernels
|
|
128954
|
+
* DescribeNotebookImageRecords
|
|
128955
|
+
* DescribeTrainingFrameworks
|
|
128956
|
+
* DescribeTrainingMetrics
|
|
128957
|
+
* DescribeTrainingModels
|
|
128958
|
+
* ModifyModelServicePartialConfig
|
|
128959
|
+
* ModifyNotebook
|
|
128960
|
+
* ModifyNotebookTags
|
|
128961
|
+
* ModifyServiceGroupWeights
|
|
128962
|
+
* RestartModelAccelerateTask
|
|
128963
|
+
* StartTrainingTask
|
|
128964
|
+
* StopBatchTask
|
|
128965
|
+
* StopCreatingImage
|
|
128966
|
+
* StopTrainingTask
|
|
128967
|
+
|
|
128968
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
128969
|
+
|
|
128970
|
+
* APIConfigDetail
|
|
128971
|
+
* BatchModelAccTask
|
|
128972
|
+
* BatchTaskDetail
|
|
128973
|
+
* BatchTaskInstance
|
|
128974
|
+
* BatchTaskSetItem
|
|
128975
|
+
* CronInfo
|
|
128976
|
+
* CustomTrainingData
|
|
128977
|
+
* CustomTrainingMetric
|
|
128978
|
+
* CustomTrainingPoint
|
|
128979
|
+
* DetectionLabelInfo
|
|
128980
|
+
* EncodedStartCmdInfo
|
|
128981
|
+
* EngineVersion
|
|
128982
|
+
* Event
|
|
128983
|
+
* FilterLabelInfo
|
|
128984
|
+
* FrameworkInfo
|
|
128985
|
+
* FrameworkVersion
|
|
128986
|
+
* LogIdentity
|
|
128987
|
+
* ModelAccEngineVersion
|
|
128988
|
+
* NotebookImageRecord
|
|
128989
|
+
* OcrLabelInfo
|
|
128990
|
+
* PointInfo
|
|
128991
|
+
* PreTrainModel
|
|
128992
|
+
* RowItem
|
|
128993
|
+
* RowValue
|
|
128994
|
+
* SegmentationInfo
|
|
128995
|
+
* ServiceHistory
|
|
128996
|
+
* Spec
|
|
128997
|
+
* SpecPrice
|
|
128998
|
+
* SpecUnit
|
|
128999
|
+
* TextLabelDistributionDetailInfoFifthClass
|
|
129000
|
+
* TextLabelDistributionDetailInfoFirstClass
|
|
129001
|
+
* TextLabelDistributionDetailInfoFourthClass
|
|
129002
|
+
* TextLabelDistributionDetailInfoSecondClass
|
|
129003
|
+
* TextLabelDistributionDetailInfoThirdClass
|
|
129004
|
+
* TextLabelDistributionInfo
|
|
129005
|
+
* TrainingDataPoint
|
|
129006
|
+
* TrainingMetric
|
|
129007
|
+
* TrainingModelDTO
|
|
129008
|
+
* WeightEntry
|
|
129009
|
+
|
|
129010
|
+
修改数据结构:
|
|
129011
|
+
|
|
129012
|
+
* [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
|
|
129013
|
+
|
|
129014
|
+
* 新增成员:LocalPath
|
|
129015
|
+
|
|
129016
|
+
|
|
128706
129017
|
### 第 60 次发布
|
|
128707
129018
|
|
|
128708
129019
|
发布时间:2024-05-22 02:16:53
|
|
@@ -128724,7 +129035,7 @@
|
|
|
128724
129035
|
|
|
128725
129036
|
新增数据结构:
|
|
128726
129037
|
|
|
128727
|
-
* [
|
|
129038
|
+
* [ImageSecret](https://cloud.tencent.com/document/api/851/75051#ImageSecret)
|
|
128728
129039
|
|
|
128729
129040
|
修改数据结构:
|
|
128730
129041
|
|
|
@@ -128785,7 +129096,7 @@
|
|
|
128785
129096
|
|
|
128786
129097
|
修改接口:
|
|
128787
129098
|
|
|
128788
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
129099
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
128789
129100
|
|
|
128790
129101
|
* 新增入参:EncodedStartCmdInfo
|
|
128791
129102
|
|
|
@@ -128804,7 +129115,7 @@
|
|
|
128804
129115
|
|
|
128805
129116
|
修改接口:
|
|
128806
129117
|
|
|
128807
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
129118
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
128808
129119
|
|
|
128809
129120
|
* 新增入参:StartCmdBase64
|
|
128810
129121
|
|
|
@@ -128936,7 +129247,7 @@
|
|
|
128936
129247
|
|
|
128937
129248
|
修改接口:
|
|
128938
129249
|
|
|
128939
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
129250
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
128940
129251
|
|
|
128941
129252
|
|
|
128942
129253
|
修改数据结构:
|
|
@@ -129004,7 +129315,7 @@
|
|
|
129004
129315
|
|
|
129005
129316
|
* <font color="#dd0000">**修改入参**:</font>Type
|
|
129006
129317
|
|
|
129007
|
-
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api
|
|
129318
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/#/#)
|
|
129008
129319
|
|
|
129009
129320
|
* <font color="#dd0000">**修改入参**:</font>TaskType
|
|
129010
129321
|
|
|
@@ -129078,7 +129389,7 @@
|
|
|
129078
129389
|
|
|
129079
129390
|
修改接口:
|
|
129080
129391
|
|
|
129081
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
129392
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129082
129393
|
|
|
129083
129394
|
* 新增入参:PreTrainModel
|
|
129084
129395
|
|
|
@@ -129097,11 +129408,11 @@
|
|
|
129097
129408
|
|
|
129098
129409
|
新增接口:
|
|
129099
129410
|
|
|
129100
|
-
* [DescribeEvents](https://cloud.tencent.com/document/api
|
|
129411
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/#/#)
|
|
129101
129412
|
|
|
129102
129413
|
修改接口:
|
|
129103
129414
|
|
|
129104
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
129415
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
129105
129416
|
|
|
129106
129417
|
* 新增入参:ServiceId
|
|
129107
129418
|
|
|
@@ -129231,7 +129542,7 @@
|
|
|
129231
129542
|
|
|
129232
129543
|
* 新增入参:ServiceCategory
|
|
129233
129544
|
|
|
129234
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
129545
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
129235
129546
|
|
|
129236
129547
|
* <font color="#dd0000">**修改入参**:</font>PodName
|
|
129237
129548
|
|
|
@@ -129327,11 +129638,11 @@
|
|
|
129327
129638
|
|
|
129328
129639
|
* 新增入参:SSHConfig
|
|
129329
129640
|
|
|
129330
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
129641
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129331
129642
|
|
|
129332
129643
|
* <font color="#dd0000">**修改入参**:</font>CodePackagePath, TrainingMode, Output, LogEnable
|
|
129333
129644
|
|
|
129334
|
-
* [ModifyNotebook](https://cloud.tencent.com/document/api
|
|
129645
|
+
* [ModifyNotebook](https://cloud.tencent.com/document/api/#/#)
|
|
129335
129646
|
|
|
129336
129647
|
* 新增入参:SSHConfig
|
|
129337
129648
|
|
|
@@ -129365,7 +129676,7 @@
|
|
|
129365
129676
|
|
|
129366
129677
|
修改接口:
|
|
129367
129678
|
|
|
129368
|
-
* [CreateNotebookImage](https://cloud.tencent.com/document/api
|
|
129679
|
+
* [CreateNotebookImage](https://cloud.tencent.com/document/api/#/#)
|
|
129369
129680
|
|
|
129370
129681
|
* <font color="#dd0000">**修改入参**:</font>Kernels
|
|
129371
129682
|
|
|
@@ -129419,7 +129730,7 @@
|
|
|
129419
129730
|
|
|
129420
129731
|
* [DeleteNotebook](https://cloud.tencent.com/document/api/851/95663)
|
|
129421
129732
|
* [DescribeNotebook](https://cloud.tencent.com/document/api/851/95662)
|
|
129422
|
-
* [StopCreatingImage](https://cloud.tencent.com/document/api
|
|
129733
|
+
* [StopCreatingImage](https://cloud.tencent.com/document/api/#/#)
|
|
129423
129734
|
* [StopNotebook](https://cloud.tencent.com/document/api/851/95660)
|
|
129424
129735
|
|
|
129425
129736
|
新增数据结构:
|
|
@@ -129437,13 +129748,13 @@
|
|
|
129437
129748
|
新增接口:
|
|
129438
129749
|
|
|
129439
129750
|
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
129440
|
-
* [CreateNotebookImage](https://cloud.tencent.com/document/api
|
|
129441
|
-
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api
|
|
129442
|
-
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api
|
|
129443
|
-
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api
|
|
129751
|
+
* [CreateNotebookImage](https://cloud.tencent.com/document/api/#/#)
|
|
129752
|
+
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api/#/#)
|
|
129753
|
+
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api/#/#)
|
|
129754
|
+
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api/#/#)
|
|
129444
129755
|
* [DescribeNotebooks](https://cloud.tencent.com/document/api/851/95653)
|
|
129445
|
-
* [ModifyNotebook](https://cloud.tencent.com/document/api
|
|
129446
|
-
* [ModifyNotebookTags](https://cloud.tencent.com/document/api
|
|
129756
|
+
* [ModifyNotebook](https://cloud.tencent.com/document/api/#/#)
|
|
129757
|
+
* [ModifyNotebookTags](https://cloud.tencent.com/document/api/#/#)
|
|
129447
129758
|
* [StartNotebook](https://cloud.tencent.com/document/api/851/95650)
|
|
129448
129759
|
|
|
129449
129760
|
新增数据结构:
|
|
@@ -129637,11 +129948,11 @@
|
|
|
129637
129948
|
|
|
129638
129949
|
修改接口:
|
|
129639
129950
|
|
|
129640
|
-
* [DescribeTrainingModels](https://cloud.tencent.com/document/api
|
|
129951
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/#/#)
|
|
129641
129952
|
|
|
129642
129953
|
* 新增入参:WithModelVersions
|
|
129643
129954
|
|
|
129644
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
129955
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
129645
129956
|
|
|
129646
129957
|
* 新增入参:FrameworkVersion
|
|
129647
129958
|
|
|
@@ -129799,11 +130110,11 @@
|
|
|
129799
130110
|
|
|
129800
130111
|
修改接口:
|
|
129801
130112
|
|
|
129802
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
130113
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
129803
130114
|
|
|
129804
130115
|
* 新增入参:CallbackUrl
|
|
129805
130116
|
|
|
129806
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130117
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129807
130118
|
|
|
129808
130119
|
* 新增入参:CallbackUrl
|
|
129809
130120
|
|
|
@@ -129886,7 +130197,7 @@
|
|
|
129886
130197
|
|
|
129887
130198
|
新增接口:
|
|
129888
130199
|
|
|
129889
|
-
* [ModifyModelServicePartialConfig](https://cloud.tencent.com/document/api
|
|
130200
|
+
* [ModifyModelServicePartialConfig](https://cloud.tencent.com/document/api/#/#)
|
|
129890
130201
|
|
|
129891
130202
|
### 第 8 次发布
|
|
129892
130203
|
|
|
@@ -129898,13 +130209,13 @@
|
|
|
129898
130209
|
|
|
129899
130210
|
新增接口:
|
|
129900
130211
|
|
|
129901
|
-
* [CreateBatchModelAccTasks](https://cloud.tencent.com/document/api
|
|
129902
|
-
* [CreateOptimizedModel](https://cloud.tencent.com/document/api
|
|
129903
|
-
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
129904
|
-
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api
|
|
130212
|
+
* [CreateBatchModelAccTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130213
|
+
* [CreateOptimizedModel](https://cloud.tencent.com/document/api/#/#)
|
|
130214
|
+
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
130215
|
+
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api/#/#)
|
|
129905
130216
|
* [DescribeModelAccelerateTask](https://cloud.tencent.com/document/api/851/82606)
|
|
129906
|
-
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api
|
|
129907
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
130217
|
+
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130218
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
129908
130219
|
* [StopModelAccelerateTask](https://cloud.tencent.com/document/api/851/82603)
|
|
129909
130220
|
|
|
129910
130221
|
新增数据结构:
|
|
@@ -129929,19 +130240,19 @@
|
|
|
129929
130240
|
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
129930
130241
|
* [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
|
|
129931
130242
|
* [DeleteModelServiceGroup](https://cloud.tencent.com/document/api/851/82289)
|
|
129932
|
-
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api
|
|
130243
|
+
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api/#/#)
|
|
129933
130244
|
* [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
|
|
129934
130245
|
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
129935
130246
|
* [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
|
|
129936
130247
|
* [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
|
|
129937
|
-
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api
|
|
130248
|
+
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api/#/#)
|
|
129938
130249
|
* [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
|
|
129939
|
-
* [DescribeModelServices](https://cloud.tencent.com/document/api
|
|
129940
|
-
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api
|
|
130250
|
+
* [DescribeModelServices](https://cloud.tencent.com/document/api/#/#)
|
|
130251
|
+
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api/#/#)
|
|
129941
130252
|
|
|
129942
130253
|
修改接口:
|
|
129943
130254
|
|
|
129944
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130255
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129945
130256
|
|
|
129946
130257
|
* 新增入参:FrameworkEnvironment
|
|
129947
130258
|
|
|
@@ -129999,7 +130310,7 @@
|
|
|
129999
130310
|
|
|
130000
130311
|
* 新增入参:ContentType
|
|
130001
130312
|
|
|
130002
|
-
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api
|
|
130313
|
+
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api/#/#)
|
|
130003
130314
|
|
|
130004
130315
|
* 新增入参:TextClassificationLabels
|
|
130005
130316
|
|
|
@@ -130032,13 +130343,13 @@
|
|
|
130032
130343
|
|
|
130033
130344
|
新增接口:
|
|
130034
130345
|
|
|
130035
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
130036
|
-
* [DeleteBatchTask](https://cloud.tencent.com/document/api
|
|
130037
|
-
* [DescribeBatchTask](https://cloud.tencent.com/document/api
|
|
130038
|
-
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api
|
|
130039
|
-
* [DescribeBatchTasks](https://cloud.tencent.com/document/api
|
|
130040
|
-
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api
|
|
130041
|
-
* [StopBatchTask](https://cloud.tencent.com/document/api
|
|
130346
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130347
|
+
* [DeleteBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130348
|
+
* [DescribeBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130349
|
+
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api/#/#)
|
|
130350
|
+
* [DescribeBatchTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130351
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/#/#)
|
|
130352
|
+
* [StopBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130042
130353
|
|
|
130043
130354
|
修改接口:
|
|
130044
130355
|
|
|
@@ -130123,30 +130434,30 @@
|
|
|
130123
130434
|
新增接口:
|
|
130124
130435
|
|
|
130125
130436
|
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
130126
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130437
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130127
130438
|
* [DeleteDataset](https://cloud.tencent.com/document/api/851/75080)
|
|
130128
130439
|
* [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
|
|
130129
130440
|
* [DeleteTrainingModelVersion](https://cloud.tencent.com/document/api/851/75072)
|
|
130130
|
-
* [DeleteTrainingTask](https://cloud.tencent.com/document/api
|
|
130441
|
+
* [DeleteTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130131
130442
|
* [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
|
|
130132
|
-
* [DescribeBillingSpecsPrice](https://cloud.tencent.com/document/api
|
|
130133
|
-
* [DescribeDatasetDetailStructured](https://cloud.tencent.com/document/api
|
|
130134
|
-
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api
|
|
130443
|
+
* [DescribeBillingSpecsPrice](https://cloud.tencent.com/document/api/#/#)
|
|
130444
|
+
* [DescribeDatasetDetailStructured](https://cloud.tencent.com/document/api/#/#)
|
|
130445
|
+
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api/#/#)
|
|
130135
130446
|
* [DescribeDatasets](https://cloud.tencent.com/document/api/851/75077)
|
|
130136
130447
|
* [DescribeInferTemplates](https://cloud.tencent.com/document/api/851/75082)
|
|
130137
|
-
* [DescribeLatestTrainingMetrics](https://cloud.tencent.com/document/api
|
|
130138
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
130139
|
-
* [DescribeTrainingFrameworks](https://cloud.tencent.com/document/api
|
|
130140
|
-
* [DescribeTrainingMetrics](https://cloud.tencent.com/document/api
|
|
130448
|
+
* [DescribeLatestTrainingMetrics](https://cloud.tencent.com/document/api/#/#)
|
|
130449
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
130450
|
+
* [DescribeTrainingFrameworks](https://cloud.tencent.com/document/api/#/#)
|
|
130451
|
+
* [DescribeTrainingMetrics](https://cloud.tencent.com/document/api/#/#)
|
|
130141
130452
|
* [DescribeTrainingModelVersion](https://cloud.tencent.com/document/api/851/75071)
|
|
130142
130453
|
* [DescribeTrainingModelVersions](https://cloud.tencent.com/document/api/851/75070)
|
|
130143
|
-
* [DescribeTrainingModels](https://cloud.tencent.com/document/api
|
|
130454
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/#/#)
|
|
130144
130455
|
* [DescribeTrainingTask](https://cloud.tencent.com/document/api/851/75089)
|
|
130145
130456
|
* [DescribeTrainingTaskPods](https://cloud.tencent.com/document/api/851/75088)
|
|
130146
130457
|
* [DescribeTrainingTasks](https://cloud.tencent.com/document/api/851/75087)
|
|
130147
130458
|
* [PushTrainingMetrics](https://cloud.tencent.com/document/api/851/75086)
|
|
130148
|
-
* [StartTrainingTask](https://cloud.tencent.com/document/api
|
|
130149
|
-
* [StopTrainingTask](https://cloud.tencent.com/document/api
|
|
130459
|
+
* [StartTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130460
|
+
* [StopTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130150
130461
|
|
|
130151
130462
|
新增数据结构:
|
|
130152
130463
|
|
|
@@ -138975,8 +139286,8 @@
|
|
|
138975
139286
|
|
|
138976
139287
|
新增接口:
|
|
138977
139288
|
|
|
138978
|
-
* [
|
|
138979
|
-
* [
|
|
139289
|
+
* [DisableLaneRule](https://cloud.tencent.com/document/api/649/106511)
|
|
139290
|
+
* [EnableLaneRule](https://cloud.tencent.com/document/api/649/106510)
|
|
138980
139291
|
|
|
138981
139292
|
### 第 105 次发布
|
|
138982
139293
|
|