tencentcloud-sdk-nodejs 4.0.858 → 4.0.860
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 +265 -0
- package/SERVICE_CHANGELOG.md +423 -140
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +8 -3
- package/src/services/dlc/v20210125/dlc_client.ts +18 -6
- package/src/services/dlc/v20210125/dlc_models.ts +68 -0
- package/src/services/ess/v20201111/ess_client.ts +6 -7
- package/src/services/ess/v20201111/ess_models.ts +14 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +51 -1
- package/src/services/mps/v20190612/mps_models.ts +3 -0
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tione/v20211111/tione_client.ts +80 -574
- package/src/services/tione/v20211111/tione_models.ts +1967 -4821
- package/src/services/tke/v20180525/tke_models.ts +4 -6
- package/src/services/tsf/v20180326/tsf_client.ts +24 -0
- package/src/services/tsf/v20180326/tsf_models.ts +51 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +66 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +14 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- 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 +49 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -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 +1951 -4691
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -6
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +9 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +47 -1
- package/test/dlc.v20210125.test.js +12 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tione.v20211111.test.js +16 -396
- package/test/tsf.v20180326.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 103 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-23 01:20:10
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:BrokerIp
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 171 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-05-
|
|
26
|
+
发布时间:2024-05-23 01:39:14
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,70 +31,132 @@
|
|
|
31
31
|
|
|
32
32
|
修改数据结构:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1323/70369#RegistrationOrganizationInfo)
|
|
35
35
|
|
|
36
|
-
*
|
|
36
|
+
* 新增成员:PowerOfAttorneys
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
42
42
|
|
|
43
|
-
### 第
|
|
43
|
+
### 第 63 次发布
|
|
44
44
|
|
|
45
|
-
发布时间:2024-05-
|
|
45
|
+
发布时间:2024-05-23 01:45:19
|
|
46
46
|
|
|
47
47
|
本次发布包含了以下内容:
|
|
48
48
|
|
|
49
49
|
改善已有的文档。
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
|
|
54
|
-
|
|
55
|
-
* 新增出参:EnIssueDate, EnExpirationDate, EnBirthday, Religion, SerialNumber
|
|
51
|
+
新增接口:
|
|
56
52
|
|
|
53
|
+
* [UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)
|
|
57
54
|
|
|
58
55
|
|
|
59
56
|
|
|
60
|
-
##
|
|
57
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
61
58
|
|
|
62
|
-
### 第
|
|
59
|
+
### 第 61 次发布
|
|
63
60
|
|
|
64
|
-
发布时间:2024-05-
|
|
61
|
+
发布时间:2024-05-23 02:16:47
|
|
65
62
|
|
|
66
63
|
本次发布包含了以下内容:
|
|
67
64
|
|
|
68
65
|
改善已有的文档。
|
|
69
66
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
* [SpeechTranslate](https://cloud.tencent.com/document/api/551/16611)
|
|
73
|
-
|
|
67
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
74
68
|
|
|
69
|
+
* CreateBatchModelAccTasks
|
|
70
|
+
* CreateBatchTask
|
|
71
|
+
* CreateNotebookImage
|
|
72
|
+
* CreateOptimizedModel
|
|
73
|
+
* CreateTrainingTask
|
|
74
|
+
* DeleteBatchTask
|
|
75
|
+
* DeleteModelAccelerateTask
|
|
76
|
+
* DeleteNotebookImageRecord
|
|
77
|
+
* DeleteTrainingTask
|
|
78
|
+
* DescribeAPIConfigs
|
|
79
|
+
* DescribeBatchTask
|
|
80
|
+
* DescribeBatchTaskInstances
|
|
81
|
+
* DescribeBatchTasks
|
|
82
|
+
* DescribeBillingSpecs
|
|
83
|
+
* DescribeBillingSpecsPrice
|
|
84
|
+
* DescribeDatasetDetailStructured
|
|
85
|
+
* DescribeDatasetDetailUnstructured
|
|
86
|
+
* DescribeEvents
|
|
87
|
+
* DescribeLatestTrainingMetrics
|
|
88
|
+
* DescribeLogs
|
|
89
|
+
* DescribeModelAccEngineVersions
|
|
90
|
+
* DescribeModelAccelerateTasks
|
|
91
|
+
* DescribeModelServiceHistory
|
|
92
|
+
* DescribeModelServices
|
|
93
|
+
* DescribeNotebookImageKernels
|
|
94
|
+
* DescribeNotebookImageRecords
|
|
95
|
+
* DescribeTrainingFrameworks
|
|
96
|
+
* DescribeTrainingMetrics
|
|
97
|
+
* DescribeTrainingModels
|
|
98
|
+
* ModifyModelServicePartialConfig
|
|
99
|
+
* ModifyNotebook
|
|
100
|
+
* ModifyNotebookTags
|
|
101
|
+
* ModifyServiceGroupWeights
|
|
102
|
+
* RestartModelAccelerateTask
|
|
103
|
+
* StartTrainingTask
|
|
104
|
+
* StopBatchTask
|
|
105
|
+
* StopCreatingImage
|
|
106
|
+
* StopTrainingTask
|
|
75
107
|
|
|
108
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
76
109
|
|
|
77
|
-
|
|
110
|
+
* APIConfigDetail
|
|
111
|
+
* BatchModelAccTask
|
|
112
|
+
* BatchTaskDetail
|
|
113
|
+
* BatchTaskInstance
|
|
114
|
+
* BatchTaskSetItem
|
|
115
|
+
* CronInfo
|
|
116
|
+
* CustomTrainingData
|
|
117
|
+
* CustomTrainingMetric
|
|
118
|
+
* CustomTrainingPoint
|
|
119
|
+
* DetectionLabelInfo
|
|
120
|
+
* EncodedStartCmdInfo
|
|
121
|
+
* EngineVersion
|
|
122
|
+
* Event
|
|
123
|
+
* FilterLabelInfo
|
|
124
|
+
* FrameworkInfo
|
|
125
|
+
* FrameworkVersion
|
|
126
|
+
* LogIdentity
|
|
127
|
+
* ModelAccEngineVersion
|
|
128
|
+
* NotebookImageRecord
|
|
129
|
+
* OcrLabelInfo
|
|
130
|
+
* PointInfo
|
|
131
|
+
* PreTrainModel
|
|
132
|
+
* RowItem
|
|
133
|
+
* RowValue
|
|
134
|
+
* SegmentationInfo
|
|
135
|
+
* ServiceHistory
|
|
136
|
+
* Spec
|
|
137
|
+
* SpecPrice
|
|
138
|
+
* SpecUnit
|
|
139
|
+
* TextLabelDistributionDetailInfoFifthClass
|
|
140
|
+
* TextLabelDistributionDetailInfoFirstClass
|
|
141
|
+
* TextLabelDistributionDetailInfoFourthClass
|
|
142
|
+
* TextLabelDistributionDetailInfoSecondClass
|
|
143
|
+
* TextLabelDistributionDetailInfoThirdClass
|
|
144
|
+
* TextLabelDistributionInfo
|
|
145
|
+
* TrainingDataPoint
|
|
146
|
+
* TrainingMetric
|
|
147
|
+
* TrainingModelDTO
|
|
148
|
+
* WeightEntry
|
|
78
149
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
发布时间:2024-05-21 02:21:25
|
|
150
|
+
修改数据结构:
|
|
82
151
|
|
|
83
|
-
|
|
152
|
+
* [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
|
|
84
153
|
|
|
85
|
-
|
|
154
|
+
* 新增成员:LocalPath
|
|
86
155
|
|
|
87
|
-
新增接口:
|
|
88
156
|
|
|
89
|
-
* [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
|
|
90
|
-
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
91
|
-
* [StopAITranscription](https://cloud.tencent.com/document/api/647/106491)
|
|
92
|
-
* [SummarizeTranscription](https://cloud.tencent.com/document/api/647/106490)
|
|
93
157
|
|
|
94
|
-
新增数据结构:
|
|
95
158
|
|
|
96
|
-
|
|
97
|
-
* [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
|
|
159
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
98
160
|
|
|
99
161
|
|
|
100
162
|
|
|
@@ -26141,6 +26203,21 @@
|
|
|
26141
26203
|
|
|
26142
26204
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26143
26205
|
|
|
26206
|
+
### 第 103 次发布
|
|
26207
|
+
|
|
26208
|
+
发布时间:2024-05-23 01:20:10
|
|
26209
|
+
|
|
26210
|
+
本次发布包含了以下内容:
|
|
26211
|
+
|
|
26212
|
+
改善已有的文档。
|
|
26213
|
+
|
|
26214
|
+
修改数据结构:
|
|
26215
|
+
|
|
26216
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
26217
|
+
|
|
26218
|
+
* 新增成员:BrokerIp
|
|
26219
|
+
|
|
26220
|
+
|
|
26144
26221
|
### 第 102 次发布
|
|
26145
26222
|
|
|
26146
26223
|
发布时间:2024-05-17 01:18:54
|
|
@@ -46234,7 +46311,7 @@
|
|
|
46234
46311
|
|
|
46235
46312
|
|
|
46236
46313
|
|
|
46237
|
-
##
|
|
46314
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46238
46315
|
|
|
46239
46316
|
### 第 24 次发布
|
|
46240
46317
|
|
|
@@ -50106,6 +50183,18 @@
|
|
|
50106
50183
|
|
|
50107
50184
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50108
50185
|
|
|
50186
|
+
### 第 88 次发布
|
|
50187
|
+
|
|
50188
|
+
发布时间:2024-05-22 01:32:04
|
|
50189
|
+
|
|
50190
|
+
本次发布包含了以下内容:
|
|
50191
|
+
|
|
50192
|
+
改善已有的文档。
|
|
50193
|
+
|
|
50194
|
+
新增接口:
|
|
50195
|
+
|
|
50196
|
+
* [DescribeTaskLog](https://cloud.tencent.com/document/api/1342/106509)
|
|
50197
|
+
|
|
50109
50198
|
### 第 87 次发布
|
|
50110
50199
|
|
|
50111
50200
|
发布时间:2024-05-09 01:13:34
|
|
@@ -60926,6 +61015,21 @@
|
|
|
60926
61015
|
|
|
60927
61016
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60928
61017
|
|
|
61018
|
+
### 第 171 次发布
|
|
61019
|
+
|
|
61020
|
+
发布时间:2024-05-23 01:39:14
|
|
61021
|
+
|
|
61022
|
+
本次发布包含了以下内容:
|
|
61023
|
+
|
|
61024
|
+
改善已有的文档。
|
|
61025
|
+
|
|
61026
|
+
修改数据结构:
|
|
61027
|
+
|
|
61028
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1323/70369#RegistrationOrganizationInfo)
|
|
61029
|
+
|
|
61030
|
+
* 新增成员:PowerOfAttorneys
|
|
61031
|
+
|
|
61032
|
+
|
|
60929
61033
|
### 第 170 次发布
|
|
60930
61034
|
|
|
60931
61035
|
发布时间:2024-05-16 01:44:57
|
|
@@ -75741,6 +75845,40 @@
|
|
|
75741
75845
|
|
|
75742
75846
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
75743
75847
|
|
|
75848
|
+
### 第 63 次发布
|
|
75849
|
+
|
|
75850
|
+
发布时间:2024-05-23 01:45:19
|
|
75851
|
+
|
|
75852
|
+
本次发布包含了以下内容:
|
|
75853
|
+
|
|
75854
|
+
改善已有的文档。
|
|
75855
|
+
|
|
75856
|
+
新增接口:
|
|
75857
|
+
|
|
75858
|
+
* [[UpdateDeviceTWeCallAuthorizeStatus](https://cloud.tencent.com/document/api/1081/106531)](https://cloud.tencent.com/document/api/#/#)
|
|
75859
|
+
|
|
75860
|
+
### 第 62 次发布
|
|
75861
|
+
|
|
75862
|
+
发布时间:2024-05-22 01:45:12
|
|
75863
|
+
|
|
75864
|
+
本次发布包含了以下内容:
|
|
75865
|
+
|
|
75866
|
+
改善已有的文档。
|
|
75867
|
+
|
|
75868
|
+
修改接口:
|
|
75869
|
+
|
|
75870
|
+
* [CreateStudioProduct](https://cloud.tencent.com/document/api/1081/34987)
|
|
75871
|
+
|
|
75872
|
+
* 新增入参:Rate, Period
|
|
75873
|
+
|
|
75874
|
+
|
|
75875
|
+
修改数据结构:
|
|
75876
|
+
|
|
75877
|
+
* [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
|
|
75878
|
+
|
|
75879
|
+
* 新增成员:Rate, Period
|
|
75880
|
+
|
|
75881
|
+
|
|
75744
75882
|
### 第 61 次发布
|
|
75745
75883
|
|
|
75746
75884
|
发布时间:2024-05-09 01:17:01
|
|
@@ -128356,7 +128494,7 @@
|
|
|
128356
128494
|
|
|
128357
128495
|
修改接口:
|
|
128358
128496
|
|
|
128359
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128497
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128360
128498
|
|
|
128361
128499
|
* 新增入参:RetryWhenResourceInsufficient
|
|
128362
128500
|
|
|
@@ -128378,15 +128516,15 @@
|
|
|
128378
128516
|
|
|
128379
128517
|
修改接口:
|
|
128380
128518
|
|
|
128381
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128519
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128382
128520
|
|
|
128383
128521
|
* 新增入参:ClsConfig
|
|
128384
128522
|
|
|
128385
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128523
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128386
128524
|
|
|
128387
128525
|
* 新增出参:ClsConfig
|
|
128388
128526
|
|
|
128389
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128527
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128390
128528
|
|
|
128391
128529
|
* 新增入参:ClsConfig
|
|
128392
128530
|
|
|
@@ -128405,7 +128543,7 @@
|
|
|
128405
128543
|
|
|
128406
128544
|
修改接口:
|
|
128407
128545
|
|
|
128408
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128546
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128409
128547
|
|
|
128410
128548
|
* <font color="#dd0000">**修改入参**:</font>InputDataConfig
|
|
128411
128549
|
|
|
@@ -128435,11 +128573,11 @@
|
|
|
128435
128573
|
|
|
128436
128574
|
新增接口:
|
|
128437
128575
|
|
|
128438
|
-
* [DescribeTrainingJobs](https://cloud.tencent.com/document/api
|
|
128576
|
+
* [DescribeTrainingJobs](https://cloud.tencent.com/document/api/#/#)
|
|
128439
128577
|
|
|
128440
128578
|
修改接口:
|
|
128441
128579
|
|
|
128442
|
-
* [DescribeTrainingJob](https://cloud.tencent.com/document/api
|
|
128580
|
+
* [DescribeTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128443
128581
|
|
|
128444
128582
|
* 新增出参:LogUrl, InstanceId
|
|
128445
128583
|
|
|
@@ -128473,23 +128611,23 @@
|
|
|
128473
128611
|
|
|
128474
128612
|
新增接口:
|
|
128475
128613
|
|
|
128476
|
-
* [DescribeNotebookSummary](https://cloud.tencent.com/document/api
|
|
128614
|
+
* [DescribeNotebookSummary](https://cloud.tencent.com/document/api/#/#)
|
|
128477
128615
|
|
|
128478
128616
|
修改接口:
|
|
128479
128617
|
|
|
128480
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128618
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128481
128619
|
|
|
128482
128620
|
* 新增入参:StoppingCondition, AutoStopping
|
|
128483
128621
|
|
|
128484
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128622
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128485
128623
|
|
|
128486
128624
|
* 新增出参:Prepay, Deadline, StoppingCondition
|
|
128487
128625
|
|
|
128488
|
-
* [StartNotebookInstance](https://cloud.tencent.com/document/api
|
|
128626
|
+
* [StartNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128489
128627
|
|
|
128490
128628
|
* 新增入参:AutoStopping, StoppingCondition
|
|
128491
128629
|
|
|
128492
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128630
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128493
128631
|
|
|
128494
128632
|
* 新增入参:AutoStopping, StoppingCondition
|
|
128495
128633
|
|
|
@@ -128515,15 +128653,15 @@
|
|
|
128515
128653
|
|
|
128516
128654
|
修改接口:
|
|
128517
128655
|
|
|
128518
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128656
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128519
128657
|
|
|
128520
128658
|
* 新增入参:ClsAccess
|
|
128521
128659
|
|
|
128522
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128660
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128523
128661
|
|
|
128524
128662
|
* 新增出参:ClsAccess
|
|
128525
128663
|
|
|
128526
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128664
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128527
128665
|
|
|
128528
128666
|
* 新增入参:ClsAccess
|
|
128529
128667
|
|
|
@@ -128538,7 +128676,7 @@
|
|
|
128538
128676
|
|
|
128539
128677
|
修改接口:
|
|
128540
128678
|
|
|
128541
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128679
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128542
128680
|
|
|
128543
128681
|
* 新增入参:LifecycleScriptsName, DefaultCodeRepository, AdditionalCodeRepositories
|
|
128544
128682
|
|
|
@@ -128546,13 +128684,13 @@
|
|
|
128546
128684
|
|
|
128547
128685
|
* <font color="#dd0000">**修改入参**:</font>NotebookInstanceName, InstanceType, VolumeSizeInGB
|
|
128548
128686
|
|
|
128549
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128687
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128550
128688
|
|
|
128551
128689
|
* 新增出参:LifecycleScriptsName, DefaultCodeRepository, AdditionalCodeRepositories
|
|
128552
128690
|
|
|
128553
128691
|
* <font color="#dd0000">**删除出参**:</font>SecurityGroupIds, Url, NetworkInterfaceId
|
|
128554
128692
|
|
|
128555
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128693
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128556
128694
|
|
|
128557
128695
|
* 新增入参:LifecycleScriptsName, DisassociateLifecycleScript, DefaultCodeRepository, AdditionalCodeRepositories, DisassociateDefaultCodeRepository, DisassociateAdditionalCodeRepositories
|
|
128558
128696
|
|
|
@@ -128580,20 +128718,20 @@
|
|
|
128580
128718
|
|
|
128581
128719
|
新增接口:
|
|
128582
128720
|
|
|
128583
|
-
* [CreateCodeRepository](https://cloud.tencent.com/document/api
|
|
128584
|
-
* [CreateNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128585
|
-
* [DeleteCodeRepository](https://cloud.tencent.com/document/api
|
|
128586
|
-
* [DeleteNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128587
|
-
* [DescribeCodeRepositories](https://cloud.tencent.com/document/api
|
|
128588
|
-
* [DescribeCodeRepository](https://cloud.tencent.com/document/api
|
|
128589
|
-
* [DescribeNotebookLifecycleScript](https://cloud.tencent.com/document/api
|
|
128590
|
-
* [DescribeNotebookLifecycleScripts](https://cloud.tencent.com/document/api
|
|
128591
|
-
* [UpdateCodeRepository](https://cloud.tencent.com/document/api
|
|
128721
|
+
* [CreateCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128722
|
+
* [CreateNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128723
|
+
* [DeleteCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128724
|
+
* [DeleteNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128725
|
+
* [DescribeCodeRepositories](https://cloud.tencent.com/document/api/#/#)
|
|
128726
|
+
* [DescribeCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128727
|
+
* [DescribeNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128728
|
+
* [DescribeNotebookLifecycleScripts](https://cloud.tencent.com/document/api/#/#)
|
|
128729
|
+
* [UpdateCodeRepository](https://cloud.tencent.com/document/api/#/#)
|
|
128592
128730
|
* [UpdateNotebookLifecycleScript](https://cloud.tencent.com/document/api/#/#)
|
|
128593
128731
|
|
|
128594
128732
|
修改接口:
|
|
128595
128733
|
|
|
128596
|
-
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api
|
|
128734
|
+
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api/#/#)
|
|
128597
128735
|
|
|
128598
128736
|
* 新增入参:Filters
|
|
128599
128737
|
|
|
@@ -128618,7 +128756,7 @@
|
|
|
128618
128756
|
|
|
128619
128757
|
修改接口:
|
|
128620
128758
|
|
|
128621
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128759
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128622
128760
|
|
|
128623
128761
|
* <font color="#dd0000">**修改入参**:</font>AlgorithmSpecification, InputDataConfig, OutputDataConfig, ResourceConfig
|
|
128624
128762
|
|
|
@@ -128633,17 +128771,17 @@
|
|
|
128633
128771
|
|
|
128634
128772
|
新增接口:
|
|
128635
128773
|
|
|
128636
|
-
* [CreateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128637
|
-
* [CreatePresignedNotebookInstanceUrl](https://cloud.tencent.com/document/api
|
|
128638
|
-
* [CreateTrainingJob](https://cloud.tencent.com/document/api
|
|
128639
|
-
* [DeleteNotebookInstance](https://cloud.tencent.com/document/api
|
|
128640
|
-
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api
|
|
128641
|
-
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api
|
|
128642
|
-
* [DescribeTrainingJob](https://cloud.tencent.com/document/api
|
|
128643
|
-
* [StartNotebookInstance](https://cloud.tencent.com/document/api
|
|
128644
|
-
* [StopNotebookInstance](https://cloud.tencent.com/document/api
|
|
128645
|
-
* [StopTrainingJob](https://cloud.tencent.com/document/api
|
|
128646
|
-
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api
|
|
128774
|
+
* [CreateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128775
|
+
* [CreatePresignedNotebookInstanceUrl](https://cloud.tencent.com/document/api/#/#)
|
|
128776
|
+
* [CreateTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128777
|
+
* [DeleteNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128778
|
+
* [DescribeNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128779
|
+
* [DescribeNotebookInstances](https://cloud.tencent.com/document/api/#/#)
|
|
128780
|
+
* [DescribeTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128781
|
+
* [StartNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128782
|
+
* [StopNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128783
|
+
* [StopTrainingJob](https://cloud.tencent.com/document/api/#/#)
|
|
128784
|
+
* [UpdateNotebookInstance](https://cloud.tencent.com/document/api/#/#)
|
|
128647
128785
|
|
|
128648
128786
|
新增数据结构:
|
|
128649
128787
|
|
|
@@ -128666,6 +128804,138 @@
|
|
|
128666
128804
|
|
|
128667
128805
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
128668
128806
|
|
|
128807
|
+
### 第 61 次发布
|
|
128808
|
+
|
|
128809
|
+
发布时间:2024-05-23 02:16:47
|
|
128810
|
+
|
|
128811
|
+
本次发布包含了以下内容:
|
|
128812
|
+
|
|
128813
|
+
改善已有的文档。
|
|
128814
|
+
|
|
128815
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
128816
|
+
|
|
128817
|
+
* CreateBatchModelAccTasks
|
|
128818
|
+
* CreateBatchTask
|
|
128819
|
+
* CreateNotebookImage
|
|
128820
|
+
* CreateOptimizedModel
|
|
128821
|
+
* CreateTrainingTask
|
|
128822
|
+
* DeleteBatchTask
|
|
128823
|
+
* DeleteModelAccelerateTask
|
|
128824
|
+
* DeleteNotebookImageRecord
|
|
128825
|
+
* DeleteTrainingTask
|
|
128826
|
+
* DescribeAPIConfigs
|
|
128827
|
+
* DescribeBatchTask
|
|
128828
|
+
* DescribeBatchTaskInstances
|
|
128829
|
+
* DescribeBatchTasks
|
|
128830
|
+
* DescribeBillingSpecs
|
|
128831
|
+
* DescribeBillingSpecsPrice
|
|
128832
|
+
* DescribeDatasetDetailStructured
|
|
128833
|
+
* DescribeDatasetDetailUnstructured
|
|
128834
|
+
* DescribeEvents
|
|
128835
|
+
* DescribeLatestTrainingMetrics
|
|
128836
|
+
* DescribeLogs
|
|
128837
|
+
* DescribeModelAccEngineVersions
|
|
128838
|
+
* DescribeModelAccelerateTasks
|
|
128839
|
+
* DescribeModelServiceHistory
|
|
128840
|
+
* DescribeModelServices
|
|
128841
|
+
* DescribeNotebookImageKernels
|
|
128842
|
+
* DescribeNotebookImageRecords
|
|
128843
|
+
* DescribeTrainingFrameworks
|
|
128844
|
+
* DescribeTrainingMetrics
|
|
128845
|
+
* DescribeTrainingModels
|
|
128846
|
+
* ModifyModelServicePartialConfig
|
|
128847
|
+
* ModifyNotebook
|
|
128848
|
+
* ModifyNotebookTags
|
|
128849
|
+
* ModifyServiceGroupWeights
|
|
128850
|
+
* RestartModelAccelerateTask
|
|
128851
|
+
* StartTrainingTask
|
|
128852
|
+
* StopBatchTask
|
|
128853
|
+
* StopCreatingImage
|
|
128854
|
+
* StopTrainingTask
|
|
128855
|
+
|
|
128856
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
128857
|
+
|
|
128858
|
+
* APIConfigDetail
|
|
128859
|
+
* BatchModelAccTask
|
|
128860
|
+
* BatchTaskDetail
|
|
128861
|
+
* BatchTaskInstance
|
|
128862
|
+
* BatchTaskSetItem
|
|
128863
|
+
* CronInfo
|
|
128864
|
+
* CustomTrainingData
|
|
128865
|
+
* CustomTrainingMetric
|
|
128866
|
+
* CustomTrainingPoint
|
|
128867
|
+
* DetectionLabelInfo
|
|
128868
|
+
* EncodedStartCmdInfo
|
|
128869
|
+
* EngineVersion
|
|
128870
|
+
* Event
|
|
128871
|
+
* FilterLabelInfo
|
|
128872
|
+
* FrameworkInfo
|
|
128873
|
+
* FrameworkVersion
|
|
128874
|
+
* LogIdentity
|
|
128875
|
+
* ModelAccEngineVersion
|
|
128876
|
+
* NotebookImageRecord
|
|
128877
|
+
* OcrLabelInfo
|
|
128878
|
+
* PointInfo
|
|
128879
|
+
* PreTrainModel
|
|
128880
|
+
* RowItem
|
|
128881
|
+
* RowValue
|
|
128882
|
+
* SegmentationInfo
|
|
128883
|
+
* ServiceHistory
|
|
128884
|
+
* Spec
|
|
128885
|
+
* SpecPrice
|
|
128886
|
+
* SpecUnit
|
|
128887
|
+
* TextLabelDistributionDetailInfoFifthClass
|
|
128888
|
+
* TextLabelDistributionDetailInfoFirstClass
|
|
128889
|
+
* TextLabelDistributionDetailInfoFourthClass
|
|
128890
|
+
* TextLabelDistributionDetailInfoSecondClass
|
|
128891
|
+
* TextLabelDistributionDetailInfoThirdClass
|
|
128892
|
+
* TextLabelDistributionInfo
|
|
128893
|
+
* TrainingDataPoint
|
|
128894
|
+
* TrainingMetric
|
|
128895
|
+
* TrainingModelDTO
|
|
128896
|
+
* WeightEntry
|
|
128897
|
+
|
|
128898
|
+
修改数据结构:
|
|
128899
|
+
|
|
128900
|
+
* [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
|
|
128901
|
+
|
|
128902
|
+
* 新增成员:LocalPath
|
|
128903
|
+
|
|
128904
|
+
|
|
128905
|
+
### 第 60 次发布
|
|
128906
|
+
|
|
128907
|
+
发布时间:2024-05-22 02:16:53
|
|
128908
|
+
|
|
128909
|
+
本次发布包含了以下内容:
|
|
128910
|
+
|
|
128911
|
+
改善已有的文档。
|
|
128912
|
+
|
|
128913
|
+
修改接口:
|
|
128914
|
+
|
|
128915
|
+
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
128916
|
+
|
|
128917
|
+
* 新增入参:ServicePort
|
|
128918
|
+
|
|
128919
|
+
* [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
|
|
128920
|
+
|
|
128921
|
+
* 新增入参:ServicePort
|
|
128922
|
+
|
|
128923
|
+
|
|
128924
|
+
新增数据结构:
|
|
128925
|
+
|
|
128926
|
+
* [ImageSecret](https://cloud.tencent.com/document/api/851/75051#ImageSecret)
|
|
128927
|
+
|
|
128928
|
+
修改数据结构:
|
|
128929
|
+
|
|
128930
|
+
* [ImageInfo](https://cloud.tencent.com/document/api/851/75051#ImageInfo)
|
|
128931
|
+
|
|
128932
|
+
* 新增成员:ImageSecret
|
|
128933
|
+
|
|
128934
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
128935
|
+
|
|
128936
|
+
* 新增成员:ServicePort
|
|
128937
|
+
|
|
128938
|
+
|
|
128669
128939
|
### 第 59 次发布
|
|
128670
128940
|
|
|
128671
128941
|
发布时间:2024-05-14 02:40:26
|
|
@@ -128714,7 +128984,7 @@
|
|
|
128714
128984
|
|
|
128715
128985
|
修改接口:
|
|
128716
128986
|
|
|
128717
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
128987
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
128718
128988
|
|
|
128719
128989
|
* 新增入参:EncodedStartCmdInfo
|
|
128720
128990
|
|
|
@@ -128733,7 +129003,7 @@
|
|
|
128733
129003
|
|
|
128734
129004
|
修改接口:
|
|
128735
129005
|
|
|
128736
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
129006
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
128737
129007
|
|
|
128738
129008
|
* 新增入参:StartCmdBase64
|
|
128739
129009
|
|
|
@@ -128865,7 +129135,7 @@
|
|
|
128865
129135
|
|
|
128866
129136
|
修改接口:
|
|
128867
129137
|
|
|
128868
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
129138
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
128869
129139
|
|
|
128870
129140
|
|
|
128871
129141
|
修改数据结构:
|
|
@@ -128933,7 +129203,7 @@
|
|
|
128933
129203
|
|
|
128934
129204
|
* <font color="#dd0000">**修改入参**:</font>Type
|
|
128935
129205
|
|
|
128936
|
-
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api
|
|
129206
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/#/#)
|
|
128937
129207
|
|
|
128938
129208
|
* <font color="#dd0000">**修改入参**:</font>TaskType
|
|
128939
129209
|
|
|
@@ -129007,7 +129277,7 @@
|
|
|
129007
129277
|
|
|
129008
129278
|
修改接口:
|
|
129009
129279
|
|
|
129010
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
129280
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129011
129281
|
|
|
129012
129282
|
* 新增入参:PreTrainModel
|
|
129013
129283
|
|
|
@@ -129026,11 +129296,11 @@
|
|
|
129026
129296
|
|
|
129027
129297
|
新增接口:
|
|
129028
129298
|
|
|
129029
|
-
* [DescribeEvents](https://cloud.tencent.com/document/api
|
|
129299
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/#/#)
|
|
129030
129300
|
|
|
129031
129301
|
修改接口:
|
|
129032
129302
|
|
|
129033
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
129303
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
129034
129304
|
|
|
129035
129305
|
* 新增入参:ServiceId
|
|
129036
129306
|
|
|
@@ -129160,7 +129430,7 @@
|
|
|
129160
129430
|
|
|
129161
129431
|
* 新增入参:ServiceCategory
|
|
129162
129432
|
|
|
129163
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
129433
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
129164
129434
|
|
|
129165
129435
|
* <font color="#dd0000">**修改入参**:</font>PodName
|
|
129166
129436
|
|
|
@@ -129256,11 +129526,11 @@
|
|
|
129256
129526
|
|
|
129257
129527
|
* 新增入参:SSHConfig
|
|
129258
129528
|
|
|
129259
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
129529
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129260
129530
|
|
|
129261
129531
|
* <font color="#dd0000">**修改入参**:</font>CodePackagePath, TrainingMode, Output, LogEnable
|
|
129262
129532
|
|
|
129263
|
-
* [ModifyNotebook](https://cloud.tencent.com/document/api
|
|
129533
|
+
* [ModifyNotebook](https://cloud.tencent.com/document/api/#/#)
|
|
129264
129534
|
|
|
129265
129535
|
* 新增入参:SSHConfig
|
|
129266
129536
|
|
|
@@ -129294,7 +129564,7 @@
|
|
|
129294
129564
|
|
|
129295
129565
|
修改接口:
|
|
129296
129566
|
|
|
129297
|
-
* [CreateNotebookImage](https://cloud.tencent.com/document/api
|
|
129567
|
+
* [CreateNotebookImage](https://cloud.tencent.com/document/api/#/#)
|
|
129298
129568
|
|
|
129299
129569
|
* <font color="#dd0000">**修改入参**:</font>Kernels
|
|
129300
129570
|
|
|
@@ -129348,7 +129618,7 @@
|
|
|
129348
129618
|
|
|
129349
129619
|
* [DeleteNotebook](https://cloud.tencent.com/document/api/851/95663)
|
|
129350
129620
|
* [DescribeNotebook](https://cloud.tencent.com/document/api/851/95662)
|
|
129351
|
-
* [StopCreatingImage](https://cloud.tencent.com/document/api
|
|
129621
|
+
* [StopCreatingImage](https://cloud.tencent.com/document/api/#/#)
|
|
129352
129622
|
* [StopNotebook](https://cloud.tencent.com/document/api/851/95660)
|
|
129353
129623
|
|
|
129354
129624
|
新增数据结构:
|
|
@@ -129366,13 +129636,13 @@
|
|
|
129366
129636
|
新增接口:
|
|
129367
129637
|
|
|
129368
129638
|
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
129369
|
-
* [CreateNotebookImage](https://cloud.tencent.com/document/api
|
|
129370
|
-
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api
|
|
129371
|
-
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api
|
|
129372
|
-
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api
|
|
129639
|
+
* [CreateNotebookImage](https://cloud.tencent.com/document/api/#/#)
|
|
129640
|
+
* [DeleteNotebookImageRecord](https://cloud.tencent.com/document/api/#/#)
|
|
129641
|
+
* [DescribeNotebookImageKernels](https://cloud.tencent.com/document/api/#/#)
|
|
129642
|
+
* [DescribeNotebookImageRecords](https://cloud.tencent.com/document/api/#/#)
|
|
129373
129643
|
* [DescribeNotebooks](https://cloud.tencent.com/document/api/851/95653)
|
|
129374
|
-
* [ModifyNotebook](https://cloud.tencent.com/document/api
|
|
129375
|
-
* [ModifyNotebookTags](https://cloud.tencent.com/document/api
|
|
129644
|
+
* [ModifyNotebook](https://cloud.tencent.com/document/api/#/#)
|
|
129645
|
+
* [ModifyNotebookTags](https://cloud.tencent.com/document/api/#/#)
|
|
129376
129646
|
* [StartNotebook](https://cloud.tencent.com/document/api/851/95650)
|
|
129377
129647
|
|
|
129378
129648
|
新增数据结构:
|
|
@@ -129566,11 +129836,11 @@
|
|
|
129566
129836
|
|
|
129567
129837
|
修改接口:
|
|
129568
129838
|
|
|
129569
|
-
* [DescribeTrainingModels](https://cloud.tencent.com/document/api
|
|
129839
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/#/#)
|
|
129570
129840
|
|
|
129571
129841
|
* 新增入参:WithModelVersions
|
|
129572
129842
|
|
|
129573
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
129843
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
129574
129844
|
|
|
129575
129845
|
* 新增入参:FrameworkVersion
|
|
129576
129846
|
|
|
@@ -129728,11 +129998,11 @@
|
|
|
129728
129998
|
|
|
129729
129999
|
修改接口:
|
|
129730
130000
|
|
|
129731
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
130001
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
129732
130002
|
|
|
129733
130003
|
* 新增入参:CallbackUrl
|
|
129734
130004
|
|
|
129735
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130005
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129736
130006
|
|
|
129737
130007
|
* 新增入参:CallbackUrl
|
|
129738
130008
|
|
|
@@ -129815,7 +130085,7 @@
|
|
|
129815
130085
|
|
|
129816
130086
|
新增接口:
|
|
129817
130087
|
|
|
129818
|
-
* [ModifyModelServicePartialConfig](https://cloud.tencent.com/document/api
|
|
130088
|
+
* [ModifyModelServicePartialConfig](https://cloud.tencent.com/document/api/#/#)
|
|
129819
130089
|
|
|
129820
130090
|
### 第 8 次发布
|
|
129821
130091
|
|
|
@@ -129827,13 +130097,13 @@
|
|
|
129827
130097
|
|
|
129828
130098
|
新增接口:
|
|
129829
130099
|
|
|
129830
|
-
* [CreateBatchModelAccTasks](https://cloud.tencent.com/document/api
|
|
129831
|
-
* [CreateOptimizedModel](https://cloud.tencent.com/document/api
|
|
129832
|
-
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
129833
|
-
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api
|
|
130100
|
+
* [CreateBatchModelAccTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130101
|
+
* [CreateOptimizedModel](https://cloud.tencent.com/document/api/#/#)
|
|
130102
|
+
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
130103
|
+
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api/#/#)
|
|
129834
130104
|
* [DescribeModelAccelerateTask](https://cloud.tencent.com/document/api/851/82606)
|
|
129835
|
-
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api
|
|
129836
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api
|
|
130105
|
+
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130106
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/#/#)
|
|
129837
130107
|
* [StopModelAccelerateTask](https://cloud.tencent.com/document/api/851/82603)
|
|
129838
130108
|
|
|
129839
130109
|
新增数据结构:
|
|
@@ -129858,19 +130128,19 @@
|
|
|
129858
130128
|
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
129859
130129
|
* [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
|
|
129860
130130
|
* [DeleteModelServiceGroup](https://cloud.tencent.com/document/api/851/82289)
|
|
129861
|
-
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api
|
|
130131
|
+
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api/#/#)
|
|
129862
130132
|
* [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
|
|
129863
130133
|
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
129864
130134
|
* [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
|
|
129865
130135
|
* [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
|
|
129866
|
-
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api
|
|
130136
|
+
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api/#/#)
|
|
129867
130137
|
* [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
|
|
129868
|
-
* [DescribeModelServices](https://cloud.tencent.com/document/api
|
|
129869
|
-
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api
|
|
130138
|
+
* [DescribeModelServices](https://cloud.tencent.com/document/api/#/#)
|
|
130139
|
+
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api/#/#)
|
|
129870
130140
|
|
|
129871
130141
|
修改接口:
|
|
129872
130142
|
|
|
129873
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130143
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
129874
130144
|
|
|
129875
130145
|
* 新增入参:FrameworkEnvironment
|
|
129876
130146
|
|
|
@@ -129928,7 +130198,7 @@
|
|
|
129928
130198
|
|
|
129929
130199
|
* 新增入参:ContentType
|
|
129930
130200
|
|
|
129931
|
-
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api
|
|
130201
|
+
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api/#/#)
|
|
129932
130202
|
|
|
129933
130203
|
* 新增入参:TextClassificationLabels
|
|
129934
130204
|
|
|
@@ -129961,13 +130231,13 @@
|
|
|
129961
130231
|
|
|
129962
130232
|
新增接口:
|
|
129963
130233
|
|
|
129964
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api
|
|
129965
|
-
* [DeleteBatchTask](https://cloud.tencent.com/document/api
|
|
129966
|
-
* [DescribeBatchTask](https://cloud.tencent.com/document/api
|
|
129967
|
-
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api
|
|
129968
|
-
* [DescribeBatchTasks](https://cloud.tencent.com/document/api
|
|
129969
|
-
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api
|
|
129970
|
-
* [StopBatchTask](https://cloud.tencent.com/document/api
|
|
130234
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130235
|
+
* [DeleteBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130236
|
+
* [DescribeBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
130237
|
+
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api/#/#)
|
|
130238
|
+
* [DescribeBatchTasks](https://cloud.tencent.com/document/api/#/#)
|
|
130239
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/#/#)
|
|
130240
|
+
* [StopBatchTask](https://cloud.tencent.com/document/api/#/#)
|
|
129971
130241
|
|
|
129972
130242
|
修改接口:
|
|
129973
130243
|
|
|
@@ -130052,30 +130322,30 @@
|
|
|
130052
130322
|
新增接口:
|
|
130053
130323
|
|
|
130054
130324
|
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
130055
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api
|
|
130325
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130056
130326
|
* [DeleteDataset](https://cloud.tencent.com/document/api/851/75080)
|
|
130057
130327
|
* [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
|
|
130058
130328
|
* [DeleteTrainingModelVersion](https://cloud.tencent.com/document/api/851/75072)
|
|
130059
|
-
* [DeleteTrainingTask](https://cloud.tencent.com/document/api
|
|
130329
|
+
* [DeleteTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130060
130330
|
* [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
|
|
130061
|
-
* [DescribeBillingSpecsPrice](https://cloud.tencent.com/document/api
|
|
130062
|
-
* [DescribeDatasetDetailStructured](https://cloud.tencent.com/document/api
|
|
130063
|
-
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api
|
|
130331
|
+
* [DescribeBillingSpecsPrice](https://cloud.tencent.com/document/api/#/#)
|
|
130332
|
+
* [DescribeDatasetDetailStructured](https://cloud.tencent.com/document/api/#/#)
|
|
130333
|
+
* [DescribeDatasetDetailUnstructured](https://cloud.tencent.com/document/api/#/#)
|
|
130064
130334
|
* [DescribeDatasets](https://cloud.tencent.com/document/api/851/75077)
|
|
130065
130335
|
* [DescribeInferTemplates](https://cloud.tencent.com/document/api/851/75082)
|
|
130066
|
-
* [DescribeLatestTrainingMetrics](https://cloud.tencent.com/document/api
|
|
130067
|
-
* [DescribeLogs](https://cloud.tencent.com/document/api
|
|
130068
|
-
* [DescribeTrainingFrameworks](https://cloud.tencent.com/document/api
|
|
130069
|
-
* [DescribeTrainingMetrics](https://cloud.tencent.com/document/api
|
|
130336
|
+
* [DescribeLatestTrainingMetrics](https://cloud.tencent.com/document/api/#/#)
|
|
130337
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/#/#)
|
|
130338
|
+
* [DescribeTrainingFrameworks](https://cloud.tencent.com/document/api/#/#)
|
|
130339
|
+
* [DescribeTrainingMetrics](https://cloud.tencent.com/document/api/#/#)
|
|
130070
130340
|
* [DescribeTrainingModelVersion](https://cloud.tencent.com/document/api/851/75071)
|
|
130071
130341
|
* [DescribeTrainingModelVersions](https://cloud.tencent.com/document/api/851/75070)
|
|
130072
|
-
* [DescribeTrainingModels](https://cloud.tencent.com/document/api
|
|
130342
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/#/#)
|
|
130073
130343
|
* [DescribeTrainingTask](https://cloud.tencent.com/document/api/851/75089)
|
|
130074
130344
|
* [DescribeTrainingTaskPods](https://cloud.tencent.com/document/api/851/75088)
|
|
130075
130345
|
* [DescribeTrainingTasks](https://cloud.tencent.com/document/api/851/75087)
|
|
130076
130346
|
* [PushTrainingMetrics](https://cloud.tencent.com/document/api/851/75086)
|
|
130077
|
-
* [StartTrainingTask](https://cloud.tencent.com/document/api
|
|
130078
|
-
* [StopTrainingTask](https://cloud.tencent.com/document/api
|
|
130347
|
+
* [StartTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130348
|
+
* [StopTrainingTask](https://cloud.tencent.com/document/api/#/#)
|
|
130079
130349
|
|
|
130080
130350
|
新增数据结构:
|
|
130081
130351
|
|
|
@@ -136093,15 +136363,15 @@
|
|
|
136093
136363
|
|
|
136094
136364
|
新增接口:
|
|
136095
136365
|
|
|
136096
|
-
* [
|
|
136097
|
-
* [
|
|
136098
|
-
* [
|
|
136099
|
-
* [
|
|
136366
|
+
* [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
|
|
136367
|
+
* [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
|
|
136368
|
+
* [StopAITranscription](https://cloud.tencent.com/document/api/647/106491)
|
|
136369
|
+
* [SummarizeTranscription](https://cloud.tencent.com/document/api/647/106490)
|
|
136100
136370
|
|
|
136101
136371
|
新增数据结构:
|
|
136102
136372
|
|
|
136103
|
-
* [
|
|
136104
|
-
* [
|
|
136373
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
136374
|
+
* [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
|
|
136105
136375
|
|
|
136106
136376
|
### 第 74 次发布
|
|
136107
136377
|
|
|
@@ -138894,6 +139164,19 @@
|
|
|
138894
139164
|
|
|
138895
139165
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
138896
139166
|
|
|
139167
|
+
### 第 106 次发布
|
|
139168
|
+
|
|
139169
|
+
发布时间:2024-05-22 02:22:39
|
|
139170
|
+
|
|
139171
|
+
本次发布包含了以下内容:
|
|
139172
|
+
|
|
139173
|
+
改善已有的文档。
|
|
139174
|
+
|
|
139175
|
+
新增接口:
|
|
139176
|
+
|
|
139177
|
+
* [DisableLaneRule](https://cloud.tencent.com/document/api/649/106511)
|
|
139178
|
+
* [EnableLaneRule](https://cloud.tencent.com/document/api/649/106510)
|
|
139179
|
+
|
|
138897
139180
|
### 第 105 次发布
|
|
138898
139181
|
|
|
138899
139182
|
发布时间:2024-05-07 01:28:28
|