tencentcloud-sdk-nodejs 4.0.736 → 4.0.738
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 +190 -0
- package/SERVICE_CHANGELOG.md +229 -5
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +18 -18
- package/src/services/csip/v20221121/csip_models.ts +3 -3
- package/src/services/cvm/v20170312/cvm_client.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +70 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +3 -3
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +68 -10
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +155 -45
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +737 -157
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +29 -14
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +20 -0
- package/src/services/vrs/v20200824/vrs_models.ts +1 -7
- package/src/services/wedata/v20210820/wedata_client.ts +110 -37
- package/src/services/wedata/v20210820/wedata_models.ts +12073 -10108
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +18 -18
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +68 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +49 -13
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +72 -18
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +723 -163
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +29 -14
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -7
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +24 -8
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +34 -10
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11685 -9753
- package/test/dlc.v20210125.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +108 -18
- package/test/wedata.v20210820.test.js +46 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,193 @@
|
|
|
1
|
+
# Release 4.0.738
|
|
2
|
+
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 120 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-20 00:06:15
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>Zone, InstanceType, InstanceFamily, GPU, CPU, Memory
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
23
|
+
|
|
24
|
+
### 第 121 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-11-20 00:15:46
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
35
|
+
|
|
36
|
+
* 新增出参:Type, PassportRecognizeInfos
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
46
|
+
|
|
47
|
+
### 第 57 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-11-20 00:24:26
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [BatchCreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101693)
|
|
58
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
59
|
+
* [DescribeApproveList](https://cloud.tencent.com/document/api/1267/101695)
|
|
60
|
+
* [ModifyApproveStatus](https://cloud.tencent.com/document/api/1267/101694)
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO)
|
|
65
|
+
* [AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO)
|
|
66
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
67
|
+
* [ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify)
|
|
68
|
+
* [AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO)
|
|
69
|
+
* [BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO)
|
|
70
|
+
* [BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite)
|
|
71
|
+
* [BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs)
|
|
72
|
+
* [CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo)
|
|
73
|
+
* [DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2)
|
|
74
|
+
* [DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs)
|
|
75
|
+
* [DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply)
|
|
76
|
+
* [FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional)
|
|
77
|
+
* [OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional)
|
|
78
|
+
* [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
|
|
79
|
+
* [ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto)
|
|
80
|
+
* [ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto)
|
|
81
|
+
* [ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto)
|
|
82
|
+
* [TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2)
|
|
83
|
+
* [TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2)
|
|
84
|
+
* [TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO)
|
|
85
|
+
* [TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO)
|
|
86
|
+
* [TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO)
|
|
87
|
+
* [TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO)
|
|
88
|
+
* [TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
# Release 4.0.737
|
|
93
|
+
|
|
94
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
95
|
+
|
|
96
|
+
### 第 76 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2023-11-17 01:13:25
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
新增接口:
|
|
105
|
+
|
|
106
|
+
* [DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
111
|
+
|
|
112
|
+
### 第 54 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2023-11-17 01:22:32
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
新增接口:
|
|
121
|
+
|
|
122
|
+
* [DescribeBackupMonitor](https://cloud.tencent.com/document/api/238/101650)
|
|
123
|
+
* [DescribeBackupStatistical](https://cloud.tencent.com/document/api/238/101649)
|
|
124
|
+
* [DescribeBackupSummary](https://cloud.tencent.com/document/api/238/101648)
|
|
125
|
+
* [DescribeCrossBackupStatistical](https://cloud.tencent.com/document/api/238/101647)
|
|
126
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/238/101644)
|
|
127
|
+
* [DescribeDatabasesNormal](https://cloud.tencent.com/document/api/238/101643)
|
|
128
|
+
* [DescribeRegularBackupPlan](https://cloud.tencent.com/document/api/238/101646)
|
|
129
|
+
* [ModifyCrossBackupStrategy](https://cloud.tencent.com/document/api/238/101645)
|
|
130
|
+
* [ModifyDatabaseShrinkMDF](https://cloud.tencent.com/document/api/238/101642)
|
|
131
|
+
|
|
132
|
+
新增数据结构:
|
|
133
|
+
|
|
134
|
+
* [CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes)
|
|
135
|
+
* [SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
140
|
+
|
|
141
|
+
### 第 91 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2023-11-17 01:25:23
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
修改数据结构:
|
|
150
|
+
|
|
151
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
152
|
+
|
|
153
|
+
* 新增成员:ClientProtocol
|
|
154
|
+
|
|
155
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
156
|
+
|
|
157
|
+
* 新增成员:AclEnabled, DestroyTime
|
|
158
|
+
|
|
159
|
+
* <font color="#dd0000">**修改成员**:</font>MaxRetention, MinRetention, Retention
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
165
|
+
|
|
166
|
+
### 第 43 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2023-11-17 01:26:29
|
|
169
|
+
|
|
170
|
+
本次发布包含了以下内容:
|
|
171
|
+
|
|
172
|
+
改善已有的文档。
|
|
173
|
+
|
|
174
|
+
修改接口:
|
|
175
|
+
|
|
176
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
177
|
+
|
|
178
|
+
* 新增入参:PreTrainModel
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
新增数据结构:
|
|
182
|
+
|
|
183
|
+
* [PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
1
191
|
# Release 4.0.736
|
|
2
192
|
|
|
3
193
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 120 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-20 00:06:15
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,10 +12,80 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>Zone, InstanceType, InstanceFamily, GPU, CPU, Memory
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
23
|
+
|
|
24
|
+
### 第 121 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-11-20 00:15:46
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
35
|
+
|
|
36
|
+
* 新增出参:Type, PassportRecognizeInfos
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
46
|
+
|
|
47
|
+
### 第 57 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-11-20 00:24:26
|
|
18
50
|
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [BatchCreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101693)
|
|
58
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
59
|
+
* [DescribeApproveList](https://cloud.tencent.com/document/api/1267/101695)
|
|
60
|
+
* [ModifyApproveStatus](https://cloud.tencent.com/document/api/1267/101694)
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO)
|
|
65
|
+
* [AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO)
|
|
66
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
67
|
+
* [ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify)
|
|
68
|
+
* [AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO)
|
|
69
|
+
* [BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO)
|
|
70
|
+
* [BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite)
|
|
71
|
+
* [BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs)
|
|
72
|
+
* [CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo)
|
|
73
|
+
* [DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2)
|
|
74
|
+
* [DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs)
|
|
75
|
+
* [DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply)
|
|
76
|
+
* [FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional)
|
|
77
|
+
* [OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional)
|
|
78
|
+
* [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
|
|
79
|
+
* [ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto)
|
|
80
|
+
* [ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto)
|
|
81
|
+
* [ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto)
|
|
82
|
+
* [TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2)
|
|
83
|
+
* [TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2)
|
|
84
|
+
* [TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO)
|
|
85
|
+
* [TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO)
|
|
86
|
+
* [TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO)
|
|
87
|
+
* [TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO)
|
|
88
|
+
* [TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO)
|
|
19
89
|
|
|
20
90
|
|
|
21
91
|
|
|
@@ -35522,6 +35592,21 @@
|
|
|
35522
35592
|
|
|
35523
35593
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35524
35594
|
|
|
35595
|
+
### 第 120 次发布
|
|
35596
|
+
|
|
35597
|
+
发布时间:2023-11-20 00:06:15
|
|
35598
|
+
|
|
35599
|
+
本次发布包含了以下内容:
|
|
35600
|
+
|
|
35601
|
+
改善已有的文档。
|
|
35602
|
+
|
|
35603
|
+
修改数据结构:
|
|
35604
|
+
|
|
35605
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
|
35606
|
+
|
|
35607
|
+
* <font color="#dd0000">**修改成员**:</font>Zone, InstanceType, InstanceFamily, GPU, CPU, Memory
|
|
35608
|
+
|
|
35609
|
+
|
|
35525
35610
|
### 第 119 次发布
|
|
35526
35611
|
|
|
35527
35612
|
发布时间:2023-10-30 00:24:37
|
|
@@ -46372,6 +46457,18 @@
|
|
|
46372
46457
|
|
|
46373
46458
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46374
46459
|
|
|
46460
|
+
### 第 76 次发布
|
|
46461
|
+
|
|
46462
|
+
发布时间:2023-11-17 01:13:25
|
|
46463
|
+
|
|
46464
|
+
本次发布包含了以下内容:
|
|
46465
|
+
|
|
46466
|
+
改善已有的文档。
|
|
46467
|
+
|
|
46468
|
+
新增接口:
|
|
46469
|
+
|
|
46470
|
+
* [DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)
|
|
46471
|
+
|
|
46375
46472
|
### 第 75 次发布
|
|
46376
46473
|
|
|
46377
46474
|
发布时间:2023-11-16 01:15:33
|
|
@@ -87277,6 +87374,25 @@
|
|
|
87277
87374
|
|
|
87278
87375
|
## 文字识别(ocr) 版本:2018-11-19
|
|
87279
87376
|
|
|
87377
|
+
### 第 121 次发布
|
|
87378
|
+
|
|
87379
|
+
发布时间:2023-11-20 00:15:46
|
|
87380
|
+
|
|
87381
|
+
本次发布包含了以下内容:
|
|
87382
|
+
|
|
87383
|
+
改善已有的文档。
|
|
87384
|
+
|
|
87385
|
+
修改接口:
|
|
87386
|
+
|
|
87387
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
87388
|
+
|
|
87389
|
+
* 新增出参:Type, PassportRecognizeInfos
|
|
87390
|
+
|
|
87391
|
+
|
|
87392
|
+
新增数据结构:
|
|
87393
|
+
|
|
87394
|
+
* [[PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos)](https://cloud.tencent.com/document/api/866/33527#[PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos))
|
|
87395
|
+
|
|
87280
87396
|
### 第 120 次发布
|
|
87281
87397
|
|
|
87282
87398
|
发布时间:2023-11-16 01:25:49
|
|
@@ -96946,6 +97062,31 @@
|
|
|
96946
97062
|
|
|
96947
97063
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
96948
97064
|
|
|
97065
|
+
### 第 54 次发布
|
|
97066
|
+
|
|
97067
|
+
发布时间:2023-11-17 01:22:32
|
|
97068
|
+
|
|
97069
|
+
本次发布包含了以下内容:
|
|
97070
|
+
|
|
97071
|
+
改善已有的文档。
|
|
97072
|
+
|
|
97073
|
+
新增接口:
|
|
97074
|
+
|
|
97075
|
+
* [DescribeBackupMonitor](https://cloud.tencent.com/document/api/238/101650)
|
|
97076
|
+
* [DescribeBackupStatistical](https://cloud.tencent.com/document/api/238/101649)
|
|
97077
|
+
* [DescribeBackupSummary](https://cloud.tencent.com/document/api/238/101648)
|
|
97078
|
+
* [DescribeCrossBackupStatistical](https://cloud.tencent.com/document/api/238/101647)
|
|
97079
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/238/101644)
|
|
97080
|
+
* [DescribeDatabasesNormal](https://cloud.tencent.com/document/api/238/101643)
|
|
97081
|
+
* [DescribeRegularBackupPlan](https://cloud.tencent.com/document/api/238/101646)
|
|
97082
|
+
* [ModifyCrossBackupStrategy](https://cloud.tencent.com/document/api/238/101645)
|
|
97083
|
+
* [ModifyDatabaseShrinkMDF](https://cloud.tencent.com/document/api/238/101642)
|
|
97084
|
+
|
|
97085
|
+
新增数据结构:
|
|
97086
|
+
|
|
97087
|
+
* [CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes)
|
|
97088
|
+
* [SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes)
|
|
97089
|
+
|
|
96949
97090
|
### 第 53 次发布
|
|
96950
97091
|
|
|
96951
97092
|
发布时间:2023-11-06 00:18:16
|
|
@@ -108599,6 +108740,27 @@
|
|
|
108599
108740
|
|
|
108600
108741
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108601
108742
|
|
|
108743
|
+
### 第 91 次发布
|
|
108744
|
+
|
|
108745
|
+
发布时间:2023-11-17 01:25:23
|
|
108746
|
+
|
|
108747
|
+
本次发布包含了以下内容:
|
|
108748
|
+
|
|
108749
|
+
改善已有的文档。
|
|
108750
|
+
|
|
108751
|
+
修改数据结构:
|
|
108752
|
+
|
|
108753
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
108754
|
+
|
|
108755
|
+
* 新增成员:ClientProtocol
|
|
108756
|
+
|
|
108757
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
108758
|
+
|
|
108759
|
+
* 新增成员:AclEnabled, DestroyTime
|
|
108760
|
+
|
|
108761
|
+
* <font color="#dd0000">**修改成员**:</font>MaxRetention, MinRetention, Retention
|
|
108762
|
+
|
|
108763
|
+
|
|
108602
108764
|
### 第 90 次发布
|
|
108603
108765
|
|
|
108604
108766
|
发布时间:2023-11-15 02:25:53
|
|
@@ -116822,6 +116984,25 @@
|
|
|
116822
116984
|
|
|
116823
116985
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
116824
116986
|
|
|
116987
|
+
### 第 43 次发布
|
|
116988
|
+
|
|
116989
|
+
发布时间:2023-11-17 01:26:29
|
|
116990
|
+
|
|
116991
|
+
本次发布包含了以下内容:
|
|
116992
|
+
|
|
116993
|
+
改善已有的文档。
|
|
116994
|
+
|
|
116995
|
+
修改接口:
|
|
116996
|
+
|
|
116997
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
116998
|
+
|
|
116999
|
+
* 新增入参:PreTrainModel
|
|
117000
|
+
|
|
117001
|
+
|
|
117002
|
+
新增数据结构:
|
|
117003
|
+
|
|
117004
|
+
* [PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel)
|
|
117005
|
+
|
|
116825
117006
|
### 第 42 次发布
|
|
116826
117007
|
|
|
116827
117008
|
发布时间:2023-11-16 01:32:39
|
|
@@ -139439,6 +139620,49 @@
|
|
|
139439
139620
|
|
|
139440
139621
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
139441
139622
|
|
|
139623
|
+
### 第 57 次发布
|
|
139624
|
+
|
|
139625
|
+
发布时间:2023-11-20 00:24:26
|
|
139626
|
+
|
|
139627
|
+
本次发布包含了以下内容:
|
|
139628
|
+
|
|
139629
|
+
改善已有的文档。
|
|
139630
|
+
|
|
139631
|
+
新增接口:
|
|
139632
|
+
|
|
139633
|
+
* [[BatchCreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101693)](https://cloud.tencent.com/document/api/#/#)
|
|
139634
|
+
* [[CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)](https://cloud.tencent.com/document/api/#/#)
|
|
139635
|
+
* [[DescribeApproveList](https://cloud.tencent.com/document/api/1267/101695)](https://cloud.tencent.com/document/api/#/#)
|
|
139636
|
+
* [[ModifyApproveStatus](https://cloud.tencent.com/document/api/1267/101694)](https://cloud.tencent.com/document/api/#/#)
|
|
139637
|
+
|
|
139638
|
+
新增数据结构:
|
|
139639
|
+
|
|
139640
|
+
* [[AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO)](https://cloud.tencent.com/document/api/1267/76336#[AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO))
|
|
139641
|
+
* [[AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO)](https://cloud.tencent.com/document/api/1267/76336#[AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO))
|
|
139642
|
+
* [[Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)](https://cloud.tencent.com/document/api/1267/76336#[Apply](https://cloud.tencent.com/document/api/1267/76336#Apply))
|
|
139643
|
+
* [[ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify)](https://cloud.tencent.com/document/api/1267/76336#[ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify))
|
|
139644
|
+
* [[AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO)](https://cloud.tencent.com/document/api/1267/76336#[AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO))
|
|
139645
|
+
* [[BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO)](https://cloud.tencent.com/document/api/1267/76336#[BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO))
|
|
139646
|
+
* [[BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite)](https://cloud.tencent.com/document/api/1267/76336#[BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite))
|
|
139647
|
+
* [[BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs)](https://cloud.tencent.com/document/api/1267/76336#[BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs))
|
|
139648
|
+
* [[CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo)](https://cloud.tencent.com/document/api/1267/76336#[CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo))
|
|
139649
|
+
* [[DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2)](https://cloud.tencent.com/document/api/1267/76336#[DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2))
|
|
139650
|
+
* [[DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs)](https://cloud.tencent.com/document/api/1267/76336#[DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs))
|
|
139651
|
+
* [[DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply)](https://cloud.tencent.com/document/api/1267/76336#[DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply))
|
|
139652
|
+
* [[FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional)](https://cloud.tencent.com/document/api/1267/76336#[FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional))
|
|
139653
|
+
* [[OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional)](https://cloud.tencent.com/document/api/1267/76336#[OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional))
|
|
139654
|
+
* [[ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)](https://cloud.tencent.com/document/api/1267/76336#[ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs))
|
|
139655
|
+
* [[ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto)](https://cloud.tencent.com/document/api/1267/76336#[ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto))
|
|
139656
|
+
* [[ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto)](https://cloud.tencent.com/document/api/1267/76336#[ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto))
|
|
139657
|
+
* [[ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto)](https://cloud.tencent.com/document/api/1267/76336#[ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto))
|
|
139658
|
+
* [[TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2)](https://cloud.tencent.com/document/api/1267/76336#[TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2))
|
|
139659
|
+
* [[TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2)](https://cloud.tencent.com/document/api/1267/76336#[TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2))
|
|
139660
|
+
* [[TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO)](https://cloud.tencent.com/document/api/1267/76336#[TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO))
|
|
139661
|
+
* [[TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO)](https://cloud.tencent.com/document/api/1267/76336#[TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO))
|
|
139662
|
+
* [[TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO)](https://cloud.tencent.com/document/api/1267/76336#[TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO))
|
|
139663
|
+
* [[TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO)](https://cloud.tencent.com/document/api/1267/76336#[TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO))
|
|
139664
|
+
* [[TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO)](https://cloud.tencent.com/document/api/1267/76336#[TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO))
|
|
139665
|
+
|
|
139442
139666
|
### 第 56 次发布
|
|
139443
139667
|
|
|
139444
139668
|
发布时间:2023-11-14 01:33:54
|