tencentcloud-sdk-nodejs 4.0.537 → 4.0.539
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 +441 -0
- package/SERVICE_CHANGELOG.md +445 -60
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -0
- package/src/services/bma/v20221115/bma_client.ts +79 -0
- package/src/services/bma/v20221115/bma_models.ts +146 -0
- package/src/services/bma/v20221115/index.ts +6 -0
- package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
- package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
- package/src/services/car/v20220110/car_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +35 -9
- package/src/services/cdb/v20170320/cdb_models.ts +54 -4
- package/src/services/cls/v20201016/cls_client.ts +3 -3
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/cwp/v20180228/cwp_models.ts +19 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
- package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
- package/src/services/dnspod/v20210323/dnspod_models.ts +536 -19
- package/src/services/domain/v20180808/domain_models.ts +15 -14
- package/src/services/emr/v20190103/emr_models.ts +6 -0
- package/src/services/ess/v20201111/ess_models.ts +32 -4
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +62 -4
- package/src/services/live/v20180801/live_client.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -5
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/tione/v20211111/tione_models.ts +42 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -13
- package/src/services/tsf/v20180326/tsf_models.ts +61 -7
- package/src/services/tts/v20190823/tts_models.ts +7 -3
- package/src/services/vod/v20180717/vod_client.ts +0 -1
- package/src/services/vod/v20180717/vod_models.ts +10 -17
- package/src/services/vpc/v20170312/vpc_client.ts +104 -92
- package/src/services/vpc/v20170312/vpc_models.ts +146 -115
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -0
- package/tencentcloud/services/bma/index.js +2 -0
- package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
- package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
- package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
- package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
- package/tencentcloud/services/bma/v20221115/index.js +9 -0
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
- package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +14 -4
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +48 -4
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +454 -17
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +15 -14
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -4
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +53 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.js +4 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +35 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -7
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +91 -87
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +93 -87
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +138 -111
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
- package/test/bma.v20221115.test.js +61 -0
- package/test/cdb.v20170320.test.js +22 -2
- package/test/cynosdb.v20190107.test.js +14 -4
- package/test/dnspod.v20210323.test.js +74 -14
- package/test/lcic.v20220817.test.js +10 -0
- package/test/vpc.v20170312.test.js +12 -2
|
@@ -432,71 +432,71 @@ export interface CheckDomainResponse {
|
|
|
432
432
|
/**
|
|
433
433
|
* 所查询域名名称
|
|
434
434
|
*/
|
|
435
|
-
DomainName
|
|
435
|
+
DomainName?: string
|
|
436
436
|
|
|
437
437
|
/**
|
|
438
438
|
* 是否能够注册
|
|
439
439
|
*/
|
|
440
|
-
Available
|
|
440
|
+
Available?: boolean
|
|
441
441
|
|
|
442
442
|
/**
|
|
443
443
|
* 不能注册原因
|
|
444
444
|
*/
|
|
445
|
-
Reason
|
|
445
|
+
Reason?: string
|
|
446
446
|
|
|
447
447
|
/**
|
|
448
448
|
* 是否是溢价词
|
|
449
449
|
*/
|
|
450
|
-
Premium
|
|
450
|
+
Premium?: boolean
|
|
451
451
|
|
|
452
452
|
/**
|
|
453
453
|
* 域名价格
|
|
454
454
|
*/
|
|
455
|
-
Price
|
|
455
|
+
Price?: number
|
|
456
456
|
|
|
457
457
|
/**
|
|
458
458
|
* 是否是敏感词
|
|
459
459
|
*/
|
|
460
|
-
BlackWord
|
|
460
|
+
BlackWord?: boolean
|
|
461
461
|
|
|
462
462
|
/**
|
|
463
463
|
* 溢价词描述
|
|
464
464
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
465
465
|
*/
|
|
466
|
-
Describe
|
|
466
|
+
Describe?: string
|
|
467
467
|
|
|
468
468
|
/**
|
|
469
469
|
* 溢价词的续费价格
|
|
470
470
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
471
471
|
*/
|
|
472
|
-
FeeRenew
|
|
472
|
+
FeeRenew?: number
|
|
473
473
|
|
|
474
474
|
/**
|
|
475
475
|
* 域名真实价格, 溢价词时价格跟年限有关,非溢价词时价格为1年的价格
|
|
476
476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
477
477
|
*/
|
|
478
|
-
RealPrice
|
|
478
|
+
RealPrice?: number
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* 溢价词的转入价格
|
|
482
482
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
483
483
|
*/
|
|
484
|
-
FeeTransfer
|
|
484
|
+
FeeTransfer?: number
|
|
485
485
|
|
|
486
486
|
/**
|
|
487
487
|
* 溢价词的赎回价格
|
|
488
488
|
*/
|
|
489
|
-
FeeRestore
|
|
489
|
+
FeeRestore?: number
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
492
|
* 检测年限
|
|
493
493
|
*/
|
|
494
|
-
Period
|
|
494
|
+
Period?: number
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
497
|
* 是否支持北京备案 true 支持 false 不支持
|
|
498
498
|
*/
|
|
499
|
-
RecordSupport
|
|
499
|
+
RecordSupport?: boolean
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -913,7 +913,7 @@ export interface DescribeDomainPriceListResponse {
|
|
|
913
913
|
/**
|
|
914
914
|
* 域名价格列表
|
|
915
915
|
*/
|
|
916
|
-
PriceList
|
|
916
|
+
PriceList?: Array<PriceInfo>
|
|
917
917
|
|
|
918
918
|
/**
|
|
919
919
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1074,6 +1074,7 @@ false 不是
|
|
|
1074
1074
|
* 是否已设置自动续费 。
|
|
1075
1075
|
0:未设置
|
|
1076
1076
|
1:已设置
|
|
1077
|
+
2:设置后,关闭
|
|
1077
1078
|
*/
|
|
1078
1079
|
AutoRenew: number
|
|
1079
1080
|
|
|
@@ -466,9 +466,32 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
|
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
/**
|
|
469
|
-
*
|
|
469
|
+
* 主企业代子企业操作 或 渠道子客应用相关信息
|
|
470
470
|
*/
|
|
471
|
-
export
|
|
471
|
+
export interface Agent {
|
|
472
|
+
/**
|
|
473
|
+
* 应用编号,32位字符串
|
|
474
|
+
*/
|
|
475
|
+
AppId?: string
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* 主组织的应用号
|
|
479
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
480
|
+
*/
|
|
481
|
+
ProxyAppId?: string
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* 主组织在平台的机构编号
|
|
485
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
486
|
+
*/
|
|
487
|
+
ProxyOrganizationId?: string
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* 主组织的操作人
|
|
491
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
492
|
+
*/
|
|
493
|
+
ProxyOperator?: string
|
|
494
|
+
}
|
|
472
495
|
|
|
473
496
|
/**
|
|
474
497
|
* 签署人详情信息
|
|
@@ -1771,12 +1794,12 @@ export interface DescribeFileUrlsResponse {
|
|
|
1771
1794
|
/**
|
|
1772
1795
|
* URL信息
|
|
1773
1796
|
*/
|
|
1774
|
-
FileUrls
|
|
1797
|
+
FileUrls?: Array<FileUrl>
|
|
1775
1798
|
|
|
1776
1799
|
/**
|
|
1777
1800
|
* URL数量
|
|
1778
1801
|
*/
|
|
1779
|
-
TotalCount
|
|
1802
|
+
TotalCount?: number
|
|
1780
1803
|
|
|
1781
1804
|
/**
|
|
1782
1805
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2761,6 +2784,11 @@ ORGANIZATION_SEAL:企业印章(图片上传创建);
|
|
|
2761
2784
|
LEGAL_PERSON_SEAL:法定代表人章
|
|
2762
2785
|
*/
|
|
2763
2786
|
SealTypes?: Array<string>
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* 主企业代子企业操作 或 渠道子客应用相关信息
|
|
2790
|
+
*/
|
|
2791
|
+
Agent?: Agent
|
|
2764
2792
|
}
|
|
2765
2793
|
|
|
2766
2794
|
/**
|
|
@@ -335,26 +335,26 @@ export interface CheckBankCardInformationResponse {
|
|
|
335
335
|
收费结果码:
|
|
336
336
|
0: 查询成功
|
|
337
337
|
-1: 未查到信息
|
|
338
|
-
|
|
338
|
+
不收费结果码:
|
|
339
339
|
-2:验证中心服务繁忙
|
|
340
340
|
-3:银行卡不存在
|
|
341
341
|
*/
|
|
342
|
-
Result
|
|
342
|
+
Result?: string
|
|
343
343
|
|
|
344
344
|
/**
|
|
345
345
|
* 业务结果描述
|
|
346
346
|
*/
|
|
347
|
-
Description
|
|
347
|
+
Description?: string
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* 开户行
|
|
351
351
|
*/
|
|
352
|
-
AccountBank
|
|
352
|
+
AccountBank?: string
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
355
|
* 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡
|
|
356
356
|
*/
|
|
357
|
-
AccountType
|
|
357
|
+
AccountType?: number
|
|
358
358
|
|
|
359
359
|
/**
|
|
360
360
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
DeleteRoomResponse,
|
|
46
46
|
ModifyUserProfileRequest,
|
|
47
47
|
DescribeDocumentsByRoomRequest,
|
|
48
|
+
DescribeCurrentMemberListRequest,
|
|
48
49
|
DescribeSdkAppIdUsersResponse,
|
|
49
50
|
GetWatermarkResponse,
|
|
50
51
|
DeleteDocumentResponse,
|
|
@@ -73,6 +74,7 @@ import {
|
|
|
73
74
|
LoginOriginIdRequest,
|
|
74
75
|
AppConfig,
|
|
75
76
|
BatchRegisterResponse,
|
|
77
|
+
DescribeCurrentMemberListResponse,
|
|
76
78
|
LoginUserRequest,
|
|
77
79
|
BatchCreateRoomRequest,
|
|
78
80
|
BindDocumentToRoomResponse,
|
|
@@ -305,6 +307,16 @@ export class Client extends AbstractClient {
|
|
|
305
307
|
return this.request("SetAppCustomContent", req, cb)
|
|
306
308
|
}
|
|
307
309
|
|
|
310
|
+
/**
|
|
311
|
+
* 获取当前房间的成员列表,房间结束或过期后无法使用。
|
|
312
|
+
*/
|
|
313
|
+
async DescribeCurrentMemberList(
|
|
314
|
+
req: DescribeCurrentMemberListRequest,
|
|
315
|
+
cb?: (error: string, rep: DescribeCurrentMemberListResponse) => void
|
|
316
|
+
): Promise<DescribeCurrentMemberListResponse> {
|
|
317
|
+
return this.request("DescribeCurrentMemberList", req, cb)
|
|
318
|
+
}
|
|
319
|
+
|
|
308
320
|
/**
|
|
309
321
|
* 获取应用详情
|
|
310
322
|
*/
|
|
@@ -724,6 +724,12 @@ coteaching 双师
|
|
|
724
724
|
*/
|
|
725
725
|
RecordUrl?: string
|
|
726
726
|
|
|
727
|
+
/**
|
|
728
|
+
* 课堂状态。0为未开始,1为正在上课,2为已结束,3为已过期。
|
|
729
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
730
|
+
*/
|
|
731
|
+
Status?: number
|
|
732
|
+
|
|
727
733
|
/**
|
|
728
734
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
729
735
|
*/
|
|
@@ -800,6 +806,26 @@ export interface DescribeDocumentsByRoomRequest {
|
|
|
800
806
|
Owner?: string
|
|
801
807
|
}
|
|
802
808
|
|
|
809
|
+
/**
|
|
810
|
+
* DescribeCurrentMemberList请求参数结构体
|
|
811
|
+
*/
|
|
812
|
+
export interface DescribeCurrentMemberListRequest {
|
|
813
|
+
/**
|
|
814
|
+
* 房间Id。
|
|
815
|
+
*/
|
|
816
|
+
RoomId: number
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* 分页查询当前页数,从1开始递增。
|
|
820
|
+
*/
|
|
821
|
+
Page: number
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* 每页数据量,最大1000。
|
|
825
|
+
*/
|
|
826
|
+
Limit: number
|
|
827
|
+
}
|
|
828
|
+
|
|
803
829
|
/**
|
|
804
830
|
* DescribeSdkAppIdUsers返回参数结构体
|
|
805
831
|
*/
|
|
@@ -918,22 +944,34 @@ export interface DescribeRoomStatisticsResponse {
|
|
|
918
944
|
/**
|
|
919
945
|
* 峰值在线成员人数。
|
|
920
946
|
*/
|
|
921
|
-
PeakMemberNumber
|
|
947
|
+
PeakMemberNumber?: number
|
|
922
948
|
|
|
923
949
|
/**
|
|
924
950
|
* 累计在线人数。
|
|
925
951
|
*/
|
|
926
|
-
MemberNumber
|
|
952
|
+
MemberNumber?: number
|
|
927
953
|
|
|
928
954
|
/**
|
|
929
955
|
* 记录总数。包含进入房间或者应到未到的。
|
|
930
956
|
*/
|
|
931
|
-
Total
|
|
957
|
+
Total?: number
|
|
932
958
|
|
|
933
959
|
/**
|
|
934
960
|
* 成员记录列表。
|
|
935
961
|
*/
|
|
936
|
-
MemberRecords
|
|
962
|
+
MemberRecords?: Array<MemberRecord>
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* 秒级unix时间戳,实际房间开始时间。
|
|
966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
967
|
+
*/
|
|
968
|
+
RealStartTime?: number
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* 秒级unix时间戳,实际房间结束时间。
|
|
972
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
973
|
+
*/
|
|
974
|
+
RealEndTime?: number
|
|
937
975
|
|
|
938
976
|
/**
|
|
939
977
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1455,6 +1493,26 @@ export interface BatchRegisterResponse {
|
|
|
1455
1493
|
RequestId?: string
|
|
1456
1494
|
}
|
|
1457
1495
|
|
|
1496
|
+
/**
|
|
1497
|
+
* DescribeCurrentMemberList返回参数结构体
|
|
1498
|
+
*/
|
|
1499
|
+
export interface DescribeCurrentMemberListResponse {
|
|
1500
|
+
/**
|
|
1501
|
+
* 记录总数。当前房间的总人数。
|
|
1502
|
+
*/
|
|
1503
|
+
Total?: number
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* 成员记录列表。
|
|
1507
|
+
*/
|
|
1508
|
+
MemberRecords?: Array<MemberRecord>
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1512
|
+
*/
|
|
1513
|
+
RequestId?: string
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1458
1516
|
/**
|
|
1459
1517
|
* LoginUser请求参数结构体
|
|
1460
1518
|
*/
|
|
@@ -1375,8 +1375,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
|
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
|
|
1379
|
-
|
|
1378
|
+
* 禁止某条流的推送,可以预设某个时刻将流恢复。
|
|
1379
|
+
注意:
|
|
1380
|
+
1. 默认只要流名称正确,禁推就会生效。
|
|
1381
|
+
2. 如需要推流域名+推流路径+流名称 强匹配生效禁推,需提单联系售后开启配置。
|
|
1382
|
+
3. 如果配置了域名分组,需填写准确推流域名,才可断掉当前推流。
|
|
1383
|
+
*/
|
|
1380
1384
|
async ForbidLiveStream(
|
|
1381
1385
|
req: ForbidLiveStreamRequest,
|
|
1382
1386
|
cb?: (error: string, rep: ForbidLiveStreamResponse) => void
|
|
@@ -146,11 +146,6 @@ export class Client extends AbstractClient {
|
|
|
146
146
|
|
|
147
147
|
该词向量服务由腾讯知文自然语言处理团队联合腾讯AI Lab共同打造。使用的词向量基于千亿级大规模互联网语料并采用AI Lab自研的DSG算法训练而成,开源的词向量包含800多万中文词汇,在覆盖率、新鲜度及准确性等三方面性能突出。
|
|
148
148
|
|
|
149
|
-
腾讯AI Lab词向量相关资料:
|
|
150
|
-
|
|
151
|
-
https://ai.tencent.com/ailab/zh/news/detial?id=22
|
|
152
|
-
|
|
153
|
-
https://ai.tencent.com/ailab/nlp/zh/embedding.html
|
|
154
149
|
*/
|
|
155
150
|
async WordEmbedding(
|
|
156
151
|
req: WordEmbeddingRequest,
|
|
@@ -661,12 +661,12 @@ export interface WordEmbeddingResponse {
|
|
|
661
661
|
/**
|
|
662
662
|
* 词向量数组
|
|
663
663
|
*/
|
|
664
|
-
Vector
|
|
664
|
+
Vector: Array<number>
|
|
665
665
|
|
|
666
666
|
/**
|
|
667
667
|
* 词向量的维度
|
|
668
668
|
*/
|
|
669
|
-
Dimension
|
|
669
|
+
Dimension: number
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
672
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -653,12 +653,12 @@ export interface DescribeSlowLogResponse {
|
|
|
653
653
|
/**
|
|
654
654
|
* 慢查询总数。
|
|
655
655
|
*/
|
|
656
|
-
TotalCount
|
|
656
|
+
TotalCount?: number
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
659
|
* 慢查询详情。
|
|
660
660
|
*/
|
|
661
|
-
InstanceSlowlogDetail
|
|
661
|
+
InstanceSlowlogDetail?: Array<InstanceSlowlogDetail>
|
|
662
662
|
|
|
663
663
|
/**
|
|
664
664
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3779,7 +3779,7 @@ export interface DescribeSlowLogRequest {
|
|
|
3779
3779
|
EndTime: string
|
|
3780
3780
|
|
|
3781
3781
|
/**
|
|
3782
|
-
*
|
|
3782
|
+
* 慢查询平均执行时间阈值(单位:毫秒)。
|
|
3783
3783
|
*/
|
|
3784
3784
|
MinQueryTime?: number
|
|
3785
3785
|
|
|
@@ -1275,6 +1275,11 @@ export interface SpecPrice {
|
|
|
1275
1275
|
* 优惠后的价格,单位:分
|
|
1276
1276
|
*/
|
|
1277
1277
|
RealTotalCost: number
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* 计费项数量
|
|
1281
|
+
*/
|
|
1282
|
+
SpecCount?: number
|
|
1278
1283
|
}
|
|
1279
1284
|
|
|
1280
1285
|
/**
|
|
@@ -2910,6 +2915,18 @@ export interface DatasetInfo {
|
|
|
2910
2915
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2911
2916
|
*/
|
|
2912
2917
|
DatasetScope: string
|
|
2918
|
+
|
|
2919
|
+
/**
|
|
2920
|
+
* 数据集OCR子场景
|
|
2921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2922
|
+
*/
|
|
2923
|
+
OcrScene: string
|
|
2924
|
+
|
|
2925
|
+
/**
|
|
2926
|
+
* 数据集字典修改状态
|
|
2927
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2928
|
+
*/
|
|
2929
|
+
AnnotationKeyStatus: string
|
|
2913
2930
|
}
|
|
2914
2931
|
|
|
2915
2932
|
/**
|
|
@@ -3915,6 +3932,24 @@ export interface DatasetGroup {
|
|
|
3915
3932
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3916
3933
|
*/
|
|
3917
3934
|
DatasetScope: string
|
|
3935
|
+
|
|
3936
|
+
/**
|
|
3937
|
+
* 数据集OCR子场景
|
|
3938
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3939
|
+
*/
|
|
3940
|
+
OcrScene: string
|
|
3941
|
+
|
|
3942
|
+
/**
|
|
3943
|
+
* 数据集字典修改状态
|
|
3944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3945
|
+
*/
|
|
3946
|
+
AnnotationKeyStatus: string
|
|
3947
|
+
|
|
3948
|
+
/**
|
|
3949
|
+
* 文本数据集导入方式
|
|
3950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3951
|
+
*/
|
|
3952
|
+
ContentType?: string
|
|
3918
3953
|
}
|
|
3919
3954
|
|
|
3920
3955
|
/**
|
|
@@ -4274,6 +4309,12 @@ export interface EngineVersion {
|
|
|
4274
4309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4275
4310
|
*/
|
|
4276
4311
|
Image: string
|
|
4312
|
+
|
|
4313
|
+
/**
|
|
4314
|
+
* 是否支持int8量化
|
|
4315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4316
|
+
*/
|
|
4317
|
+
IsSupportIntEightQuantization: boolean
|
|
4277
4318
|
}
|
|
4278
4319
|
|
|
4279
4320
|
/**
|
|
@@ -6245,7 +6286,7 @@ export interface DescribeBillingSpecsPriceResponse {
|
|
|
6245
6286
|
/**
|
|
6246
6287
|
* 计费项价格,支持批量返回
|
|
6247
6288
|
*/
|
|
6248
|
-
SpecsPrice
|
|
6289
|
+
SpecsPrice?: Array<SpecPrice>
|
|
6249
6290
|
|
|
6250
6291
|
/**
|
|
6251
6292
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2904,12 +2904,12 @@ export interface DescribePrometheusAlertHistoryResponse {
|
|
|
2904
2904
|
/**
|
|
2905
2905
|
* 告警历史
|
|
2906
2906
|
*/
|
|
2907
|
-
Items
|
|
2907
|
+
Items?: Array<PrometheusAlertHistoryItem>
|
|
2908
2908
|
|
|
2909
2909
|
/**
|
|
2910
2910
|
* 总数
|
|
2911
2911
|
*/
|
|
2912
|
-
Total
|
|
2912
|
+
Total?: number
|
|
2913
2913
|
|
|
2914
2914
|
/**
|
|
2915
2915
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4007,12 +4007,12 @@ export interface DescribePrometheusAlertRuleResponse {
|
|
|
4007
4007
|
/**
|
|
4008
4008
|
* 告警详情
|
|
4009
4009
|
*/
|
|
4010
|
-
AlertRules
|
|
4010
|
+
AlertRules?: Array<PrometheusAlertRuleDetail>
|
|
4011
4011
|
|
|
4012
4012
|
/**
|
|
4013
4013
|
* 总数
|
|
4014
4014
|
*/
|
|
4015
|
-
Total
|
|
4015
|
+
Total?: number
|
|
4016
4016
|
|
|
4017
4017
|
/**
|
|
4018
4018
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5605,44 +5605,44 @@ export interface DescribePrometheusInstanceResponse {
|
|
|
5605
5605
|
/**
|
|
5606
5606
|
* 实例id
|
|
5607
5607
|
*/
|
|
5608
|
-
InstanceId
|
|
5608
|
+
InstanceId?: string
|
|
5609
5609
|
|
|
5610
5610
|
/**
|
|
5611
5611
|
* 实例名称
|
|
5612
5612
|
*/
|
|
5613
|
-
Name
|
|
5613
|
+
Name?: string
|
|
5614
5614
|
|
|
5615
5615
|
/**
|
|
5616
5616
|
* 私有网络id
|
|
5617
5617
|
*/
|
|
5618
|
-
VpcId
|
|
5618
|
+
VpcId?: string
|
|
5619
5619
|
|
|
5620
5620
|
/**
|
|
5621
5621
|
* 子网id
|
|
5622
5622
|
*/
|
|
5623
|
-
SubnetId
|
|
5623
|
+
SubnetId?: string
|
|
5624
5624
|
|
|
5625
5625
|
/**
|
|
5626
5626
|
* cos桶名称
|
|
5627
5627
|
*/
|
|
5628
|
-
COSBucket
|
|
5628
|
+
COSBucket?: string
|
|
5629
5629
|
|
|
5630
5630
|
/**
|
|
5631
5631
|
* 数据查询地址
|
|
5632
5632
|
*/
|
|
5633
|
-
QueryAddress
|
|
5633
|
+
QueryAddress?: string
|
|
5634
5634
|
|
|
5635
5635
|
/**
|
|
5636
5636
|
* 实例中grafana相关的信息
|
|
5637
5637
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5638
5638
|
*/
|
|
5639
|
-
Grafana
|
|
5639
|
+
Grafana?: PrometheusGrafanaInfo
|
|
5640
5640
|
|
|
5641
5641
|
/**
|
|
5642
5642
|
* 用户自定义alertmanager
|
|
5643
5643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5644
5644
|
*/
|
|
5645
|
-
AlertManagerUrl
|
|
5645
|
+
AlertManagerUrl?: string
|
|
5646
5646
|
|
|
5647
5647
|
/**
|
|
5648
5648
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7801,7 +7801,7 @@ export interface CreatePrometheusAlertRuleResponse {
|
|
|
7801
7801
|
/**
|
|
7802
7802
|
* 告警id
|
|
7803
7803
|
*/
|
|
7804
|
-
Id
|
|
7804
|
+
Id?: string
|
|
7805
7805
|
|
|
7806
7806
|
/**
|
|
7807
7807
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|