tencentcloud-sdk-nodejs-tione 4.0.433 → 4.0.438
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 +1153 -0
- package/SERVICE_CHANGELOG.md +1259 -39
- package/package.json +1 -1
- package/products.md +41 -41
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +759 -118
|
@@ -15,6 +15,54 @@
|
|
|
15
15
|
* under the License.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* 模型描述信息
|
|
20
|
+
*/
|
|
21
|
+
export interface ModelInfo {
|
|
22
|
+
/**
|
|
23
|
+
* 模型版本id, DescribeTrainingModelVersion查询模型接口时的id
|
|
24
|
+
自动学习类型的模型填写自动学习的任务id
|
|
25
|
+
*/
|
|
26
|
+
ModelVersionId: string
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 模型id
|
|
30
|
+
*/
|
|
31
|
+
ModelId?: string
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* 模型名
|
|
35
|
+
*/
|
|
36
|
+
ModelName?: string
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 模型版本
|
|
40
|
+
*/
|
|
41
|
+
ModelVersion?: string
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* 模型来源
|
|
45
|
+
*/
|
|
46
|
+
ModelSource?: string
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* cos路径信息
|
|
50
|
+
*/
|
|
51
|
+
CosPathInfo?: CosPathInfo
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 模型对应的算法框架,预留
|
|
55
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
56
|
+
*/
|
|
57
|
+
AlgorithmFramework?: string
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML
|
|
61
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
62
|
+
*/
|
|
63
|
+
ModelType?: string
|
|
64
|
+
}
|
|
65
|
+
|
|
18
66
|
/**
|
|
19
67
|
* DescribeLogs请求参数结构体
|
|
20
68
|
*/
|
|
@@ -70,30 +118,220 @@ export interface DescribeLogsRequest {
|
|
|
70
118
|
}
|
|
71
119
|
|
|
72
120
|
/**
|
|
73
|
-
*
|
|
121
|
+
* DescribeDatasetDetailUnstructured请求参数结构体
|
|
74
122
|
*/
|
|
75
|
-
export interface
|
|
123
|
+
export interface DescribeDatasetDetailUnstructuredRequest {
|
|
76
124
|
/**
|
|
77
|
-
*
|
|
125
|
+
* 数据集ID
|
|
78
126
|
*/
|
|
79
|
-
|
|
127
|
+
DatasetId?: string
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* 偏移量
|
|
131
|
+
*/
|
|
132
|
+
Offset?: number
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* 返回个数,默认20,目前最大支持2000条数据
|
|
136
|
+
*/
|
|
137
|
+
Limit?: number
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* 标签过滤参数,对应标签值
|
|
141
|
+
*/
|
|
142
|
+
LabelList?: Array<string>
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* 标注状态过滤参数:
|
|
146
|
+
STATUS_ANNOTATED,已标注
|
|
147
|
+
STATUS_NON_ANNOTATED,未标注
|
|
148
|
+
STATUS_ALL,全部
|
|
149
|
+
默认为STATUS_ALL
|
|
150
|
+
*/
|
|
151
|
+
AnnotationStatus?: string
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* 数据集ID列表
|
|
155
|
+
*/
|
|
156
|
+
DatasetIds?: Array<string>
|
|
80
157
|
}
|
|
81
158
|
|
|
82
159
|
/**
|
|
83
|
-
*
|
|
160
|
+
* 跑批任务详情
|
|
84
161
|
*/
|
|
85
|
-
export interface
|
|
162
|
+
export interface BatchTaskDetail {
|
|
86
163
|
/**
|
|
87
|
-
|
|
164
|
+
* 跑批任务ID
|
|
165
|
+
*/
|
|
166
|
+
BatchTaskId: string
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* 跑批任务名称
|
|
170
|
+
*/
|
|
171
|
+
BatchTaskName: string
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* 主账号uin
|
|
175
|
+
*/
|
|
176
|
+
Uin: string
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* 子账号uin
|
|
180
|
+
*/
|
|
181
|
+
SubUin: string
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* 地域
|
|
185
|
+
*/
|
|
186
|
+
Region: string
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* 计费模式
|
|
190
|
+
*/
|
|
191
|
+
ChargeType: string
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* 预付费专用资源组id
|
|
88
195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
196
|
*/
|
|
90
|
-
|
|
197
|
+
ResourceGroupId: string
|
|
91
198
|
|
|
92
199
|
/**
|
|
93
|
-
*
|
|
200
|
+
* 预付费专用资源组名称
|
|
94
201
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95
202
|
*/
|
|
96
|
-
|
|
203
|
+
ResourceGroupName: string
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* 资源配置
|
|
207
|
+
*/
|
|
208
|
+
ResourceConfigInfo: ResourceConfigInfo
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 标签
|
|
212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
|
+
*/
|
|
214
|
+
Tags: Array<Tag>
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* 服务对应的模型信息
|
|
218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
219
|
+
*/
|
|
220
|
+
ModelInfo: ModelInfo
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* 自定义镜像信息
|
|
224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
|
+
*/
|
|
226
|
+
ImageInfo: ImageInfo
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* 代码包
|
|
230
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
231
|
+
*/
|
|
232
|
+
CodePackagePath: CosPathInfo
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 启动命令
|
|
236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
237
|
+
*/
|
|
238
|
+
StartCmd: string
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* 输入数据配置
|
|
242
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
243
|
+
*/
|
|
244
|
+
DataConfigs: Array<DataConfig>
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* 输出数据配置
|
|
248
|
+
*/
|
|
249
|
+
Outputs: Array<DataConfig>
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* 是否上报日志
|
|
253
|
+
*/
|
|
254
|
+
LogEnable: boolean
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* 日志配置
|
|
258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
|
+
*/
|
|
260
|
+
LogConfig: LogConfig
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* vpc id
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
+
*/
|
|
266
|
+
VpcId: string
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* 子网id
|
|
270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
|
+
*/
|
|
272
|
+
SubnetId: string
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* 任务状态
|
|
276
|
+
*/
|
|
277
|
+
Status: string
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* 运行时长
|
|
281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
282
|
+
*/
|
|
283
|
+
RuntimeInSeconds: number
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* 创建时间
|
|
287
|
+
*/
|
|
288
|
+
CreateTime: string
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* 更新时间
|
|
292
|
+
*/
|
|
293
|
+
UpdateTime: string
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* 任务开始时间
|
|
297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
298
|
+
*/
|
|
299
|
+
StartTime: string
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* 任务结束时间
|
|
303
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
|
+
*/
|
|
305
|
+
EndTime: string
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* 计费状态,eg:BILLING计费中,ARREARS_STOP欠费停止,NOT_BILLING不在计费中
|
|
309
|
+
*/
|
|
310
|
+
ChargeStatus: string
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* 最近一次实例ID
|
|
314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
315
|
+
*/
|
|
316
|
+
LatestInstanceId: string
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* 备注
|
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
321
|
+
*/
|
|
322
|
+
Remark: string
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* 失败原因
|
|
326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
327
|
+
*/
|
|
328
|
+
FailureReason: string
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* 计费金额信息,eg:2.00元/小时 (for后付费)
|
|
332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
333
|
+
*/
|
|
334
|
+
BillingInfo: string
|
|
97
335
|
}
|
|
98
336
|
|
|
99
337
|
/**
|
|
@@ -298,42 +536,23 @@ CHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(
|
|
|
298
536
|
}
|
|
299
537
|
|
|
300
538
|
/**
|
|
301
|
-
*
|
|
539
|
+
* DescribeBatchTask请求参数结构体
|
|
302
540
|
*/
|
|
303
|
-
export interface
|
|
304
|
-
/**
|
|
305
|
-
* 数据集ID
|
|
306
|
-
*/
|
|
307
|
-
DatasetId?: string
|
|
308
|
-
|
|
541
|
+
export interface DescribeBatchTaskRequest {
|
|
309
542
|
/**
|
|
310
|
-
*
|
|
543
|
+
* 跑批任务ID
|
|
311
544
|
*/
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* 返回个数,默认20,目前最大支持2000条数据
|
|
316
|
-
*/
|
|
317
|
-
Limit?: number
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
* 标签过滤参数,对应标签值
|
|
321
|
-
*/
|
|
322
|
-
LabelList?: Array<string>
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* 标注状态过滤参数:
|
|
326
|
-
STATUS_ANNOTATED,已标注
|
|
327
|
-
STATUS_NON_ANNOTATED,未标注
|
|
328
|
-
STATUS_ALL,全部
|
|
329
|
-
默认为STATUS_ALL
|
|
330
|
-
*/
|
|
331
|
-
AnnotationStatus?: string
|
|
545
|
+
BatchTaskId: string
|
|
546
|
+
}
|
|
332
547
|
|
|
548
|
+
/**
|
|
549
|
+
* DeleteTrainingModelVersion返回参数结构体
|
|
550
|
+
*/
|
|
551
|
+
export interface DeleteTrainingModelVersionResponse {
|
|
333
552
|
/**
|
|
334
|
-
*
|
|
553
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
335
554
|
*/
|
|
336
|
-
|
|
555
|
+
RequestId?: string
|
|
337
556
|
}
|
|
338
557
|
|
|
339
558
|
/**
|
|
@@ -390,44 +609,129 @@ export interface SpecPrice {
|
|
|
390
609
|
SpecName: string
|
|
391
610
|
|
|
392
611
|
/**
|
|
393
|
-
* 原价,单位:分。最大值42亿,超过则返回0
|
|
612
|
+
* 原价,单位:分。最大值42亿,超过则返回0
|
|
613
|
+
*/
|
|
614
|
+
TotalCost: number
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* 优惠后的价格,单位:分
|
|
618
|
+
*/
|
|
619
|
+
RealTotalCost: number
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* DescribeTrainingMetrics请求参数结构体
|
|
624
|
+
*/
|
|
625
|
+
export interface DescribeTrainingMetricsRequest {
|
|
626
|
+
/**
|
|
627
|
+
* 任务ID
|
|
628
|
+
*/
|
|
629
|
+
TaskId: string
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* DescribeTrainingTaskPods请求参数结构体
|
|
634
|
+
*/
|
|
635
|
+
export interface DescribeTrainingTaskPodsRequest {
|
|
636
|
+
/**
|
|
637
|
+
* 训练任务ID
|
|
638
|
+
*/
|
|
639
|
+
Id: string
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* CreateBatchTask请求参数结构体
|
|
644
|
+
*/
|
|
645
|
+
export interface CreateBatchTaskRequest {
|
|
646
|
+
/**
|
|
647
|
+
* 跑批任务名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
|
|
648
|
+
*/
|
|
649
|
+
BatchTaskName: string
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* 计费模式,eg:PREPAID预付费,即包年包月;POSTPAID_BY_HOUR按小时后付费
|
|
653
|
+
*/
|
|
654
|
+
ChargeType: string
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* 资源配置
|
|
658
|
+
*/
|
|
659
|
+
ResourceConfigInfo: ResourceConfigInfo
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* 结果输出
|
|
663
|
+
*/
|
|
664
|
+
Outputs: Array<DataConfig>
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* 是否上报日志
|
|
668
|
+
*/
|
|
669
|
+
LogEnable: boolean
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* 工作类型 1:单次 2:周期
|
|
673
|
+
*/
|
|
674
|
+
JobType?: number
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* 任务周期描述
|
|
678
|
+
*/
|
|
679
|
+
CronInfo?: CronInfo
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* 预付费专用资源组
|
|
683
|
+
*/
|
|
684
|
+
ResourceGroupId?: string
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* 标签配置
|
|
688
|
+
*/
|
|
689
|
+
Tags?: Array<Tag>
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* 服务对应的模型信息,有模型文件时需要填写
|
|
693
|
+
*/
|
|
694
|
+
ModelInfo?: ModelInfo
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* 自定义镜像信息
|
|
698
|
+
*/
|
|
699
|
+
ImageInfo?: ImageInfo
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* 代码包
|
|
703
|
+
*/
|
|
704
|
+
CodePackage?: CosPathInfo
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* 启动命令
|
|
708
|
+
*/
|
|
709
|
+
StartCmd?: string
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* 数据配置
|
|
394
713
|
*/
|
|
395
|
-
|
|
714
|
+
DataConfigs?: Array<DataConfig>
|
|
396
715
|
|
|
397
716
|
/**
|
|
398
|
-
*
|
|
717
|
+
* 日志配置
|
|
399
718
|
*/
|
|
400
|
-
|
|
401
|
-
}
|
|
719
|
+
LogConfig?: LogConfig
|
|
402
720
|
|
|
403
|
-
/**
|
|
404
|
-
* DescribeTrainingMetrics请求参数结构体
|
|
405
|
-
*/
|
|
406
|
-
export interface DescribeTrainingMetricsRequest {
|
|
407
721
|
/**
|
|
408
|
-
*
|
|
722
|
+
* VPC Id
|
|
409
723
|
*/
|
|
410
|
-
|
|
411
|
-
}
|
|
724
|
+
VpcId?: string
|
|
412
725
|
|
|
413
|
-
/**
|
|
414
|
-
* DescribeTrainingTaskPods请求参数结构体
|
|
415
|
-
*/
|
|
416
|
-
export interface DescribeTrainingTaskPodsRequest {
|
|
417
726
|
/**
|
|
418
|
-
*
|
|
727
|
+
* 子网Id
|
|
419
728
|
*/
|
|
420
|
-
|
|
421
|
-
}
|
|
729
|
+
SubnetId?: string
|
|
422
730
|
|
|
423
|
-
/**
|
|
424
|
-
* DescribeTrainingModelVersion请求参数结构体
|
|
425
|
-
*/
|
|
426
|
-
export interface DescribeTrainingModelVersionRequest {
|
|
427
731
|
/**
|
|
428
|
-
*
|
|
732
|
+
* 备注
|
|
429
733
|
*/
|
|
430
|
-
|
|
734
|
+
Remark?: string
|
|
431
735
|
}
|
|
432
736
|
|
|
433
737
|
/**
|
|
@@ -609,18 +913,23 @@ export interface InferTemplate {
|
|
|
609
913
|
}
|
|
610
914
|
|
|
611
915
|
/**
|
|
612
|
-
*
|
|
916
|
+
* StopBatchTask请求参数结构体
|
|
613
917
|
*/
|
|
614
|
-
export interface
|
|
918
|
+
export interface StopBatchTaskRequest {
|
|
615
919
|
/**
|
|
616
|
-
*
|
|
920
|
+
* 跑批任务ID
|
|
617
921
|
*/
|
|
618
|
-
|
|
922
|
+
BatchTaskId: string
|
|
923
|
+
}
|
|
619
924
|
|
|
925
|
+
/**
|
|
926
|
+
* DeleteTrainingModel返回参数结构体
|
|
927
|
+
*/
|
|
928
|
+
export interface DeleteTrainingModelResponse {
|
|
620
929
|
/**
|
|
621
|
-
*
|
|
930
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
622
931
|
*/
|
|
623
|
-
|
|
932
|
+
RequestId?: string
|
|
624
933
|
}
|
|
625
934
|
|
|
626
935
|
/**
|
|
@@ -643,8 +952,11 @@ export interface DataPoint {
|
|
|
643
952
|
*/
|
|
644
953
|
export interface CreateTrainingModelRequest {
|
|
645
954
|
/**
|
|
646
|
-
|
|
647
|
-
|
|
955
|
+
* 导入方式
|
|
956
|
+
MODEL:导入新模型
|
|
957
|
+
VERSION:导入新版本
|
|
958
|
+
EXIST:导入现有版本
|
|
959
|
+
*/
|
|
648
960
|
ImportMethod: string
|
|
649
961
|
|
|
650
962
|
/**
|
|
@@ -753,21 +1065,36 @@ export interface CreateTrainingModelRequest {
|
|
|
753
1065
|
* 推理镜像ID
|
|
754
1066
|
*/
|
|
755
1067
|
ReasoningEnvironmentId?: string
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* 模型自动清理开关(true/false),当前版本仅支持SAVED_MODEL格式模型
|
|
1071
|
+
*/
|
|
1072
|
+
AutoClean?: string
|
|
1073
|
+
|
|
1074
|
+
/**
|
|
1075
|
+
* 模型数量保留上限(默认值为24个,上限为24,下限为1,步长为1)
|
|
1076
|
+
*/
|
|
1077
|
+
MaxReservedModels?: number
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* 模型清理周期(默认值为1分钟,上限为1440,下限为1分钟,步长为1)
|
|
1081
|
+
*/
|
|
1082
|
+
ModelCleanPeriod?: number
|
|
756
1083
|
}
|
|
757
1084
|
|
|
758
1085
|
/**
|
|
759
|
-
*
|
|
1086
|
+
* 表格数据集表头信息
|
|
760
1087
|
*/
|
|
761
|
-
export interface
|
|
1088
|
+
export interface SchemaInfo {
|
|
762
1089
|
/**
|
|
763
|
-
*
|
|
1090
|
+
* 长度30字符内
|
|
764
1091
|
*/
|
|
765
|
-
|
|
1092
|
+
Name: string
|
|
766
1093
|
|
|
767
1094
|
/**
|
|
768
|
-
*
|
|
1095
|
+
* 数据类型
|
|
769
1096
|
*/
|
|
770
|
-
|
|
1097
|
+
Type: string
|
|
771
1098
|
}
|
|
772
1099
|
|
|
773
1100
|
/**
|
|
@@ -790,6 +1117,16 @@ export interface StartCmdInfo {
|
|
|
790
1117
|
WorkerStartCmd?: string
|
|
791
1118
|
}
|
|
792
1119
|
|
|
1120
|
+
/**
|
|
1121
|
+
* DeleteBatchTask请求参数结构体
|
|
1122
|
+
*/
|
|
1123
|
+
export interface DeleteBatchTaskRequest {
|
|
1124
|
+
/**
|
|
1125
|
+
* 跑批任务ID
|
|
1126
|
+
*/
|
|
1127
|
+
BatchTaskId: string
|
|
1128
|
+
}
|
|
1129
|
+
|
|
793
1130
|
/**
|
|
794
1131
|
* DescribeTrainingModels返回参数结构体
|
|
795
1132
|
*/
|
|
@@ -810,6 +1147,22 @@ export interface DescribeTrainingModelsResponse {
|
|
|
810
1147
|
RequestId?: string
|
|
811
1148
|
}
|
|
812
1149
|
|
|
1150
|
+
/**
|
|
1151
|
+
* DescribeBatchTaskInstances返回参数结构体
|
|
1152
|
+
*/
|
|
1153
|
+
export interface DescribeBatchTaskInstancesResponse {
|
|
1154
|
+
/**
|
|
1155
|
+
* 实例集
|
|
1156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1157
|
+
*/
|
|
1158
|
+
BatchInstances: Array<BatchTaskInstance>
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1162
|
+
*/
|
|
1163
|
+
RequestId?: string
|
|
1164
|
+
}
|
|
1165
|
+
|
|
813
1166
|
/**
|
|
814
1167
|
* 资源配置
|
|
815
1168
|
*/
|
|
@@ -889,6 +1242,26 @@ TI.GN7.20XLARGE320.POST: 80C32
|
|
|
889
1242
|
InstanceTypeAlias?: string
|
|
890
1243
|
}
|
|
891
1244
|
|
|
1245
|
+
/**
|
|
1246
|
+
* 计费项内容
|
|
1247
|
+
*/
|
|
1248
|
+
export interface Spec {
|
|
1249
|
+
/**
|
|
1250
|
+
* 计费项标签
|
|
1251
|
+
*/
|
|
1252
|
+
SpecId: string
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* 计费项名称
|
|
1256
|
+
*/
|
|
1257
|
+
SpecName: string
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* 计费项显示名称
|
|
1261
|
+
*/
|
|
1262
|
+
SpecAlias: string
|
|
1263
|
+
}
|
|
1264
|
+
|
|
892
1265
|
/**
|
|
893
1266
|
* 训练指标
|
|
894
1267
|
*/
|
|
@@ -983,13 +1356,18 @@ DatasetScope,数据集范围,SCOPE_DATASET_PRIVATE或SCOPE_DATASET_PUBLIC
|
|
|
983
1356
|
}
|
|
984
1357
|
|
|
985
1358
|
/**
|
|
986
|
-
*
|
|
1359
|
+
* 框架版本以及对应的训练模式
|
|
987
1360
|
*/
|
|
988
|
-
export interface
|
|
1361
|
+
export interface FrameworkVersion {
|
|
989
1362
|
/**
|
|
990
|
-
*
|
|
1363
|
+
* 框架版本
|
|
991
1364
|
*/
|
|
992
|
-
|
|
1365
|
+
Version: string
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* 训练模式
|
|
1369
|
+
*/
|
|
1370
|
+
TrainingModes: Array<string>
|
|
993
1371
|
}
|
|
994
1372
|
|
|
995
1373
|
/**
|
|
@@ -1008,11 +1386,41 @@ export interface DescribeInferTemplatesResponse {
|
|
|
1008
1386
|
RequestId?: string
|
|
1009
1387
|
}
|
|
1010
1388
|
|
|
1389
|
+
/**
|
|
1390
|
+
* DescribeBillingSpecs请求参数结构体
|
|
1391
|
+
*/
|
|
1392
|
+
export interface DescribeBillingSpecsRequest {
|
|
1393
|
+
/**
|
|
1394
|
+
* 枚举值:TRAIN、NOTEBOOK、INFERENCE
|
|
1395
|
+
*/
|
|
1396
|
+
TaskType: string
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* 付费模式:POSTPAID_BY_HOUR后付费、PREPAID预付费
|
|
1400
|
+
*/
|
|
1401
|
+
ChargeType: string
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* 资源类型:CALC 计算资源、CPU CPU资源、GPU GPU资源、CBS云硬盘
|
|
1405
|
+
*/
|
|
1406
|
+
ResourceType?: string
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1011
1409
|
/**
|
|
1012
1410
|
* DescribeInferTemplates请求参数结构体
|
|
1013
1411
|
*/
|
|
1014
1412
|
export type DescribeInferTemplatesRequest = null
|
|
1015
1413
|
|
|
1414
|
+
/**
|
|
1415
|
+
* DescribeBatchTaskInstances请求参数结构体
|
|
1416
|
+
*/
|
|
1417
|
+
export interface DescribeBatchTaskInstancesRequest {
|
|
1418
|
+
/**
|
|
1419
|
+
* 跑批任务id
|
|
1420
|
+
*/
|
|
1421
|
+
BatchTaskId: string
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1016
1424
|
/**
|
|
1017
1425
|
* gpu 详情
|
|
1018
1426
|
*/
|
|
@@ -1035,6 +1443,27 @@ export interface GpuDetail {
|
|
|
1035
1443
|
*/
|
|
1036
1444
|
export type DescribeTrainingFrameworksRequest = null
|
|
1037
1445
|
|
|
1446
|
+
/**
|
|
1447
|
+
* DescribeBatchTasks返回参数结构体
|
|
1448
|
+
*/
|
|
1449
|
+
export interface DescribeBatchTasksResponse {
|
|
1450
|
+
/**
|
|
1451
|
+
* 数量
|
|
1452
|
+
*/
|
|
1453
|
+
TotalCount: number
|
|
1454
|
+
|
|
1455
|
+
/**
|
|
1456
|
+
* 任务集
|
|
1457
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1458
|
+
*/
|
|
1459
|
+
BatchTaskSet: Array<BatchTaskSetItem>
|
|
1460
|
+
|
|
1461
|
+
/**
|
|
1462
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1463
|
+
*/
|
|
1464
|
+
RequestId?: string
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1038
1467
|
/**
|
|
1039
1468
|
* 图像检测参数信息
|
|
1040
1469
|
*/
|
|
@@ -1194,49 +1623,157 @@ export interface DatasetInfo {
|
|
|
1194
1623
|
StorageDataPath: CosPathInfo
|
|
1195
1624
|
|
|
1196
1625
|
/**
|
|
1197
|
-
* 数据集输出cos路径
|
|
1626
|
+
* 数据集输出cos路径
|
|
1627
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1628
|
+
*/
|
|
1629
|
+
StorageLabelPath: CosPathInfo
|
|
1630
|
+
|
|
1631
|
+
/**
|
|
1632
|
+
* 数据集标注状态
|
|
1633
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1634
|
+
*/
|
|
1635
|
+
AnnotationStatus: string
|
|
1636
|
+
|
|
1637
|
+
/**
|
|
1638
|
+
* 数据集类型
|
|
1639
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1640
|
+
*/
|
|
1641
|
+
AnnotationType: string
|
|
1642
|
+
|
|
1643
|
+
/**
|
|
1644
|
+
* 数据集标注格式
|
|
1645
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1646
|
+
*/
|
|
1647
|
+
AnnotationFormat: string
|
|
1648
|
+
|
|
1649
|
+
/**
|
|
1650
|
+
* 数据集范围
|
|
1651
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1652
|
+
*/
|
|
1653
|
+
DatasetScope: string
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
/**
|
|
1657
|
+
* Tag过滤参数
|
|
1658
|
+
*/
|
|
1659
|
+
export interface TagFilter {
|
|
1660
|
+
/**
|
|
1661
|
+
* 标签键
|
|
1662
|
+
*/
|
|
1663
|
+
TagKey?: string
|
|
1664
|
+
|
|
1665
|
+
/**
|
|
1666
|
+
* 多个标签值
|
|
1667
|
+
*/
|
|
1668
|
+
TagValues?: Array<string>
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
/**
|
|
1672
|
+
* 出参类型
|
|
1673
|
+
*/
|
|
1674
|
+
export interface BatchTaskSetItem {
|
|
1675
|
+
/**
|
|
1676
|
+
* 跑批任务ID
|
|
1677
|
+
*/
|
|
1678
|
+
BatchTaskId: string
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* 跑批任务名称
|
|
1682
|
+
*/
|
|
1683
|
+
BatchTaskName: string
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* 模型信息
|
|
1687
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1688
|
+
*/
|
|
1689
|
+
ModelInfo: ModelInfo
|
|
1690
|
+
|
|
1691
|
+
/**
|
|
1692
|
+
* 镜像信息
|
|
1693
|
+
*/
|
|
1694
|
+
ImageInfo: ImageInfo
|
|
1695
|
+
|
|
1696
|
+
/**
|
|
1697
|
+
* 计费模式
|
|
1698
|
+
*/
|
|
1699
|
+
ChargeType: string
|
|
1700
|
+
|
|
1701
|
+
/**
|
|
1702
|
+
* 计费状态,eg:BILLING计费中,ARREARS_STOP欠费停止,NOT_BILLING不在计费中
|
|
1703
|
+
*/
|
|
1704
|
+
ChargeStatus: string
|
|
1705
|
+
|
|
1706
|
+
/**
|
|
1707
|
+
* 预付费专用资源组
|
|
1708
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1709
|
+
*/
|
|
1710
|
+
ResourceGroupId: string
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* 资源配置
|
|
1714
|
+
*/
|
|
1715
|
+
ResourceConfigInfo: ResourceConfigInfo
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* 标签配置
|
|
1719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1720
|
+
*/
|
|
1721
|
+
Tags: Array<Tag>
|
|
1722
|
+
|
|
1723
|
+
/**
|
|
1724
|
+
* 任务状态
|
|
1725
|
+
*/
|
|
1726
|
+
Status: string
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* 运行时长
|
|
1730
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1731
|
+
*/
|
|
1732
|
+
RuntimeInSeconds: number
|
|
1733
|
+
|
|
1734
|
+
/**
|
|
1735
|
+
* 创建时间
|
|
1736
|
+
*/
|
|
1737
|
+
CreateTime: string
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* 开始时间
|
|
1198
1741
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1199
1742
|
*/
|
|
1200
|
-
|
|
1743
|
+
StartTime: string
|
|
1201
1744
|
|
|
1202
1745
|
/**
|
|
1203
|
-
*
|
|
1746
|
+
* 结束时间
|
|
1204
1747
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1205
1748
|
*/
|
|
1206
|
-
|
|
1749
|
+
EndTime: string
|
|
1207
1750
|
|
|
1208
1751
|
/**
|
|
1209
|
-
*
|
|
1752
|
+
* 更新时间
|
|
1210
1753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1211
1754
|
*/
|
|
1212
|
-
|
|
1755
|
+
UpdateTime: string
|
|
1213
1756
|
|
|
1214
1757
|
/**
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
AnnotationFormat: string
|
|
1758
|
+
* 输出
|
|
1759
|
+
*/
|
|
1760
|
+
Outputs: Array<DataConfig>
|
|
1219
1761
|
|
|
1220
1762
|
/**
|
|
1221
|
-
*
|
|
1763
|
+
* 预付费专用资源组名称
|
|
1222
1764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1223
1765
|
*/
|
|
1224
|
-
|
|
1225
|
-
}
|
|
1766
|
+
ResourceGroupName: string
|
|
1226
1767
|
|
|
1227
|
-
/**
|
|
1228
|
-
* Tag过滤参数
|
|
1229
|
-
*/
|
|
1230
|
-
export interface TagFilter {
|
|
1231
1768
|
/**
|
|
1232
|
-
*
|
|
1769
|
+
* 失败原因
|
|
1233
1770
|
*/
|
|
1234
|
-
|
|
1771
|
+
FailureReason: string
|
|
1235
1772
|
|
|
1236
1773
|
/**
|
|
1237
|
-
*
|
|
1774
|
+
* 计费金额信息,eg:2.00元/小时 (for后付费)
|
|
1238
1775
|
*/
|
|
1239
|
-
|
|
1776
|
+
BillingInfo: string
|
|
1240
1777
|
}
|
|
1241
1778
|
|
|
1242
1779
|
/**
|
|
@@ -1501,29 +2038,72 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:手动续费(取消自动续费)且到期不
|
|
|
1501
2038
|
}
|
|
1502
2039
|
|
|
1503
2040
|
/**
|
|
1504
|
-
*
|
|
2041
|
+
* DescribeBillingSpecs返回参数结构体
|
|
1505
2042
|
*/
|
|
1506
|
-
export interface
|
|
2043
|
+
export interface DescribeBillingSpecsResponse {
|
|
1507
2044
|
/**
|
|
1508
|
-
*
|
|
2045
|
+
* 计费项列表
|
|
1509
2046
|
*/
|
|
1510
|
-
|
|
2047
|
+
Specs: Array<Spec>
|
|
1511
2048
|
|
|
1512
2049
|
/**
|
|
1513
|
-
*
|
|
2050
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1514
2051
|
*/
|
|
1515
|
-
|
|
2052
|
+
RequestId?: string
|
|
2053
|
+
}
|
|
1516
2054
|
|
|
2055
|
+
/**
|
|
2056
|
+
* DeleteTrainingTask返回参数结构体
|
|
2057
|
+
*/
|
|
2058
|
+
export interface DeleteTrainingTaskResponse {
|
|
1517
2059
|
/**
|
|
1518
|
-
*
|
|
2060
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1519
2061
|
*/
|
|
1520
|
-
|
|
2062
|
+
RequestId?: string
|
|
1521
2063
|
}
|
|
1522
2064
|
|
|
1523
2065
|
/**
|
|
1524
|
-
*
|
|
2066
|
+
* 批处理任务实例
|
|
1525
2067
|
*/
|
|
1526
|
-
export interface
|
|
2068
|
+
export interface BatchTaskInstance {
|
|
2069
|
+
/**
|
|
2070
|
+
* 任务实例id
|
|
2071
|
+
*/
|
|
2072
|
+
BatchTaskInstanceId: string
|
|
2073
|
+
|
|
2074
|
+
/**
|
|
2075
|
+
* 开始时间
|
|
2076
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
|
+
*/
|
|
2078
|
+
StartTime: string
|
|
2079
|
+
|
|
2080
|
+
/**
|
|
2081
|
+
* 结束时间
|
|
2082
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2083
|
+
*/
|
|
2084
|
+
EndTime: string
|
|
2085
|
+
|
|
2086
|
+
/**
|
|
2087
|
+
* 任务状态
|
|
2088
|
+
*/
|
|
2089
|
+
Status: string
|
|
2090
|
+
|
|
2091
|
+
/**
|
|
2092
|
+
* 运行时长
|
|
2093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2094
|
+
*/
|
|
2095
|
+
RuntimeInSeconds: number
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* CreateBatchTask返回参数结构体
|
|
2100
|
+
*/
|
|
2101
|
+
export interface CreateBatchTaskResponse {
|
|
2102
|
+
/**
|
|
2103
|
+
* 跑批任务ID
|
|
2104
|
+
*/
|
|
2105
|
+
BatchTaskId: string
|
|
2106
|
+
|
|
1527
2107
|
/**
|
|
1528
2108
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1529
2109
|
*/
|
|
@@ -1673,6 +2253,16 @@ export interface DatasetGroup {
|
|
|
1673
2253
|
DatasetScope: string
|
|
1674
2254
|
}
|
|
1675
2255
|
|
|
2256
|
+
/**
|
|
2257
|
+
* 数据集结构体
|
|
2258
|
+
*/
|
|
2259
|
+
export interface DataSetConfig {
|
|
2260
|
+
/**
|
|
2261
|
+
* 数据集ID
|
|
2262
|
+
*/
|
|
2263
|
+
Id: string
|
|
2264
|
+
}
|
|
2265
|
+
|
|
1676
2266
|
/**
|
|
1677
2267
|
* 训练数据
|
|
1678
2268
|
*/
|
|
@@ -1756,13 +2346,23 @@ export interface GroupResource {
|
|
|
1756
2346
|
}
|
|
1757
2347
|
|
|
1758
2348
|
/**
|
|
1759
|
-
*
|
|
2349
|
+
* DeleteTrainingModel请求参数结构体
|
|
1760
2350
|
*/
|
|
1761
|
-
export interface
|
|
2351
|
+
export interface DeleteTrainingModelRequest {
|
|
1762
2352
|
/**
|
|
1763
|
-
*
|
|
2353
|
+
* 模型ID
|
|
1764
2354
|
*/
|
|
1765
|
-
|
|
2355
|
+
TrainingModelId: string
|
|
2356
|
+
|
|
2357
|
+
/**
|
|
2358
|
+
* 是否同步清理cos
|
|
2359
|
+
*/
|
|
2360
|
+
EnableDeleteCos?: boolean
|
|
2361
|
+
|
|
2362
|
+
/**
|
|
2363
|
+
* 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有
|
|
2364
|
+
*/
|
|
2365
|
+
ModelVersionType?: string
|
|
1766
2366
|
}
|
|
1767
2367
|
|
|
1768
2368
|
/**
|
|
@@ -1800,6 +2400,58 @@ export interface Filter {
|
|
|
1800
2400
|
Fuzzy?: boolean
|
|
1801
2401
|
}
|
|
1802
2402
|
|
|
2403
|
+
/**
|
|
2404
|
+
* DeleteBatchTask返回参数结构体
|
|
2405
|
+
*/
|
|
2406
|
+
export interface DeleteBatchTaskResponse {
|
|
2407
|
+
/**
|
|
2408
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2409
|
+
*/
|
|
2410
|
+
RequestId?: string
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
* DescribeBatchTasks请求参数结构体
|
|
2415
|
+
*/
|
|
2416
|
+
export interface DescribeBatchTasksRequest {
|
|
2417
|
+
/**
|
|
2418
|
+
* 过滤器,eg:[{ "Name": "Id", "Values": ["train-23091792777383936"] }]
|
|
2419
|
+
|
|
2420
|
+
取值范围:
|
|
2421
|
+
Name(名称):task1
|
|
2422
|
+
Id(task ID):train-23091792777383936
|
|
2423
|
+
Status(状态):STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED
|
|
2424
|
+
ChargeType(计费类型):PREPAID(预付费)/ POSTPAID_BY_HOUR(后付费)
|
|
2425
|
+
CHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)
|
|
2426
|
+
*/
|
|
2427
|
+
Filters?: Array<Filter>
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* 标签过滤器,eg:[{ "TagKey": "TagKeyA", "TagValue": ["TagValueA"] }]
|
|
2431
|
+
*/
|
|
2432
|
+
TagFilters?: Array<TagFilter>
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* 偏移量,默认为0
|
|
2436
|
+
*/
|
|
2437
|
+
Offset?: number
|
|
2438
|
+
|
|
2439
|
+
/**
|
|
2440
|
+
* 返回数量,默认为10,最大为50
|
|
2441
|
+
*/
|
|
2442
|
+
Limit?: number
|
|
2443
|
+
|
|
2444
|
+
/**
|
|
2445
|
+
* 输出列表的排列顺序。取值范围:ASC(升序排列)/ DESC(降序排列),默认为DESC
|
|
2446
|
+
*/
|
|
2447
|
+
Order?: string
|
|
2448
|
+
|
|
2449
|
+
/**
|
|
2450
|
+
* 排序的依据字段, 取值范围 "CreateTime" "UpdateTime"
|
|
2451
|
+
*/
|
|
2452
|
+
OrderField?: string
|
|
2453
|
+
}
|
|
2454
|
+
|
|
1803
2455
|
/**
|
|
1804
2456
|
* CreateDataset请求参数结构体
|
|
1805
2457
|
*/
|
|
@@ -1869,6 +2521,16 @@ ANNOTATION_FORMAT_FILE,文件目录结构
|
|
|
1869
2521
|
IsSchemaExisted?: boolean
|
|
1870
2522
|
}
|
|
1871
2523
|
|
|
2524
|
+
/**
|
|
2525
|
+
* StopBatchTask返回参数结构体
|
|
2526
|
+
*/
|
|
2527
|
+
export interface StopBatchTaskResponse {
|
|
2528
|
+
/**
|
|
2529
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2530
|
+
*/
|
|
2531
|
+
RequestId?: string
|
|
2532
|
+
}
|
|
2533
|
+
|
|
1872
2534
|
/**
|
|
1873
2535
|
* 模型列表
|
|
1874
2536
|
*/
|
|
@@ -2284,6 +2946,28 @@ export interface DescribeTrainingTasksResponse {
|
|
|
2284
2946
|
RequestId?: string
|
|
2285
2947
|
}
|
|
2286
2948
|
|
|
2949
|
+
/**
|
|
2950
|
+
* 跑批任务周期描述
|
|
2951
|
+
*/
|
|
2952
|
+
export interface CronInfo {
|
|
2953
|
+
/**
|
|
2954
|
+
* cron配置
|
|
2955
|
+
*/
|
|
2956
|
+
CronConfig: string
|
|
2957
|
+
|
|
2958
|
+
/**
|
|
2959
|
+
* 周期开始时间
|
|
2960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2961
|
+
*/
|
|
2962
|
+
StartTime?: string
|
|
2963
|
+
|
|
2964
|
+
/**
|
|
2965
|
+
* 周期结束时间
|
|
2966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2967
|
+
*/
|
|
2968
|
+
EndTime?: string
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2287
2971
|
/**
|
|
2288
2972
|
* 框架信息列表
|
|
2289
2973
|
*/
|
|
@@ -2428,6 +3112,42 @@ export interface TrainingModelVersionDTO {
|
|
|
2428
3112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2429
3113
|
*/
|
|
2430
3114
|
TrainingModelFormat: string
|
|
3115
|
+
|
|
3116
|
+
/**
|
|
3117
|
+
* 模型版本类型
|
|
3118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3119
|
+
*/
|
|
3120
|
+
VersionType: string
|
|
3121
|
+
|
|
3122
|
+
/**
|
|
3123
|
+
* GPU类型
|
|
3124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3125
|
+
*/
|
|
3126
|
+
GPUType: string
|
|
3127
|
+
|
|
3128
|
+
/**
|
|
3129
|
+
* 模型自动清理开关
|
|
3130
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3131
|
+
*/
|
|
3132
|
+
AutoClean: string
|
|
3133
|
+
|
|
3134
|
+
/**
|
|
3135
|
+
* 模型清理周期
|
|
3136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3137
|
+
*/
|
|
3138
|
+
ModelCleanPeriod: number
|
|
3139
|
+
|
|
3140
|
+
/**
|
|
3141
|
+
* 模型数量保留上限
|
|
3142
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3143
|
+
*/
|
|
3144
|
+
MaxReservedModels: number
|
|
3145
|
+
|
|
3146
|
+
/**
|
|
3147
|
+
* 模型热更新目录
|
|
3148
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3149
|
+
*/
|
|
3150
|
+
ModelHotUpdatePath: CosPathInfo
|
|
2431
3151
|
}
|
|
2432
3152
|
|
|
2433
3153
|
/**
|
|
@@ -2583,18 +3303,18 @@ export interface TrainingTaskSetItem {
|
|
|
2583
3303
|
}
|
|
2584
3304
|
|
|
2585
3305
|
/**
|
|
2586
|
-
*
|
|
3306
|
+
* DescribeTrainingModelVersions返回参数结构体
|
|
2587
3307
|
*/
|
|
2588
|
-
export interface
|
|
3308
|
+
export interface DescribeTrainingModelVersionsResponse {
|
|
2589
3309
|
/**
|
|
2590
|
-
*
|
|
3310
|
+
* 模型版本列表
|
|
2591
3311
|
*/
|
|
2592
|
-
|
|
3312
|
+
TrainingModelVersions: Array<TrainingModelVersionDTO>
|
|
2593
3313
|
|
|
2594
3314
|
/**
|
|
2595
|
-
*
|
|
3315
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2596
3316
|
*/
|
|
2597
|
-
|
|
3317
|
+
RequestId?: string
|
|
2598
3318
|
}
|
|
2599
3319
|
|
|
2600
3320
|
/**
|
|
@@ -2638,7 +3358,7 @@ export interface DataConfig {
|
|
|
2638
3358
|
MappingPath: string
|
|
2639
3359
|
|
|
2640
3360
|
/**
|
|
2641
|
-
* DATASET、COS、CFS、HDFS
|
|
3361
|
+
* DATASET、COS、CFS、HDFS、WEDATA_HDFS
|
|
2642
3362
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2643
3363
|
*/
|
|
2644
3364
|
DataSourceType: string
|
|
@@ -2668,6 +3388,16 @@ export interface DataConfig {
|
|
|
2668
3388
|
HDFSSource: HDFSConfig
|
|
2669
3389
|
}
|
|
2670
3390
|
|
|
3391
|
+
/**
|
|
3392
|
+
* DescribeTrainingModelVersion请求参数结构体
|
|
3393
|
+
*/
|
|
3394
|
+
export interface DescribeTrainingModelVersionRequest {
|
|
3395
|
+
/**
|
|
3396
|
+
* 模型版本ID
|
|
3397
|
+
*/
|
|
3398
|
+
TrainingModelVersionId: string
|
|
3399
|
+
}
|
|
3400
|
+
|
|
2671
3401
|
/**
|
|
2672
3402
|
* PushTrainingMetrics返回参数结构体
|
|
2673
3403
|
*/
|
|
@@ -2843,6 +3573,23 @@ Filter.Fuzzy取值:true/false,是否支持模糊匹配
|
|
|
2843
3573
|
TagFilters?: Array<TagFilter>
|
|
2844
3574
|
}
|
|
2845
3575
|
|
|
3576
|
+
/**
|
|
3577
|
+
* 点信息描述
|
|
3578
|
+
*/
|
|
3579
|
+
export interface PointInfo {
|
|
3580
|
+
/**
|
|
3581
|
+
* X坐标值
|
|
3582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3583
|
+
*/
|
|
3584
|
+
X: number
|
|
3585
|
+
|
|
3586
|
+
/**
|
|
3587
|
+
* Y坐标值
|
|
3588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3589
|
+
*/
|
|
3590
|
+
Y: number
|
|
3591
|
+
}
|
|
3592
|
+
|
|
2846
3593
|
/**
|
|
2847
3594
|
* 资源组
|
|
2848
3595
|
*/
|
|
@@ -2907,6 +3654,22 @@ export interface DescribeTrainingTaskResponse {
|
|
|
2907
3654
|
RequestId?: string
|
|
2908
3655
|
}
|
|
2909
3656
|
|
|
3657
|
+
/**
|
|
3658
|
+
* DescribeBatchTask返回参数结构体
|
|
3659
|
+
*/
|
|
3660
|
+
export interface DescribeBatchTaskResponse {
|
|
3661
|
+
/**
|
|
3662
|
+
* 跑批任务详情
|
|
3663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3664
|
+
*/
|
|
3665
|
+
BatchTaskDetail: BatchTaskDetail
|
|
3666
|
+
|
|
3667
|
+
/**
|
|
3668
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3669
|
+
*/
|
|
3670
|
+
RequestId?: string
|
|
3671
|
+
}
|
|
3672
|
+
|
|
2910
3673
|
/**
|
|
2911
3674
|
* 指标数据
|
|
2912
3675
|
*/
|