tencentcloud-sdk-nodejs-tione 4.1.299 → 4.1.301
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-tione",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.301",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/json-bigint": "^1.0.1",
|
|
50
50
|
"@types/node": "^18.0.0",
|
|
51
51
|
"@types/node-fetch": "^2.5.7",
|
|
52
|
-
"@types/uuid": "^9.0.8",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
54
53
|
"@typescript-eslint/parser": "^2.34.0",
|
|
55
54
|
"babel-eslint": "^10.0.2",
|
|
@@ -190,6 +190,10 @@ export interface CreateModelServiceRequest {
|
|
|
190
190
|
* <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
191
191
|
*/
|
|
192
192
|
ResourceSupplyAttribute?: ResourceSupplyAttribute;
|
|
193
|
+
/**
|
|
194
|
+
* <p>推理模板 ID</p>
|
|
195
|
+
*/
|
|
196
|
+
InferTemplateId?: string;
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
195
199
|
* DescribePresetImageList请求参数结构体
|
|
@@ -1940,6 +1944,10 @@ export interface ModifyModelServiceRequest {
|
|
|
1940
1944
|
* <p>目标工作空间,不为0则进行迁移,源服务只允许在默认空间</p>
|
|
1941
1945
|
*/
|
|
1942
1946
|
TargetProjectId?: number;
|
|
1947
|
+
/**
|
|
1948
|
+
* <p>推理模板 ID,在内置大模型场景下使用</p>
|
|
1949
|
+
*/
|
|
1950
|
+
InferTemplateId?: string;
|
|
1943
1951
|
}
|
|
1944
1952
|
/**
|
|
1945
1953
|
* ChatCompletion请求参数结构体
|
|
@@ -3068,6 +3076,31 @@ export interface DescribeMountLimitsRequest {
|
|
|
3068
3076
|
*/
|
|
3069
3077
|
OrderField?: string;
|
|
3070
3078
|
}
|
|
3079
|
+
/**
|
|
3080
|
+
* 自定义镜像仓库凭据
|
|
3081
|
+
*/
|
|
3082
|
+
export interface ImageSecret {
|
|
3083
|
+
/**
|
|
3084
|
+
* 用于加密密码的KMS公钥ID
|
|
3085
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3086
|
+
*/
|
|
3087
|
+
KeyId?: string;
|
|
3088
|
+
/**
|
|
3089
|
+
* 用户名
|
|
3090
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3091
|
+
*/
|
|
3092
|
+
Username?: string;
|
|
3093
|
+
/**
|
|
3094
|
+
* 密码,base64编码; 当keyId不为空时,密码是加密后的
|
|
3095
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3096
|
+
*/
|
|
3097
|
+
Password?: string;
|
|
3098
|
+
/**
|
|
3099
|
+
* 用户凭据ID
|
|
3100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3101
|
+
*/
|
|
3102
|
+
SecretId?: string;
|
|
3103
|
+
}
|
|
3071
3104
|
/**
|
|
3072
3105
|
* DeleteExport返回参数结构体
|
|
3073
3106
|
*/
|
|
@@ -4193,38 +4226,43 @@ export interface UpdateSubAccountLinuxUserInfoResponse {
|
|
|
4193
4226
|
*/
|
|
4194
4227
|
export interface ImageInfo {
|
|
4195
4228
|
/**
|
|
4196
|
-
*
|
|
4229
|
+
* <p>镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像</p>
|
|
4197
4230
|
*/
|
|
4198
4231
|
ImageType: string;
|
|
4199
4232
|
/**
|
|
4200
|
-
*
|
|
4233
|
+
* <p>镜像地址</p>
|
|
4201
4234
|
*/
|
|
4202
4235
|
ImageUrl: string;
|
|
4203
4236
|
/**
|
|
4204
|
-
* TCR
|
|
4237
|
+
* <p>TCR镜像对应的地域</p>
|
|
4205
4238
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4206
4239
|
*/
|
|
4207
4240
|
RegistryRegion?: string;
|
|
4208
4241
|
/**
|
|
4209
|
-
* TCR镜像对应的实例id
|
|
4242
|
+
* <p>TCR镜像对应的实例id</p>
|
|
4210
4243
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
4244
|
*/
|
|
4212
4245
|
RegistryId?: string;
|
|
4213
4246
|
/**
|
|
4214
|
-
*
|
|
4247
|
+
* <p>是否允许导出全部内容</p>
|
|
4215
4248
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4216
4249
|
*/
|
|
4217
4250
|
AllowSaveAllContent?: boolean;
|
|
4218
4251
|
/**
|
|
4219
|
-
*
|
|
4252
|
+
* <p>镜像名称</p>
|
|
4220
4253
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4221
4254
|
*/
|
|
4222
4255
|
ImageName?: string;
|
|
4223
4256
|
/**
|
|
4224
|
-
*
|
|
4257
|
+
* <p>是否支持数据构建</p>
|
|
4225
4258
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4226
4259
|
*/
|
|
4227
4260
|
SupportDataPipeline?: boolean;
|
|
4261
|
+
/**
|
|
4262
|
+
* <p>镜像仓库用户名密码信息(仅当ImageType为CUSTOM第三方镜像的时候需要)</p>
|
|
4263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4264
|
+
*/
|
|
4265
|
+
ImageSecret?: ImageSecret;
|
|
4228
4266
|
}
|
|
4229
4267
|
/**
|
|
4230
4268
|
* 描述腾讯云标签
|
|
@@ -4436,6 +4474,10 @@ export interface ServiceInfo {
|
|
|
4436
4474
|
* <p>服务实际运行的节点数</p>
|
|
4437
4475
|
*/
|
|
4438
4476
|
NodeCount?: number;
|
|
4477
|
+
/**
|
|
4478
|
+
* <p>推理模板Id</p><p>参数格式:推理模板 ID</p>
|
|
4479
|
+
*/
|
|
4480
|
+
InferTemplateId?: string;
|
|
4439
4481
|
}
|
|
4440
4482
|
/**
|
|
4441
4483
|
* StopNotebook返回参数结构体
|
|
@@ -6458,38 +6500,38 @@ export interface Attribute {
|
|
|
6458
6500
|
*/
|
|
6459
6501
|
export interface ResourceGroup {
|
|
6460
6502
|
/**
|
|
6461
|
-
*
|
|
6503
|
+
* <p>资源组id</p>
|
|
6462
6504
|
*/
|
|
6463
6505
|
ResourceGroupId?: string;
|
|
6464
6506
|
/**
|
|
6465
|
-
*
|
|
6507
|
+
* <p>资源组名称</p>
|
|
6466
6508
|
*/
|
|
6467
6509
|
ResourceGroupName?: string;
|
|
6468
6510
|
/**
|
|
6469
|
-
*
|
|
6511
|
+
* <p>可用节点个数(运行中的节点)</p>
|
|
6470
6512
|
*/
|
|
6471
6513
|
FreeInstance?: number;
|
|
6472
6514
|
/**
|
|
6473
|
-
*
|
|
6515
|
+
* <p>总节点个数(所有节点)</p>
|
|
6474
6516
|
*/
|
|
6475
6517
|
TotalInstance?: number;
|
|
6476
6518
|
/**
|
|
6477
|
-
*
|
|
6519
|
+
* <p>资源组已用的资源</p>
|
|
6478
6520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6479
6521
|
*/
|
|
6480
6522
|
UsedResource?: GroupResource;
|
|
6481
6523
|
/**
|
|
6482
|
-
*
|
|
6524
|
+
* <p>资源组总资源</p>
|
|
6483
6525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6484
6526
|
*/
|
|
6485
6527
|
TotalResource?: GroupResource;
|
|
6486
6528
|
/**
|
|
6487
|
-
*
|
|
6529
|
+
* <p>节点信息</p>
|
|
6488
6530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6489
6531
|
*/
|
|
6490
6532
|
InstanceSet?: Array<Instance>;
|
|
6491
6533
|
/**
|
|
6492
|
-
*
|
|
6534
|
+
* <p>标签列表</p>
|
|
6493
6535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6494
6536
|
*/
|
|
6495
6537
|
TagSet?: Array<Tag>;
|