tencentcloud-sdk-nodejs-tione 4.1.71 → 4.1.75

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.71",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2192,50 +2192,9 @@ export interface ResourceConfigInfo {
2192
2192
  RDMAConfig?: RDMAConfig;
2193
2193
  }
2194
2194
  /**
2195
- * 计费项内容
2195
+ * 公有云数据源结构
2196
2196
  */
2197
- export interface Spec {
2198
- /**
2199
- * 计费项标签
2200
- */
2201
- SpecId?: string;
2202
- /**
2203
- * 计费项名称
2204
- */
2205
- SpecName?: string;
2206
- /**
2207
- * 计费项显示名称
2208
- */
2209
- SpecAlias?: string;
2210
- /**
2211
- * 是否售罄
2212
- */
2213
- Available?: boolean;
2214
- /**
2215
- * 当前资源售罄时,可用的区域有哪些
2216
- */
2217
- AvailableRegion?: Array<string>;
2218
- /**
2219
- * 当前计费项支持的特性
2220
- 注意:此字段可能返回 null,表示取不到有效值。
2221
- */
2222
- SpecFeatures?: Array<string>;
2223
- /**
2224
- * 计费项类型
2225
- 注意:此字段可能返回 null,表示取不到有效值。
2226
- */
2227
- SpecType?: string;
2228
- /**
2229
- * GPU类型
2230
- 注意:此字段可能返回 null,表示取不到有效值。
2231
- */
2232
- GpuType?: string;
2233
- /**
2234
- * 计费项CategoryId
2235
- 注意:此字段可能返回 null,表示取不到有效值。
2236
- */
2237
- CategoryId?: string;
2238
- }
2197
+ export declare type PublicDataSourceFS = null;
2239
2198
  /**
2240
2199
  * 配置GooseFS参数
2241
2200
  */
@@ -4531,6 +4490,10 @@ export interface ModelInfo {
4531
4490
  * 模型的类别 多模态MultiModal, 文本大模型 LLM
4532
4491
  */
4533
4492
  ModelCategory?: string;
4493
+ /**
4494
+ * 数据源的配置
4495
+ */
4496
+ PublicDataSource?: PublicDataSourceFS;
4534
4497
  }
4535
4498
  /**
4536
4499
  * CreateDataset请求参数结构体
@@ -5466,6 +5429,51 @@ export interface CreateModelServiceAuthTokenRequest {
5466
5429
  */
5467
5430
  Description?: string;
5468
5431
  }
5432
+ /**
5433
+ * 计费项内容
5434
+ */
5435
+ export interface Spec {
5436
+ /**
5437
+ * 计费项标签
5438
+ */
5439
+ SpecId?: string;
5440
+ /**
5441
+ * 计费项名称
5442
+ */
5443
+ SpecName?: string;
5444
+ /**
5445
+ * 计费项显示名称
5446
+ */
5447
+ SpecAlias?: string;
5448
+ /**
5449
+ * 是否售罄
5450
+ */
5451
+ Available?: boolean;
5452
+ /**
5453
+ * 当前资源售罄时,可用的区域有哪些
5454
+ */
5455
+ AvailableRegion?: Array<string>;
5456
+ /**
5457
+ * 当前计费项支持的特性
5458
+ 注意:此字段可能返回 null,表示取不到有效值。
5459
+ */
5460
+ SpecFeatures?: Array<string>;
5461
+ /**
5462
+ * 计费项类型
5463
+ 注意:此字段可能返回 null,表示取不到有效值。
5464
+ */
5465
+ SpecType?: string;
5466
+ /**
5467
+ * GPU类型
5468
+ 注意:此字段可能返回 null,表示取不到有效值。
5469
+ */
5470
+ GpuType?: string;
5471
+ /**
5472
+ * 计费项CategoryId
5473
+ 注意:此字段可能返回 null,表示取不到有效值。
5474
+ */
5475
+ CategoryId?: string;
5476
+ }
5469
5477
  /**
5470
5478
  * V2版本的服务调用信息
5471
5479
  */