tencentcloud-sdk-nodejs 4.1.209 → 4.1.211
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/es/common/sdk_version.js +1 -1
- package/es/services/btoe/index.js +2 -2
- package/es/services/cfw/v20190904/cfw_client.js +8 -2
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/dts/index.js +2 -2
- package/es/services/eis/index.js +2 -2
- package/es/services/facefusion/index.js +2 -2
- package/es/services/iai/index.js +2 -2
- package/es/services/iotvideo/index.js +2 -2
- package/es/services/irp/index.js +2 -2
- package/es/services/monitor/index.js +2 -2
- package/es/services/omics/v20221128/omics_client.js +18 -0
- package/es/services/rce/index.js +2 -2
- package/es/services/tbp/index.js +2 -2
- package/es/services/thpc/index.js +4 -4
- package/es/services/tke/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vod/index.js +2 -2
- package/es/services/wedata/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +2 -2
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -1
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +48 -45
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +11 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +15 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4678 -4626
- package/tencentcloud/services/config/v20220802/config_models.d.ts +14 -14
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +15 -12
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +39 -124
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +81 -18
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/monitor/index.d.ts +4 -4
- package/tencentcloud/services/monitor/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +56 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +85 -21
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +25 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +36 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +543 -142
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +12 -12
- package/tencentcloud/services/rce/index.d.ts +4 -4
- package/tencentcloud/services/rce/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vod/index.d.ts +4 -4
- package/tencentcloud/services/vod/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +104 -21
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
|
@@ -237,7 +237,7 @@ export interface CallInfo {
|
|
|
237
237
|
*/
|
|
238
238
|
export interface CreateInferServiceByTemplateResponse {
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* <p>服务ID</p>
|
|
241
241
|
*/
|
|
242
242
|
ServiceId?: string;
|
|
243
243
|
/**
|
|
@@ -640,25 +640,29 @@ export interface DescribeServicesRequest {
|
|
|
640
640
|
*/
|
|
641
641
|
export interface ContainerInfo {
|
|
642
642
|
/**
|
|
643
|
-
*
|
|
643
|
+
* <p>镜像相关信息</p>
|
|
644
644
|
*/
|
|
645
645
|
Image?: ImageInfo;
|
|
646
646
|
/**
|
|
647
|
-
*
|
|
647
|
+
* <p>服务监听端口</p>
|
|
648
648
|
*/
|
|
649
649
|
Port?: string;
|
|
650
650
|
/**
|
|
651
|
-
*
|
|
651
|
+
* <p>启动命令</p>
|
|
652
652
|
*/
|
|
653
653
|
Scripts?: Array<string>;
|
|
654
654
|
/**
|
|
655
|
-
*
|
|
655
|
+
* <p>环境变量列表</p>
|
|
656
656
|
*/
|
|
657
657
|
Envs?: Array<EnvParam>;
|
|
658
658
|
/**
|
|
659
|
-
*
|
|
659
|
+
* <p>存储挂载配置</p>
|
|
660
660
|
*/
|
|
661
661
|
Storages?: Array<StorageInfo>;
|
|
662
|
+
/**
|
|
663
|
+
* <p>探针信息</p>
|
|
664
|
+
*/
|
|
665
|
+
Probe?: ProbeInfo;
|
|
662
666
|
}
|
|
663
667
|
/**
|
|
664
668
|
* DescribeInstances返回参数结构体
|
|
@@ -679,6 +683,19 @@ export interface DescribeInstancesResponse {
|
|
|
679
683
|
*/
|
|
680
684
|
RequestId?: string;
|
|
681
685
|
}
|
|
686
|
+
/**
|
|
687
|
+
* 服务元数据信息,如服务名
|
|
688
|
+
*/
|
|
689
|
+
export interface ServiceMetaData {
|
|
690
|
+
/**
|
|
691
|
+
* 服务名称
|
|
692
|
+
*/
|
|
693
|
+
ServiceName?: string;
|
|
694
|
+
/**
|
|
695
|
+
* 收费类型
|
|
696
|
+
*/
|
|
697
|
+
ServiceChargeType?: string;
|
|
698
|
+
}
|
|
682
699
|
/**
|
|
683
700
|
* 环境变量键值对
|
|
684
701
|
*/
|
|
@@ -800,6 +817,35 @@ export interface RegionInfo {
|
|
|
800
817
|
*/
|
|
801
818
|
ScholarRocketSupportState?: string;
|
|
802
819
|
}
|
|
820
|
+
/**
|
|
821
|
+
* 探针配置信息
|
|
822
|
+
*/
|
|
823
|
+
export interface ProbeConfig {
|
|
824
|
+
/**
|
|
825
|
+
* <p>HTTP GET请求进行健康检查</p>
|
|
826
|
+
*/
|
|
827
|
+
HttpGet?: HttpConfig;
|
|
828
|
+
/**
|
|
829
|
+
* <p>容器启动后,等待多少秒开始第一次探测</p>
|
|
830
|
+
*/
|
|
831
|
+
InitialDelaySeconds?: number;
|
|
832
|
+
/**
|
|
833
|
+
* <p>每次执行探测的间隔时间(秒)</p>
|
|
834
|
+
*/
|
|
835
|
+
PeriodSeconds?: number;
|
|
836
|
+
/**
|
|
837
|
+
* <p>每次探测等待响应的超时时间(秒)</p>
|
|
838
|
+
*/
|
|
839
|
+
TimeoutSeconds?: number;
|
|
840
|
+
/**
|
|
841
|
+
* <p>探测失败后,最小连续成功次数才被认为成功</p>
|
|
842
|
+
*/
|
|
843
|
+
SuccessThreshold?: number;
|
|
844
|
+
/**
|
|
845
|
+
* <p>探测失败后,Kubernetes的重试次数</p>
|
|
846
|
+
*/
|
|
847
|
+
FailureThreshold?: number;
|
|
848
|
+
}
|
|
803
849
|
/**
|
|
804
850
|
* DescribeInstances请求参数结构体
|
|
805
851
|
*/
|
|
@@ -1037,17 +1083,21 @@ export interface CreateMuskPromptResponse {
|
|
|
1037
1083
|
RequestId?: string;
|
|
1038
1084
|
}
|
|
1039
1085
|
/**
|
|
1040
|
-
*
|
|
1086
|
+
* 探针信息
|
|
1041
1087
|
*/
|
|
1042
|
-
export interface
|
|
1088
|
+
export interface ProbeInfo {
|
|
1043
1089
|
/**
|
|
1044
|
-
*
|
|
1090
|
+
* <p>存活探针</p>
|
|
1045
1091
|
*/
|
|
1046
|
-
|
|
1092
|
+
LivenessProbe?: ProbeConfig;
|
|
1047
1093
|
/**
|
|
1048
|
-
*
|
|
1094
|
+
* <p>就绪探针</p>
|
|
1049
1095
|
*/
|
|
1050
|
-
|
|
1096
|
+
ReadinessProbe?: ProbeConfig;
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>启动探针</p>
|
|
1099
|
+
*/
|
|
1100
|
+
StartupProbe?: ProbeConfig;
|
|
1051
1101
|
}
|
|
1052
1102
|
/**
|
|
1053
1103
|
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
@@ -1070,27 +1120,27 @@ export interface Filter {
|
|
|
1070
1120
|
*/
|
|
1071
1121
|
export interface CreateInferServiceByTemplateRequest {
|
|
1072
1122
|
/**
|
|
1073
|
-
*
|
|
1123
|
+
* <p>模版ID</p>
|
|
1074
1124
|
*/
|
|
1075
1125
|
TemplateId: string;
|
|
1076
1126
|
/**
|
|
1077
|
-
*
|
|
1127
|
+
* <p>服务名称</p>
|
|
1078
1128
|
*/
|
|
1079
1129
|
ServiceName?: string;
|
|
1080
1130
|
/**
|
|
1081
|
-
*
|
|
1131
|
+
* <p>副本数</p>
|
|
1082
1132
|
*/
|
|
1083
1133
|
Replicas?: number;
|
|
1084
1134
|
/**
|
|
1085
|
-
*
|
|
1135
|
+
* <p>付费方式,POSTPAID_BY_HOUR按量后付费</p>
|
|
1086
1136
|
*/
|
|
1087
1137
|
ServiceChargeType?: string;
|
|
1088
1138
|
/**
|
|
1089
|
-
*
|
|
1139
|
+
* <p>描述了服务的超参数配置</p>
|
|
1090
1140
|
*/
|
|
1091
1141
|
HyperParam?: HyperParam;
|
|
1092
1142
|
/**
|
|
1093
|
-
*
|
|
1143
|
+
* <p>网络设置</p>
|
|
1094
1144
|
*/
|
|
1095
1145
|
NetworkSetting?: NetworkSetting;
|
|
1096
1146
|
}
|
|
@@ -1353,6 +1403,19 @@ export interface DescribeApplicationsResponse {
|
|
|
1353
1403
|
*/
|
|
1354
1404
|
RequestId?: string;
|
|
1355
1405
|
}
|
|
1406
|
+
/**
|
|
1407
|
+
* http配置信息
|
|
1408
|
+
*/
|
|
1409
|
+
export interface HttpConfig {
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>指定健康检查的URL路径</p>
|
|
1412
|
+
*/
|
|
1413
|
+
Path?: string;
|
|
1414
|
+
/**
|
|
1415
|
+
* <p>指定健康检查的端口</p>
|
|
1416
|
+
*/
|
|
1417
|
+
Port?: number;
|
|
1418
|
+
}
|
|
1356
1419
|
/**
|
|
1357
1420
|
* 套餐价格
|
|
1358
1421
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const iai: {
|
|
2
|
-
v20200303: {
|
|
3
|
-
Client: typeof import("./v20200303/iai_client").Client;
|
|
4
|
-
Models: typeof import("./v20200303/iai_models");
|
|
5
|
-
};
|
|
6
2
|
v20180301: {
|
|
7
3
|
Client: typeof import("./v20180301/iai_client").Client;
|
|
8
4
|
Models: typeof import("./v20180301/iai_models");
|
|
9
5
|
};
|
|
6
|
+
v20200303: {
|
|
7
|
+
Client: typeof import("./v20200303/iai_client").Client;
|
|
8
|
+
Models: typeof import("./v20200303/iai_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iai = void 0;
|
|
4
|
-
const v20200303_1 = require("./v20200303");
|
|
5
4
|
const v20180301_1 = require("./v20180301");
|
|
5
|
+
const v20200303_1 = require("./v20200303");
|
|
6
6
|
exports.iai = {
|
|
7
|
-
v20200303: v20200303_1.v20200303,
|
|
8
7
|
v20180301: v20180301_1.v20180301,
|
|
8
|
+
v20200303: v20200303_1.v20200303,
|
|
9
9
|
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const iotvideo: {
|
|
2
|
+
v20211125: {
|
|
3
|
+
Client: typeof import("./v20211125/iotvideo_client").Client;
|
|
4
|
+
Models: typeof import("./v20211125/iotvideo_models");
|
|
5
|
+
};
|
|
2
6
|
v20201215: {
|
|
3
7
|
Client: typeof import("./v20201215/iotvideo_client").Client;
|
|
4
8
|
Models: typeof import("./v20201215/iotvideo_models");
|
|
@@ -7,8 +11,4 @@ export declare const iotvideo: {
|
|
|
7
11
|
Client: typeof import("./v20191126/iotvideo_client").Client;
|
|
8
12
|
Models: typeof import("./v20191126/iotvideo_models");
|
|
9
13
|
};
|
|
10
|
-
v20211125: {
|
|
11
|
-
Client: typeof import("./v20211125/iotvideo_client").Client;
|
|
12
|
-
Models: typeof import("./v20211125/iotvideo_models");
|
|
13
|
-
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iotvideo = void 0;
|
|
4
|
+
const v20211125_1 = require("./v20211125");
|
|
4
5
|
const v20201215_1 = require("./v20201215");
|
|
5
6
|
const v20191126_1 = require("./v20191126");
|
|
6
|
-
const v20211125_1 = require("./v20211125");
|
|
7
7
|
exports.iotvideo = {
|
|
8
|
+
v20211125: v20211125_1.v20211125,
|
|
8
9
|
v20201215: v20201215_1.v20201215,
|
|
9
10
|
v20191126: v20191126_1.v20191126,
|
|
10
|
-
v20211125: v20211125_1.v20211125,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const irp: {
|
|
2
|
-
v20220324: {
|
|
3
|
-
Client: typeof import("./v20220324/irp_client").Client;
|
|
4
|
-
Models: typeof import("./v20220324/irp_models");
|
|
5
|
-
};
|
|
6
2
|
v20220805: {
|
|
7
3
|
Client: typeof import("./v20220805/irp_client").Client;
|
|
8
4
|
Models: typeof import("./v20220805/irp_models");
|
|
9
5
|
};
|
|
6
|
+
v20220324: {
|
|
7
|
+
Client: typeof import("./v20220324/irp_client").Client;
|
|
8
|
+
Models: typeof import("./v20220324/irp_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.irp = void 0;
|
|
4
|
-
const v20220324_1 = require("./v20220324");
|
|
5
4
|
const v20220805_1 = require("./v20220805");
|
|
5
|
+
const v20220324_1 = require("./v20220324");
|
|
6
6
|
exports.irp = {
|
|
7
|
-
v20220324: v20220324_1.v20220324,
|
|
8
7
|
v20220805: v20220805_1.v20220805,
|
|
8
|
+
v20220324: v20220324_1.v20220324,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const monitor: {
|
|
2
|
-
v20230616: {
|
|
3
|
-
Client: typeof import("./v20230616/monitor_client").Client;
|
|
4
|
-
Models: typeof import("./v20230616/monitor_models");
|
|
5
|
-
};
|
|
6
2
|
v20180724: {
|
|
7
3
|
Client: typeof import("./v20180724/monitor_client").Client;
|
|
8
4
|
Models: typeof import("./v20180724/monitor_models");
|
|
9
5
|
};
|
|
6
|
+
v20230616: {
|
|
7
|
+
Client: typeof import("./v20230616/monitor_client").Client;
|
|
8
|
+
Models: typeof import("./v20230616/monitor_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.monitor = void 0;
|
|
4
|
-
const v20230616_1 = require("./v20230616");
|
|
5
4
|
const v20180724_1 = require("./v20180724");
|
|
5
|
+
const v20230616_1 = require("./v20230616");
|
|
6
6
|
exports.monitor = {
|
|
7
|
-
v20230616: v20230616_1.v20230616,
|
|
8
7
|
v20180724: v20180724_1.v20180724,
|
|
8
|
+
v20230616: v20230616_1.v20230616,
|
|
9
9
|
};
|
|
@@ -38,7 +38,7 @@ export declare class Client extends AbstractClient {
|
|
|
38
38
|
/**
|
|
39
39
|
* Prometheus 内部动态 api 代理,仅内部使用
|
|
40
40
|
*/
|
|
41
|
-
ExportPrometheusReadOnlyDynamicAPI(req
|
|
41
|
+
ExportPrometheusReadOnlyDynamicAPI(req: ExportPrometheusReadOnlyDynamicAPIRequest, cb?: (error: string, rep: ExportPrometheusReadOnlyDynamicAPIResponse) => void): Promise<ExportPrometheusReadOnlyDynamicAPIResponse>;
|
|
42
42
|
/**
|
|
43
43
|
* 获取资源消耗页概览
|
|
44
44
|
*/
|
|
@@ -3221,7 +3221,32 @@ export interface DescribeServiceDiscoveryResponse {
|
|
|
3221
3221
|
/**
|
|
3222
3222
|
* ExportPrometheusReadOnlyDynamicAPI请求参数结构体
|
|
3223
3223
|
*/
|
|
3224
|
-
export
|
|
3224
|
+
export interface ExportPrometheusReadOnlyDynamicAPIRequest {
|
|
3225
|
+
/**
|
|
3226
|
+
* Prometheus 实例 ID
|
|
3227
|
+
*/
|
|
3228
|
+
InstanceId: string;
|
|
3229
|
+
/**
|
|
3230
|
+
* HTTP 方法名 GET/POST/PUT/DELETE 等
|
|
3231
|
+
*/
|
|
3232
|
+
Method: string;
|
|
3233
|
+
/**
|
|
3234
|
+
* HTTP 路径(包括 query string)
|
|
3235
|
+
*/
|
|
3236
|
+
Path: string;
|
|
3237
|
+
/**
|
|
3238
|
+
* HTTP 请求体,任何数据
|
|
3239
|
+
*/
|
|
3240
|
+
RequestBody?: string;
|
|
3241
|
+
/**
|
|
3242
|
+
* HTTP 请求头
|
|
3243
|
+
*/
|
|
3244
|
+
Headers?: Array<PrometheusStringKeyValuePair>;
|
|
3245
|
+
/**
|
|
3246
|
+
* 是否请求自监控数据。自监控仅支持 /api/v1/query 与 /api/v1/query_range 接口。
|
|
3247
|
+
*/
|
|
3248
|
+
SelfMonitor?: boolean;
|
|
3249
|
+
}
|
|
3225
3250
|
/**
|
|
3226
3251
|
* Prometheus 托管服务标签
|
|
3227
3252
|
*/
|
|
@@ -3929,6 +3954,10 @@ export interface DescribeMonitorTypesRequest {
|
|
|
3929
3954
|
* ExportPrometheusReadOnlyDynamicAPI返回参数结构体
|
|
3930
3955
|
*/
|
|
3931
3956
|
export interface ExportPrometheusReadOnlyDynamicAPIResponse {
|
|
3957
|
+
/**
|
|
3958
|
+
* HTTP 响应数据
|
|
3959
|
+
*/
|
|
3960
|
+
HTTP?: PrometheusDynamicAPIResponseHTTP;
|
|
3932
3961
|
/**
|
|
3933
3962
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3934
3963
|
*/
|
|
@@ -5126,6 +5155,19 @@ export interface UninstallGrafanaPluginsRequest {
|
|
|
5126
5155
|
*/
|
|
5127
5156
|
InstanceId: string;
|
|
5128
5157
|
}
|
|
5158
|
+
/**
|
|
5159
|
+
* Prometheus 通用字符串类型 kv
|
|
5160
|
+
*/
|
|
5161
|
+
export interface PrometheusStringKeyValuePair {
|
|
5162
|
+
/**
|
|
5163
|
+
* 键
|
|
5164
|
+
*/
|
|
5165
|
+
Key: string;
|
|
5166
|
+
/**
|
|
5167
|
+
* 值
|
|
5168
|
+
*/
|
|
5169
|
+
Value: string;
|
|
5170
|
+
}
|
|
5129
5171
|
/**
|
|
5130
5172
|
* DeleteSSOAccount返回参数结构体
|
|
5131
5173
|
*/
|
|
@@ -6920,6 +6962,19 @@ export interface NoticeBindPolicys {
|
|
|
6920
6962
|
*/
|
|
6921
6963
|
PolicyIds?: Array<string>;
|
|
6922
6964
|
}
|
|
6965
|
+
/**
|
|
6966
|
+
* Prometheus 内部动态 api 代理响应
|
|
6967
|
+
*/
|
|
6968
|
+
export interface PrometheusDynamicAPIResponseHTTP {
|
|
6969
|
+
/**
|
|
6970
|
+
* HTTP 状态码
|
|
6971
|
+
*/
|
|
6972
|
+
StatusCode?: number;
|
|
6973
|
+
/**
|
|
6974
|
+
* HTTP 响应体
|
|
6975
|
+
*/
|
|
6976
|
+
ResponseBody?: string;
|
|
6977
|
+
}
|
|
6923
6978
|
/**
|
|
6924
6979
|
* Prometheus告警规则
|
|
6925
6980
|
*/
|
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface AiAnalysisTaskHorizontalToVerticalInput {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* <p>视频智能横转竖模板 ID</p>
|
|
7
7
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
8
|
*/
|
|
9
9
|
Definition?: number;
|
|
10
|
+
/**
|
|
11
|
+
* <p>扩展参数。</p>
|
|
12
|
+
*/
|
|
13
|
+
ExtendedParameter?: string;
|
|
10
14
|
}
|
|
11
15
|
/**
|
|
12
16
|
* ModifySnapshotByTimeOffsetTemplate返回参数结构体
|
|
@@ -378,9 +382,13 @@ export interface Metadata {
|
|
|
378
382
|
*/
|
|
379
383
|
export interface AiAnalysisTaskClassificationInput {
|
|
380
384
|
/**
|
|
381
|
-
*
|
|
385
|
+
* <p>视频智能分类模板 ID。</p>
|
|
382
386
|
*/
|
|
383
387
|
Definition?: number;
|
|
388
|
+
/**
|
|
389
|
+
* <p>扩展参数。</p>
|
|
390
|
+
*/
|
|
391
|
+
ExtendedParameter?: string;
|
|
384
392
|
}
|
|
385
393
|
/**
|
|
386
394
|
* SVG水印模板输入参数
|
|
@@ -3924,9 +3932,13 @@ export interface FlowMediaAudio {
|
|
|
3924
3932
|
*/
|
|
3925
3933
|
export interface AiAnalysisTaskReelInput {
|
|
3926
3934
|
/**
|
|
3927
|
-
*
|
|
3935
|
+
* <p>智能成片模板 ID。</p>
|
|
3928
3936
|
*/
|
|
3929
3937
|
Definition?: number;
|
|
3938
|
+
/**
|
|
3939
|
+
* <p>扩展参数。</p>
|
|
3940
|
+
*/
|
|
3941
|
+
ExtendedParameter?: string;
|
|
3930
3942
|
}
|
|
3931
3943
|
/**
|
|
3932
3944
|
* DeleteStreamPackageLinearAssemblyProgram请求参数结构体
|
|
@@ -6596,9 +6608,13 @@ export interface ProhibitedAsrReviewTemplateInfoForUpdate {
|
|
|
6596
6608
|
*/
|
|
6597
6609
|
export interface AiAnalysisTaskCutoutInput {
|
|
6598
6610
|
/**
|
|
6599
|
-
*
|
|
6611
|
+
* <p>视频智能抠图模板 ID。</p>
|
|
6600
6612
|
*/
|
|
6601
6613
|
Definition: number;
|
|
6614
|
+
/**
|
|
6615
|
+
* <p>扩展参数。</p>
|
|
6616
|
+
*/
|
|
6617
|
+
ExtendedParameter?: string;
|
|
6602
6618
|
}
|
|
6603
6619
|
/**
|
|
6604
6620
|
* ModifyAnimatedGraphicsTemplate返回参数结构体
|
|
@@ -6798,9 +6814,13 @@ export interface PornConfigureInfoForUpdate {
|
|
|
6798
6814
|
*/
|
|
6799
6815
|
export interface AiAnalysisTaskSegmentInput {
|
|
6800
6816
|
/**
|
|
6801
|
-
*
|
|
6817
|
+
* <p>拆条任务模板 ID。</p>
|
|
6802
6818
|
*/
|
|
6803
6819
|
Definition?: number;
|
|
6820
|
+
/**
|
|
6821
|
+
* <p>扩展参数。</p>
|
|
6822
|
+
*/
|
|
6823
|
+
ExtendedParameter?: string;
|
|
6804
6824
|
}
|
|
6805
6825
|
/**
|
|
6806
6826
|
* Asr 文字涉黄信息
|
|
@@ -8934,9 +8954,13 @@ export interface DescribeStreamPackageLinearAssemblyChannelAlertsRequest {
|
|
|
8934
8954
|
*/
|
|
8935
8955
|
export interface AiAnalysisTaskDelLogoInput {
|
|
8936
8956
|
/**
|
|
8937
|
-
*
|
|
8957
|
+
* <p>视频智能擦除模板 ID。</p>
|
|
8938
8958
|
*/
|
|
8939
8959
|
Definition?: number;
|
|
8960
|
+
/**
|
|
8961
|
+
* <p>扩展参数。</p>
|
|
8962
|
+
*/
|
|
8963
|
+
ExtendedParameter?: string;
|
|
8940
8964
|
}
|
|
8941
8965
|
/**
|
|
8942
8966
|
* DescribeAigcImageTask返回参数结构体
|
|
@@ -10371,9 +10395,13 @@ export interface AsrWordsConfigureInfo {
|
|
|
10371
10395
|
*/
|
|
10372
10396
|
export interface AiAnalysisTaskVideoRemakeInput {
|
|
10373
10397
|
/**
|
|
10374
|
-
*
|
|
10398
|
+
* <p>视频智能去重模板 ID</p>
|
|
10375
10399
|
*/
|
|
10376
10400
|
Definition?: number;
|
|
10401
|
+
/**
|
|
10402
|
+
* <p>扩展参数。</p>
|
|
10403
|
+
*/
|
|
10404
|
+
ExtendedParameter?: string;
|
|
10377
10405
|
}
|
|
10378
10406
|
/**
|
|
10379
10407
|
* 直播 AI Asr 单词识别结果
|
|
@@ -13206,9 +13234,13 @@ export interface DeleteSampleSnapshotTemplateResponse {
|
|
|
13206
13234
|
*/
|
|
13207
13235
|
export interface AiAnalysisTaskTagInput {
|
|
13208
13236
|
/**
|
|
13209
|
-
*
|
|
13237
|
+
* <p>视频智能标签模板 ID。</p>
|
|
13210
13238
|
*/
|
|
13211
13239
|
Definition?: number;
|
|
13240
|
+
/**
|
|
13241
|
+
* <p>扩展参数。</p>
|
|
13242
|
+
*/
|
|
13243
|
+
ExtendedParameter?: string;
|
|
13212
13244
|
}
|
|
13213
13245
|
/**
|
|
13214
13246
|
* 智能描述结果类型
|
|
@@ -14333,9 +14365,13 @@ export interface CreateAsrHotwordsRequest {
|
|
|
14333
14365
|
*/
|
|
14334
14366
|
export interface AiAnalysisTaskHighlightInput {
|
|
14335
14367
|
/**
|
|
14336
|
-
*
|
|
14368
|
+
* <p>视频智能精彩片段模板 ID。</p>
|
|
14337
14369
|
*/
|
|
14338
14370
|
Definition?: number;
|
|
14371
|
+
/**
|
|
14372
|
+
* <p>扩展参数。</p>
|
|
14373
|
+
*/
|
|
14374
|
+
ExtendedParameter?: string;
|
|
14339
14375
|
}
|
|
14340
14376
|
/**
|
|
14341
14377
|
* 语音违禁任务控制参数
|
|
@@ -14493,9 +14529,13 @@ export interface ActionConfigInfo {
|
|
|
14493
14529
|
*/
|
|
14494
14530
|
export interface AiAnalysisTaskVideoComprehensionInput {
|
|
14495
14531
|
/**
|
|
14496
|
-
*
|
|
14532
|
+
* <p>视频(音频)理解模板ID</p>
|
|
14497
14533
|
*/
|
|
14498
14534
|
Definition?: number;
|
|
14535
|
+
/**
|
|
14536
|
+
* <p>扩展参数。</p>
|
|
14537
|
+
*/
|
|
14538
|
+
ExtendedParameter?: string;
|
|
14499
14539
|
}
|
|
14500
14540
|
/**
|
|
14501
14541
|
* 延播平滑吐流配置。
|
|
@@ -16767,9 +16807,13 @@ export interface DescribeTaskDetailRequest {
|
|
|
16767
16807
|
*/
|
|
16768
16808
|
export interface AiAnalysisTaskDubbingInput {
|
|
16769
16809
|
/**
|
|
16770
|
-
*
|
|
16810
|
+
* <p>视频译制模板 ID。</p>
|
|
16771
16811
|
*/
|
|
16772
16812
|
Definition?: number;
|
|
16813
|
+
/**
|
|
16814
|
+
* <p>扩展参数。</p>
|
|
16815
|
+
*/
|
|
16816
|
+
ExtendedParameter?: string;
|
|
16773
16817
|
}
|
|
16774
16818
|
/**
|
|
16775
16819
|
* 视频编辑/合成任务画布信息。
|
|
@@ -17986,9 +18030,13 @@ export interface LiveStreamAiReviewImagePornResult {
|
|
|
17986
18030
|
*/
|
|
17987
18031
|
export interface AiAnalysisTaskFrameTagInput {
|
|
17988
18032
|
/**
|
|
17989
|
-
*
|
|
18033
|
+
* <p>视频智能按帧标签模板 ID。</p>
|
|
17990
18034
|
*/
|
|
17991
18035
|
Definition?: number;
|
|
18036
|
+
/**
|
|
18037
|
+
* <p>扩展参数。</p>
|
|
18038
|
+
*/
|
|
18039
|
+
ExtendedParameter?: string;
|
|
17992
18040
|
}
|
|
17993
18041
|
/**
|
|
17994
18042
|
* 按帧标签片段列表
|
|
@@ -20232,27 +20280,31 @@ export interface LiveStreamProcessTask {
|
|
|
20232
20280
|
*/
|
|
20233
20281
|
export interface QualityControlData {
|
|
20234
20282
|
/**
|
|
20235
|
-
*
|
|
20283
|
+
* <p>为true时表示视频无音频轨。</p>
|
|
20236
20284
|
*/
|
|
20237
20285
|
NoAudio?: boolean;
|
|
20238
20286
|
/**
|
|
20239
|
-
*
|
|
20287
|
+
* <p>为true时表示视频无视频轨。</p>
|
|
20240
20288
|
*/
|
|
20241
20289
|
NoVideo?: boolean;
|
|
20242
20290
|
/**
|
|
20243
|
-
*
|
|
20291
|
+
* <p>视频无参考质量评分,百分制。</p>
|
|
20244
20292
|
*/
|
|
20245
20293
|
QualityEvaluationScore?: number;
|
|
20246
20294
|
/**
|
|
20247
|
-
*
|
|
20295
|
+
* <p>视频无参考质量评分,MOS分数。</p>
|
|
20248
20296
|
*/
|
|
20249
20297
|
QualityEvaluationMeanOpinionScore?: number;
|
|
20250
20298
|
/**
|
|
20251
|
-
*
|
|
20299
|
+
* <p>视频美学评分,范围:[0,100]。</p>
|
|
20300
|
+
*/
|
|
20301
|
+
AestheticEvaluationScore?: number;
|
|
20302
|
+
/**
|
|
20303
|
+
* <p>内容质检检出异常项。</p>
|
|
20252
20304
|
*/
|
|
20253
20305
|
QualityControlResultSet?: Array<QualityControlResult>;
|
|
20254
20306
|
/**
|
|
20255
|
-
*
|
|
20307
|
+
* <p>格式诊断检出异常项。</p>
|
|
20256
20308
|
*/
|
|
20257
20309
|
ContainerDiagnoseResultSet?: Array<ContainerDiagnoseResultItem>;
|
|
20258
20310
|
}
|
|
@@ -21233,9 +21285,13 @@ export interface AsrHotwordsSet {
|
|
|
21233
21285
|
*/
|
|
21234
21286
|
export interface AiAnalysisTaskHeadTailInput {
|
|
21235
21287
|
/**
|
|
21236
|
-
*
|
|
21288
|
+
* <p>片头片尾识别模板 ID。</p>
|
|
21237
21289
|
*/
|
|
21238
21290
|
Definition?: number;
|
|
21291
|
+
/**
|
|
21292
|
+
* <p>扩展参数。</p>
|
|
21293
|
+
*/
|
|
21294
|
+
ExtendedParameter?: string;
|
|
21239
21295
|
}
|
|
21240
21296
|
/**
|
|
21241
21297
|
* DeleteSubtitleEmbedTemplate返回参数结构体
|
|
@@ -24055,18 +24111,26 @@ export interface AiRecognitionTaskFaceResultItem {
|
|
|
24055
24111
|
*/
|
|
24056
24112
|
export interface AiAnalysisTaskDescriptionInput {
|
|
24057
24113
|
/**
|
|
24058
|
-
*
|
|
24114
|
+
* <p>视频智能描述模板 ID。</p>
|
|
24059
24115
|
*/
|
|
24060
24116
|
Definition?: number;
|
|
24117
|
+
/**
|
|
24118
|
+
* <p>扩展参数。</p>
|
|
24119
|
+
*/
|
|
24120
|
+
ExtendedParameter?: string;
|
|
24061
24121
|
}
|
|
24062
24122
|
/**
|
|
24063
24123
|
* 智能分类任务输入类型
|
|
24064
24124
|
*/
|
|
24065
24125
|
export interface AiAnalysisTaskCoverInput {
|
|
24066
24126
|
/**
|
|
24067
|
-
*
|
|
24127
|
+
* <p>视频智能封面模板 ID。</p>
|
|
24068
24128
|
*/
|
|
24069
24129
|
Definition?: number;
|
|
24130
|
+
/**
|
|
24131
|
+
* <p>扩展参数。</p>
|
|
24132
|
+
*/
|
|
24133
|
+
ExtendedParameter?: string;
|
|
24070
24134
|
}
|
|
24071
24135
|
/**
|
|
24072
24136
|
* RecognizeAudio请求参数结构体
|
|
@@ -264,6 +264,8 @@ export declare class Client extends AbstractClient {
|
|
|
264
264
|
FlightInvoiceOCR(req: FlightInvoiceOCRRequest, cb?: (error: string, rep: FlightInvoiceOCRResponse) => void): Promise<FlightInvoiceOCRResponse>;
|
|
265
265
|
/**
|
|
266
266
|
* 图像切边矫正增强是面向文档类图片提供的图像增强处理能力,包括切边增强、图像矫正、阴影去除、摩尔纹去除等;可以有效优化文档类的图片质量,提升文字的清晰度,可以作为所有识别场景的图像预处理原子能力,从而提升识别效果。
|
|
267
|
+
|
|
268
|
+
默认接口请求频率限制:5次/秒。
|
|
267
269
|
*/
|
|
268
270
|
CropEnhanceImageOCR(req: CropEnhanceImageOCRRequest, cb?: (error: string, rep: CropEnhanceImageOCRResponse) => void): Promise<CropEnhanceImageOCRResponse>;
|
|
269
271
|
/**
|
|
@@ -626,6 +628,8 @@ export declare class Client extends AbstractClient {
|
|
|
626
628
|
BankCardOCR(req: BankCardOCRRequest, cb?: (error: string, rep: BankCardOCRResponse) => void): Promise<BankCardOCRResponse>;
|
|
627
629
|
/**
|
|
628
630
|
* 本功能可自动清除试卷图片中的手写与批改痕迹,并输出洁净的空白试卷。也可以配合集成图像切边矫正技术,能自动定位、拉平试卷区域,从而在最优预处理基础上实现更佳的擦除效果。
|
|
631
|
+
|
|
632
|
+
默认接口请求频率限制:5次/秒。
|
|
629
633
|
*/
|
|
630
634
|
EraseHandwrittenImageOCR(req: EraseHandwrittenImageOCRRequest, cb?: (error: string, rep: EraseHandwrittenImageOCRResponse) => void): Promise<EraseHandwrittenImageOCRResponse>;
|
|
631
635
|
/**
|
|
@@ -760,6 +764,8 @@ export declare class Client extends AbstractClient {
|
|
|
760
764
|
RecognizeTableOCR(req: RecognizeTableOCRRequest, cb?: (error: string, rep: RecognizeTableOCRResponse) => void): Promise<RecognizeTableOCRResponse>;
|
|
761
765
|
/**
|
|
762
766
|
* 模型参数更小,速度更快。推荐场景:实时性要求高(30s以内)并且样本输入输出token2000以内,建议用实时模型。【备注:1.固定价格不限抽取字段数,2.自适应价格抽取字段大于10记两次费用,小于等于10记一次费用】
|
|
767
|
+
|
|
768
|
+
默认接口请求频率限制:5次/秒。
|
|
763
769
|
*/
|
|
764
770
|
ExtractDocAgent(req: ExtractDocAgentRequest, cb?: (error: string, rep: ExtractDocAgentResponse) => void): Promise<ExtractDocAgentResponse>;
|
|
765
771
|
/**
|