tencentcloud-sdk-nodejs-tione 4.1.300 → 4.1.302
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.302",
|
|
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请求参数结构体
|
|
@@ -4466,6 +4474,10 @@ export interface ServiceInfo {
|
|
|
4466
4474
|
* <p>服务实际运行的节点数</p>
|
|
4467
4475
|
*/
|
|
4468
4476
|
NodeCount?: number;
|
|
4477
|
+
/**
|
|
4478
|
+
* <p>推理模板Id</p><p>参数格式:推理模板 ID</p>
|
|
4479
|
+
*/
|
|
4480
|
+
InferTemplateId?: string;
|
|
4469
4481
|
}
|
|
4470
4482
|
/**
|
|
4471
4483
|
* StopNotebook返回参数结构体
|
|
@@ -6488,38 +6500,38 @@ export interface Attribute {
|
|
|
6488
6500
|
*/
|
|
6489
6501
|
export interface ResourceGroup {
|
|
6490
6502
|
/**
|
|
6491
|
-
*
|
|
6503
|
+
* <p>资源组id</p>
|
|
6492
6504
|
*/
|
|
6493
6505
|
ResourceGroupId?: string;
|
|
6494
6506
|
/**
|
|
6495
|
-
*
|
|
6507
|
+
* <p>资源组名称</p>
|
|
6496
6508
|
*/
|
|
6497
6509
|
ResourceGroupName?: string;
|
|
6498
6510
|
/**
|
|
6499
|
-
*
|
|
6511
|
+
* <p>可用节点个数(运行中的节点)</p>
|
|
6500
6512
|
*/
|
|
6501
6513
|
FreeInstance?: number;
|
|
6502
6514
|
/**
|
|
6503
|
-
*
|
|
6515
|
+
* <p>总节点个数(所有节点)</p>
|
|
6504
6516
|
*/
|
|
6505
6517
|
TotalInstance?: number;
|
|
6506
6518
|
/**
|
|
6507
|
-
*
|
|
6519
|
+
* <p>资源组已用的资源</p>
|
|
6508
6520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6509
6521
|
*/
|
|
6510
6522
|
UsedResource?: GroupResource;
|
|
6511
6523
|
/**
|
|
6512
|
-
*
|
|
6524
|
+
* <p>资源组总资源</p>
|
|
6513
6525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6514
6526
|
*/
|
|
6515
6527
|
TotalResource?: GroupResource;
|
|
6516
6528
|
/**
|
|
6517
|
-
*
|
|
6529
|
+
* <p>节点信息</p>
|
|
6518
6530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6519
6531
|
*/
|
|
6520
6532
|
InstanceSet?: Array<Instance>;
|
|
6521
6533
|
/**
|
|
6522
|
-
*
|
|
6534
|
+
* <p>标签列表</p>
|
|
6523
6535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6524
6536
|
*/
|
|
6525
6537
|
TagSet?: Array<Tag>;
|