tencentcloud-sdk-nodejs 4.1.19 → 4.1.20

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.
Files changed (83) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/bma/index.js +2 -2
  3. package/es/services/chdfs/index.js +2 -2
  4. package/es/services/dbbrain/index.js +2 -2
  5. package/es/services/es/index.js +2 -2
  6. package/es/services/es/v20250101/es_client.js +3 -0
  7. package/es/services/essbasic/index.js +2 -2
  8. package/es/services/facefusion/index.js +2 -2
  9. package/es/services/gs/v20191118/gs_client.js +8 -2
  10. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +9 -0
  11. package/es/services/iotvideo/index.js +2 -2
  12. package/es/services/lighthouse/v20200324/lighthouse_client.js +0 -6
  13. package/es/services/sms/index.js +2 -2
  14. package/es/services/thpc/index.js +2 -2
  15. package/es/services/tke/index.js +2 -2
  16. package/es/services/tsw/index.js +2 -2
  17. package/es/services/vm/index.js +2 -2
  18. package/es/services/vod/index.js +2 -2
  19. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  20. package/es/services/yunsou/index.js +2 -2
  21. package/package.json +1 -1
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/bma/index.d.ts +4 -4
  25. package/tencentcloud/services/bma/index.js +2 -2
  26. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +2 -70
  27. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  28. package/tencentcloud/services/chdfs/index.js +2 -2
  29. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +40 -6
  30. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  31. package/tencentcloud/services/dbbrain/index.js +2 -2
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
  33. package/tencentcloud/services/es/index.d.ts +4 -4
  34. package/tencentcloud/services/es/index.js +2 -2
  35. package/tencentcloud/services/es/v20250101/es_client.d.ts +5 -1
  36. package/tencentcloud/services/es/v20250101/es_client.js +6 -0
  37. package/tencentcloud/services/es/v20250101/es_models.d.ts +96 -0
  38. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  39. package/tencentcloud/services/essbasic/index.js +2 -2
  40. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  41. package/tencentcloud/services/facefusion/index.js +2 -2
  42. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  43. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  44. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +7 -16
  45. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +11 -3
  46. package/tencentcloud/services/gs/v20191118/gs_client.js +15 -3
  47. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +120 -12
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +13 -1
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -0
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +208 -53
  51. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  52. package/tencentcloud/services/iotvideo/index.js +2 -2
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -20
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +0 -23
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +41 -85
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +41 -4
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  59. package/tencentcloud/services/sms/index.d.ts +4 -4
  60. package/tencentcloud/services/sms/index.js +2 -2
  61. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  62. package/tencentcloud/services/thpc/index.d.ts +4 -4
  63. package/tencentcloud/services/thpc/index.js +2 -2
  64. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  65. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +103 -82
  66. package/tencentcloud/services/tke/index.d.ts +4 -4
  67. package/tencentcloud/services/tke/index.js +2 -2
  68. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +2 -1
  69. package/tencentcloud/services/trocket/v20230308/trocket_client.js +2 -1
  70. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +39 -30
  71. package/tencentcloud/services/tsw/index.d.ts +4 -4
  72. package/tencentcloud/services/tsw/index.js +2 -2
  73. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +4 -0
  74. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +4 -0
  75. package/tencentcloud/services/vm/index.d.ts +4 -4
  76. package/tencentcloud/services/vm/index.js +2 -2
  77. package/tencentcloud/services/vod/index.d.ts +4 -4
  78. package/tencentcloud/services/vod/index.js +2 -2
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -4
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +14 -3
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +99 -39
  82. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  83. package/tencentcloud/services/yunsou/index.js +2 -2
@@ -2157,19 +2157,6 @@ export interface DeleteBlueprintsResponse {
2157
2157
  */
2158
2158
  RequestId?: string;
2159
2159
  }
2160
- /**
2161
- * ModifyInstancesLoginKeyPairAttribute请求参数结构体
2162
- */
2163
- export interface ModifyInstancesLoginKeyPairAttributeRequest {
2164
- /**
2165
- * 实例 ID 列表。每次请求批量实例的上限为 100。
2166
- */
2167
- InstanceIds: Array<string>;
2168
- /**
2169
- * 是否允许使用默认密钥对登录,YES:允许登录;NO:禁止登录
2170
- */
2171
- PermitLogin?: string;
2172
- }
2173
2160
  /**
2174
2161
  * IsolateInstances请求参数结构体
2175
2162
  */
@@ -3006,15 +2993,6 @@ export interface DescribeAllScenesResponse {
3006
2993
  */
3007
2994
  RequestId?: string;
3008
2995
  }
3009
- /**
3010
- * ModifyInstancesLoginKeyPairAttribute返回参数结构体
3011
- */
3012
- export interface ModifyInstancesLoginKeyPairAttributeResponse {
3013
- /**
3014
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3015
- */
3016
- RequestId?: string;
3017
- }
3018
2996
  /**
3019
2997
  * InquirePriceRenewDisks返回参数结构体
3020
2998
  */
@@ -3771,52 +3749,6 @@ export interface ContainerEnv {
3771
3749
  */
3772
3750
  Value: string;
3773
3751
  }
3774
- /**
3775
- * 流量包详情
3776
- */
3777
- export interface TrafficPackage {
3778
- /**
3779
- * 流量包ID。
3780
- */
3781
- TrafficPackageId?: string;
3782
- /**
3783
- * 流量包生效周期内已使用流量,单位字节。
3784
- */
3785
- TrafficUsed?: number;
3786
- /**
3787
- * 流量包生效周期内的总流量,单位字节。
3788
- */
3789
- TrafficPackageTotal?: number;
3790
- /**
3791
- * 流量包生效周期内的剩余流量,单位字节。
3792
- */
3793
- TrafficPackageRemaining?: number;
3794
- /**
3795
- * 流量包生效周期内超出流量包额度的流量,单位字节。
3796
- */
3797
- TrafficOverflow?: number;
3798
- /**
3799
- * 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3800
- 格式为: YYYY-MM-DDThh:mm:ssZ。
3801
- */
3802
- StartTime?: string;
3803
- /**
3804
- * 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3805
- 格式为: YYYY-MM-DDThh:mm:ssZ。
3806
- */
3807
- EndTime?: string;
3808
- /**
3809
- * 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3810
- 格式为: YYYY-MM-DDThh:mm:ssZ。
3811
- */
3812
- Deadline?: string;
3813
- /**
3814
- * 流量包状态:
3815
- <li>NETWORK_NORMAL:正常</li>
3816
- <li>OVERDUE_NETWORK_DISABLED:欠费断网</li>
3817
- */
3818
- Status?: string;
3819
- }
3820
3752
  /**
3821
3753
  * 描述防火墙规则信息。
3822
3754
  */
@@ -4475,13 +4407,50 @@ export interface DescribeDiskBackupsDeniedActionsResponse {
4475
4407
  RequestId?: string;
4476
4408
  }
4477
4409
  /**
4478
- * DescribeInstanceLoginKeyPairAttribute请求参数结构体
4410
+ * 流量包详情
4479
4411
  */
4480
- export interface DescribeInstanceLoginKeyPairAttributeRequest {
4412
+ export interface TrafficPackage {
4481
4413
  /**
4482
- * 实例ID。
4414
+ * 流量包ID。
4483
4415
  */
4484
- InstanceId: string;
4416
+ TrafficPackageId?: string;
4417
+ /**
4418
+ * 流量包生效周期内已使用流量,单位字节。
4419
+ */
4420
+ TrafficUsed?: number;
4421
+ /**
4422
+ * 流量包生效周期内的总流量,单位字节。
4423
+ */
4424
+ TrafficPackageTotal?: number;
4425
+ /**
4426
+ * 流量包生效周期内的剩余流量,单位字节。
4427
+ */
4428
+ TrafficPackageRemaining?: number;
4429
+ /**
4430
+ * 流量包生效周期内超出流量包额度的流量,单位字节。
4431
+ */
4432
+ TrafficOverflow?: number;
4433
+ /**
4434
+ * 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4435
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
4436
+ */
4437
+ StartTime?: string;
4438
+ /**
4439
+ * 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4440
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
4441
+ */
4442
+ EndTime?: string;
4443
+ /**
4444
+ * 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4445
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
4446
+ */
4447
+ Deadline?: string;
4448
+ /**
4449
+ * 流量包状态:
4450
+ <li>NETWORK_NORMAL:正常</li>
4451
+ <li>OVERDUE_NETWORK_DISABLED:欠费断网</li>
4452
+ */
4453
+ Status?: string;
4485
4454
  }
4486
4455
  /**
4487
4456
  * 防火墙模板应用记录。
@@ -5160,19 +5129,6 @@ export interface Price {
5160
5129
  */
5161
5130
  InstancePrice?: InstancePrice;
5162
5131
  }
5163
- /**
5164
- * DescribeInstanceLoginKeyPairAttribute返回参数结构体
5165
- */
5166
- export interface DescribeInstanceLoginKeyPairAttributeResponse {
5167
- /**
5168
- * 是否允许使用默认密钥对登录,YES:允许登录 NO:禁止登录。
5169
- */
5170
- PermitLogin: string;
5171
- /**
5172
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5173
- */
5174
- RequestId?: string;
5175
- }
5176
5132
  /**
5177
5133
  * DeleteFirewallTemplateRules请求参数结构体
5178
5134
  */
@@ -670,6 +670,23 @@ export interface AiReviewTaskProhibitedOcrResult {
670
670
  */
671
671
  Output?: AiReviewProhibitedOcrTaskOutput;
672
672
  }
673
+ /**
674
+ * 描述 URL 的完整信息
675
+ */
676
+ export interface StreamUrlDetail {
677
+ /**
678
+ * 会描述运营商信息等
679
+ */
680
+ Label?: string;
681
+ /**
682
+ * URL
683
+ */
684
+ Url?: string;
685
+ /**
686
+ * Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址
687
+ */
688
+ Type?: string;
689
+ }
673
690
  /**
674
691
  * 语音全文识别结果。
675
692
  */
@@ -936,6 +953,10 @@ export interface ModifyOutputInfo {
936
953
  * 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
937
954
  */
938
955
  Protocol: string;
956
+ /**
957
+ * 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
958
+ */
959
+ OutputKind?: string;
939
960
  /**
940
961
  * 转推SRT的配置。
941
962
  */
@@ -5999,6 +6020,14 @@ export interface CreateOutputInfo {
5999
6020
  * 输出地区。
6000
6021
  */
6001
6022
  OutputRegion: string;
6023
+ /**
6024
+ * 输出类型:Internet/TencentCSS
6025
+ */
6026
+ OutputType?: string;
6027
+ /**
6028
+ * 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出
6029
+ */
6030
+ OutputKind?: string;
6002
6031
  /**
6003
6032
  * 输出的SRT的配置。
6004
6033
  */
@@ -6028,10 +6057,6 @@ export interface CreateOutputInfo {
6028
6057
  * 可用区,output最多只支持输入一个可用区。
6029
6058
  */
6030
6059
  Zones?: Array<string>;
6031
- /**
6032
- * 输出类型:Internet/TencentCSS
6033
- */
6034
- OutputType?: string;
6035
6060
  /**
6036
6061
  * 输出的RIST的配置。
6037
6062
  */
@@ -9127,6 +9152,10 @@ export interface DescribeInput {
9127
9152
  注意:此字段可能返回 null,表示取不到有效值。
9128
9153
  */
9129
9154
  RISTSettings?: DescribeInputRISTSettings;
9155
+ /**
9156
+ * 输入模块配置相关的URL信息,包含提供的推流地址,或者配置的第三方源流地址
9157
+ */
9158
+ StreamUrls?: Array<StreamUrlDetail>;
9130
9159
  }
9131
9160
  /**
9132
9161
  * DeleteTranscodeTemplate请求参数结构体
@@ -9639,6 +9668,10 @@ export interface DescribeOutput {
9639
9668
  * 输出类型。
9640
9669
  */
9641
9670
  OutputType?: string;
9671
+ /**
9672
+ * 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
9673
+ */
9674
+ OutputKind?: string;
9642
9675
  /**
9643
9676
  * 输出描述。
9644
9677
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9715,6 +9748,10 @@ export interface DescribeOutput {
9715
9748
  * 对于含有多个音/视频轨的流,可以指定需要使用的轨道
9716
9749
  */
9717
9750
  PidSelector?: PidSelector;
9751
+ /**
9752
+ * 输出模块配置,相关的URL,包括提供的拉流地址,或者配置的输出到第三方的转推地址
9753
+ */
9754
+ StreamUrls?: Array<StreamUrlDetail>;
9718
9755
  }
9719
9756
  /**
9720
9757
  * 直播 AI 内容审核声音鉴黄结果
@@ -229,7 +229,7 @@ export interface CreateJobConfigRequest {
229
229
  */
230
230
  EntrypointClass?: string;
231
231
  /**
232
- * 主类入参
232
+ * 主类入参,需要区分下Sql作业配置,Jar作业配置,Python作业配置,具体参考下面的示例值
233
233
  */
234
234
  ProgramArgs?: string;
235
235
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20190711: {
3
- Client: typeof import("./v20190711/sms_client").Client;
4
- Models: typeof import("./v20190711/sms_models");
5
- };
6
2
  v20210111: {
7
3
  Client: typeof import("./v20210111/sms_client").Client;
8
4
  Models: typeof import("./v20210111/sms_models");
9
5
  };
6
+ v20190711: {
7
+ Client: typeof import("./v20190711/sms_client").Client;
8
+ Models: typeof import("./v20190711/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20190711_1 = require("./v20190711");
5
4
  const v20210111_1 = require("./v20210111");
5
+ const v20190711_1 = require("./v20190711");
6
6
  exports.sms = {
7
- v20190711: v20190711_1.v20190711,
8
7
  v20210111: v20210111_1.v20210111,
8
+ v20190711: v20190711_1.v20190711,
9
9
  };
@@ -592,6 +592,10 @@ export interface ServerBaseConfig {
592
592
  * 服务标签, function: 函数托管
593
593
  */
594
594
  Tag?: string;
595
+ /**
596
+ * 内网访问开关 close | open
597
+ */
598
+ InternalAccess?: string;
595
599
  }
596
600
  /**
597
601
  * DescribeCloudRunServerDetail返回参数结构体
@@ -1,4 +1,8 @@
1
1
  export declare const thpc: {
2
+ v20211109: {
3
+ Client: typeof import("./v20211109/thpc_client").Client;
4
+ Models: typeof import("./v20211109/thpc_models");
5
+ };
2
6
  v20220401: {
3
7
  Client: typeof import("./v20220401/thpc_client").Client;
4
8
  Models: typeof import("./v20220401/thpc_models");
@@ -7,8 +11,4 @@ export declare const thpc: {
7
11
  Client: typeof import("./v20230321/thpc_client").Client;
8
12
  Models: typeof import("./v20230321/thpc_models");
9
13
  };
10
- v20211109: {
11
- Client: typeof import("./v20211109/thpc_client").Client;
12
- Models: typeof import("./v20211109/thpc_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
+ const v20211109_1 = require("./v20211109");
4
5
  const v20220401_1 = require("./v20220401");
5
6
  const v20230321_1 = require("./v20230321");
6
- const v20211109_1 = require("./v20211109");
7
7
  exports.thpc = {
8
+ v20211109: v20211109_1.v20211109,
8
9
  v20220401: v20220401_1.v20220401,
9
10
  v20230321: v20230321_1.v20230321,
10
- v20211109: v20211109_1.v20211109,
11
11
  };
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateModelServiceRequest, DescribeLogsRequest, DescribeModelAccelerateVersionsRequest, StopModelAccelerateTaskRequest, DeleteTrainingModelVersionResponse, StartTrainingTaskRequest, DescribeBillingResourceGroupsRequest, DeleteNotebookRequest, DescribeTrainingModelVersionsRequest, CreateDatasetResponse, DescribeTrainingTasksRequest, DescribeBillingResourceGroupResponse, DescribeBillingResourceGroupsResponse, StartNotebookResponse, DescribeTrainingTaskPodsRequest, DescribeTrainingModelVersionRequest, StartNotebookRequest, PushTrainingMetricsRequest, DescribeModelAccelerateVersionsResponse, DescribeBuildInImagesRequest, ModifyModelServiceRequest, ChatCompletionRequest, DescribeModelServiceCallInfoRequest, CreateTrainingModelRequest, DescribeModelServiceGroupsResponse, DescribeBillingResourceInstanceRunningJobsResponse, CreateNotebookRequest, CreatePresignedNotebookUrlResponse, DescribeDatasetsRequest, DeleteTrainingModelResponse, DescribeInferTemplatesResponse, DescribeBillingSpecsRequest, DescribeInferTemplatesRequest, DeleteModelServiceGroupResponse, DescribeModelServiceResponse, DescribeModelAccelerateTaskResponse, DescribeModelServiceGroupsRequest, DescribeModelServiceRequest, CreateTrainingTaskResponse, DeleteModelServiceRequest, DescribeModelServiceGroupRequest, CreateTrainingTaskRequest, CreatePresignedNotebookUrlRequest, StopNotebookResponse, DescribeModelServiceHotUpdatedResponse, DescribeBuildInImagesResponse, DescribeDatasetsResponse, CreateNotebookResponse, DescribeBillingSpecsPriceRequest, DescribeBillingSpecsResponse, DeleteTrainingTaskResponse, DescribeNotebooksResponse, DescribeModelServiceCallInfoResponse, DescribeNotebooksRequest, DeleteNotebookResponse, DeleteTrainingTaskRequest, DescribeBillingResourceInstanceRunningJobsRequest, ModifyModelServiceResponse, CreateDatasetRequest, CreateModelServiceResponse, DescribeModelServiceGroupResponse, DescribeNotebookResponse, CreateTrainingModelResponse, StopModelAccelerateTaskResponse, DescribeModelAccelerateTaskRequest, DeleteDatasetResponse, DescribeTrainingTasksResponse, DescribeNotebookRequest, DescribeLogsResponse, StopNotebookRequest, DeleteModelServiceGroupRequest, DescribeBillingResourceGroupRequest, DescribeTrainingTaskRequest, ChatCompletionResponse, DescribeTrainingModelVersionsResponse, DeleteDatasetRequest, PushTrainingMetricsResponse, StopTrainingTaskResponse, DescribeTrainingTaskPodsResponse, DeleteTrainingModelRequest, DescribeModelServiceHotUpdatedRequest, DescribeTrainingTaskResponse, DeleteModelServiceResponse, DeleteTrainingModelVersionRequest, DescribeBillingSpecsPriceResponse, DescribeTrainingModelVersionResponse, StopTrainingTaskRequest, StartTrainingTaskResponse } from "./tione_models";
3
+ import { CreateModelServiceRequest, DescribeLogsRequest, DescribeModelAccelerateVersionsRequest, StopModelAccelerateTaskRequest, DeleteTrainingModelVersionResponse, StartTrainingTaskRequest, DescribeBillingResourceGroupsRequest, DeleteNotebookRequest, DescribeTrainingModelVersionsRequest, CreateDatasetRequest, CreateDatasetResponse, DescribeTrainingTasksRequest, DescribeBillingResourceGroupResponse, DescribeBillingResourceGroupsResponse, StartNotebookResponse, DescribeTrainingTaskPodsRequest, DescribeTrainingModelVersionRequest, StartNotebookRequest, PushTrainingMetricsRequest, DescribeModelAccelerateVersionsResponse, DescribeBuildInImagesRequest, ModifyModelServiceRequest, ChatCompletionRequest, DescribeModelServiceCallInfoRequest, CreateTrainingModelRequest, DescribeModelServiceGroupsResponse, DescribeBillingResourceInstanceRunningJobsResponse, CreateNotebookRequest, CreatePresignedNotebookUrlResponse, DescribeDatasetsRequest, DeleteTrainingModelResponse, DescribeInferTemplatesResponse, DescribeBillingSpecsRequest, DescribeInferTemplatesRequest, DeleteModelServiceGroupResponse, DescribeModelServiceResponse, DescribeModelAccelerateTaskResponse, DescribeModelServiceGroupsRequest, DescribeModelServiceRequest, CreateTrainingTaskResponse, DeleteModelServiceRequest, DescribeModelServiceGroupRequest, CreateTrainingTaskRequest, CreatePresignedNotebookUrlRequest, StopNotebookResponse, DescribeModelServiceHotUpdatedResponse, DescribeBuildInImagesResponse, DescribeDatasetsResponse, CreateNotebookResponse, DescribeBillingSpecsPriceRequest, DescribeBillingSpecsResponse, DeleteTrainingTaskResponse, DescribeNotebooksResponse, DescribeModelServiceCallInfoResponse, DescribeNotebooksRequest, DeleteNotebookResponse, DeleteTrainingTaskRequest, DescribeBillingResourceInstanceRunningJobsRequest, ModifyModelServiceResponse, CreateModelServiceResponse, DescribeModelServiceGroupResponse, DescribeNotebookResponse, CreateTrainingModelResponse, StopModelAccelerateTaskResponse, DescribeModelAccelerateTaskRequest, DeleteDatasetResponse, DescribeTrainingTasksResponse, DescribeNotebookRequest, DescribeLogsResponse, StopNotebookRequest, DeleteModelServiceGroupRequest, DescribeBillingResourceGroupRequest, DescribeTrainingTaskRequest, ChatCompletionResponse, DescribeTrainingModelVersionsResponse, DeleteDatasetRequest, PushTrainingMetricsResponse, StopTrainingTaskResponse, DescribeTrainingTaskPodsResponse, DeleteTrainingModelRequest, DescribeModelServiceHotUpdatedRequest, DescribeTrainingTaskResponse, DeleteModelServiceResponse, DeleteTrainingModelVersionRequest, DescribeBillingSpecsPriceResponse, DescribeTrainingModelVersionResponse, StopTrainingTaskRequest, StartTrainingTaskResponse } from "./tione_models";
4
4
  /**
5
5
  * tione client
6
6
  * @class
@@ -605,17 +605,87 @@ export interface DescribeTrainingModelVersionsRequest {
605
605
  Filters?: Array<Filter>;
606
606
  }
607
607
  /**
608
- * 计费项询价单元
608
+ * CreateDataset请求参数结构体
609
609
  */
610
- export interface SpecUnit {
610
+ export interface CreateDatasetRequest {
611
611
  /**
612
- * 计费项名称
612
+ * 数据集名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
613
613
  */
614
- SpecName: string;
614
+ DatasetName: string;
615
615
  /**
616
- * 计费项数量,建议不超过100万
616
+ * 数据集类型:
617
+ TYPE_DATASET_TEXT,文本
618
+ TYPE_DATASET_IMAGE,图片
619
+ TYPE_DATASET_TABLE,表格
620
+ TYPE_DATASET_OTHER,其他
617
621
  */
618
- SpecCount: number;
622
+ DatasetType?: string;
623
+ /**
624
+ * 数据源cos路径
625
+ */
626
+ StorageDataPath?: CosPathInfo;
627
+ /**
628
+ * 数据集标签cos存储路径
629
+ */
630
+ StorageLabelPath?: CosPathInfo;
631
+ /**
632
+ * 数据集标签
633
+ */
634
+ DatasetTags?: Array<Tag>;
635
+ /**
636
+ * 数据集标注状态:
637
+ STATUS_NON_ANNOTATED,未标注
638
+ STATUS_ANNOTATED,已标注
639
+ */
640
+ AnnotationStatus?: string;
641
+ /**
642
+ * 标注类型:
643
+ ANNOTATION_TYPE_CLASSIFICATION,图片分类
644
+ ANNOTATION_TYPE_DETECTION,目标检测
645
+ ANNOTATION_TYPE_SEGMENTATION,图片分割
646
+ ANNOTATION_TYPE_TRACKING,目标跟踪
647
+ ANNOTATION_TYPE_OCR,OCR
648
+ ANNOTATION_TYPE_TEXT_CLASSIFICATION,文本分类
649
+ */
650
+ AnnotationType?: string;
651
+ /**
652
+ * 标注格式:
653
+ ANNOTATION_FORMAT_TI,TI平台格式
654
+ ANNOTATION_FORMAT_PASCAL,Pascal Voc
655
+ ANNOTATION_FORMAT_COCO,COCO
656
+ ANNOTATION_FORMAT_FILE,文件目录结构
657
+ ANNOTATION_FORMAT_TEXT_TI,文本类型TI平台格式
658
+ ANNOTATION_FORMAT_TXT,文本类型TXT格式
659
+ ANNOTATION_FORMAT_CSV,文本类型CSV格式
660
+ ANNOTATION_FORMAT_JSON,文本类型JSON格式
661
+ */
662
+ AnnotationFormat?: string;
663
+ /**
664
+ * 表头信息
665
+ */
666
+ SchemaInfos?: Array<SchemaInfo>;
667
+ /**
668
+ * 数据是否存在表头
669
+ */
670
+ IsSchemaExisted?: boolean;
671
+ /**
672
+ * 导入文件粒度
673
+ TYPE_TEXT_LINE,按行
674
+ TYPE_TEXT_FILE,按文件
675
+ */
676
+ ContentType?: string;
677
+ /**
678
+ * 数据集建模一级类别。LLM,CV,STRUCTURE,OTHER
679
+ */
680
+ DatasetScene?: string;
681
+ /**
682
+ * 数据集标签。
683
+ */
684
+ SceneTags?: Array<string>;
685
+ /**
686
+ * 数据集CFS配置。仅支持LLM场景
687
+ */
688
+ CFSConfig?: CFSConfig;
619
689
  }
620
690
  /**
621
691
  * CreateDataset返回参数结构体
@@ -2455,6 +2525,19 @@ export interface CronScaleJob {
2455
2525
  */
2456
2526
  ExcludeDates?: Array<string>;
2457
2527
  }
2528
+ /**
2529
+ * 计费项询价单元
2530
+ */
2531
+ export interface SpecUnit {
2532
+ /**
2533
+ * 计费项名称
2534
+ */
2535
+ SpecName: string;
2536
+ /**
2537
+ * 计费项数量,建议不超过100万
2538
+ */
2539
+ SpecCount: number;
2540
+ }
2458
2541
  /**
2459
2542
  * 推理镜像组
2460
2543
  */
@@ -3108,6 +3191,10 @@ export interface CreateTrainingTaskRequest {
3108
3191
  * 编码后的任务启动命令,与StartCmdInfo同时配置时,仅当前参数生效
3109
3192
  */
3110
3193
  EncodedStartCmdInfo?: EncodedStartCmdInfo;
3194
+ /**
3195
+ * 代码仓库配置
3196
+ */
3197
+ CodeRepos?: Array<CodeRepoConfig>;
3111
3198
  }
3112
3199
  /**
3113
3200
  * 对话输入内容
@@ -4167,87 +4254,17 @@ export interface ModelInfo {
4167
4254
  ModelCategory?: string;
4168
4255
  }
4169
4256
  /**
4170
- * CreateDataset请求参数结构体
4257
+ * 代码仓库配置
4171
4258
  */
4172
- export interface CreateDatasetRequest {
4173
- /**
4174
- * 数据集名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
4175
- */
4176
- DatasetName: string;
4177
- /**
4178
- * 数据集类型:
4179
- TYPE_DATASET_TEXT,文本
4180
- TYPE_DATASET_IMAGE,图片
4181
- TYPE_DATASET_TABLE,表格
4182
- TYPE_DATASET_OTHER,其他
4183
- */
4184
- DatasetType?: string;
4185
- /**
4186
- * 数据源cos路径
4187
- */
4188
- StorageDataPath?: CosPathInfo;
4189
- /**
4190
- * 数据集标签cos存储路径
4191
- */
4192
- StorageLabelPath?: CosPathInfo;
4193
- /**
4194
- * 数据集标签
4195
- */
4196
- DatasetTags?: Array<Tag>;
4197
- /**
4198
- * 数据集标注状态:
4199
- STATUS_NON_ANNOTATED,未标注
4200
- STATUS_ANNOTATED,已标注
4201
- */
4202
- AnnotationStatus?: string;
4203
- /**
4204
- * 标注类型:
4205
- ANNOTATION_TYPE_CLASSIFICATION,图片分类
4206
- ANNOTATION_TYPE_DETECTION,目标检测
4207
- ANNOTATION_TYPE_SEGMENTATION,图片分割
4208
- ANNOTATION_TYPE_TRACKING,目标跟踪
4209
- ANNOTATION_TYPE_OCR,OCR
4210
- ANNOTATION_TYPE_TEXT_CLASSIFICATION,文本分类
4211
- */
4212
- AnnotationType?: string;
4213
- /**
4214
- * 标注格式:
4215
- ANNOTATION_FORMAT_TI,TI平台格式
4216
- ANNOTATION_FORMAT_PASCAL,Pascal Voc
4217
- ANNOTATION_FORMAT_COCO,COCO
4218
- ANNOTATION_FORMAT_FILE,文件目录结构
4219
- ANNOTATION_FORMAT_TEXT_TI,文本类型TI平台格式
4220
- ANNOTATION_FORMAT_TXT,文本类型TXT格式
4221
- ANNOTATION_FORMAT_CSV,文本类型CSV格式
4222
- ANNOTATION_FORMAT_JSON,文本类型JSON格式
4223
- */
4224
- AnnotationFormat?: string;
4225
- /**
4226
- * 表头信息
4227
- */
4228
- SchemaInfos?: Array<SchemaInfo>;
4229
- /**
4230
- * 数据是否存在表头
4231
- */
4232
- IsSchemaExisted?: boolean;
4233
- /**
4234
- * 导入文件粒度
4235
- TYPE_TEXT_LINE,按行
4236
- TYPE_TEXT_FILE,按文件
4237
- */
4238
- ContentType?: string;
4259
+ export interface CodeRepoConfig {
4239
4260
  /**
4240
- * 数据集建模一级类别。LLM,CV,STRUCTURE,OTHER
4241
- */
4242
- DatasetScene?: string;
4243
- /**
4244
- * 数据集标签。
4261
+ * 代码仓库Id
4245
4262
  */
4246
- SceneTags?: Array<string>;
4263
+ Id: string;
4247
4264
  /**
4248
- * 数据集CFS配置。仅支持LLM场景
4265
+ * 代码仓下载目标地址
4249
4266
  */
4250
- CFSConfig?: CFSConfig;
4267
+ TargetPath: string;
4251
4268
  }
4252
4269
  /**
4253
4270
  * CreateModelService返回参数结构体
@@ -4780,6 +4797,10 @@ export interface TrainingTaskDetail {
4780
4797
  注意:此字段可能返回 null,表示取不到有效值。
4781
4798
  */
4782
4799
  CallbackUrl?: string;
4800
+ /**
4801
+ * 任务关联的代码仓库配置
4802
+ */
4803
+ CodeRepos?: Array<CodeRepoConfig>;
4783
4804
  }
4784
4805
  /**
4785
4806
  * DescribeTrainingTasks返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20220501: {
3
- Client: typeof import("./v20220501/tke_client").Client;
4
- Models: typeof import("./v20220501/tke_models");
5
- };
6
2
  v20180525: {
7
3
  Client: typeof import("./v20180525/tke_client").Client;
8
4
  Models: typeof import("./v20180525/tke_models");
9
5
  };
6
+ v20220501: {
7
+ Client: typeof import("./v20220501/tke_client").Client;
8
+ Models: typeof import("./v20220501/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20220501_1 = require("./v20220501");
5
4
  const v20180525_1 = require("./v20180525");
5
+ const v20220501_1 = require("./v20220501");
6
6
  exports.tke = {
7
- v20220501: v20220501_1.v20220501,
8
7
  v20180525: v20180525_1.v20180525,
8
+ v20220501: v20220501_1.v20220501,
9
9
  };
@@ -23,7 +23,7 @@ export declare class Client extends AbstractClient {
23
23
  /**
24
24
  * 查询Topic迁移状态列表
25
25
 
26
- 查询过滤器,支持TopicName、MigrationStatus查询
26
+ 查询过滤器,支持TopicName、MigrationStatus、Namespace查询
27
27
  */
28
28
  DescribeMigratingTopicList(req: DescribeMigratingTopicListRequest, cb?: (error: string, rep: DescribeMigratingTopicListResponse) => void): Promise<DescribeMigratingTopicListResponse>;
29
29
  /**
@@ -79,6 +79,7 @@ TopicName,主题名称过滤
79
79
  GroupName,消费组名称模糊搜索
80
80
  Imported,是否已导入
81
81
  ImportStatus,导入状态
82
+ Namespace,命名空间
82
83
  */
83
84
  DescribeSourceClusterGroupList(req: DescribeSourceClusterGroupListRequest, cb?: (error: string, rep: DescribeSourceClusterGroupListResponse) => void): Promise<DescribeSourceClusterGroupListResponse>;
84
85
  /**
@@ -49,7 +49,7 @@ class Client extends abstract_client_1.AbstractClient {
49
49
  /**
50
50
  * 查询Topic迁移状态列表
51
51
 
52
- 查询过滤器,支持TopicName、MigrationStatus查询
52
+ 查询过滤器,支持TopicName、MigrationStatus、Namespace查询
53
53
  */
54
54
  async DescribeMigratingTopicList(req, cb) {
55
55
  return this.request("DescribeMigratingTopicList", req, cb);
@@ -129,6 +129,7 @@ TopicName,主题名称过滤
129
129
  GroupName,消费组名称模糊搜索
130
130
  Imported,是否已导入
131
131
  ImportStatus,导入状态
132
+ Namespace,命名空间
132
133
  */
133
134
  async DescribeSourceClusterGroupList(req, cb) {
134
135
  return this.request("DescribeSourceClusterGroupList", req, cb);