tencentcloud-sdk-nodejs-dlc 4.1.284 → 4.1.285
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.
|
@@ -212,6 +212,23 @@ export interface Asset {
|
|
|
212
212
|
*/
|
|
213
213
|
DatasourceId?: number;
|
|
214
214
|
}
|
|
215
|
+
/**
|
|
216
|
+
* DescribeFlowDetailList请求参数结构体
|
|
217
|
+
*/
|
|
218
|
+
export interface DescribeFlowDetailListRequest {
|
|
219
|
+
/**
|
|
220
|
+
* 分区编码
|
|
221
|
+
*/
|
|
222
|
+
PartitionCode: string;
|
|
223
|
+
/**
|
|
224
|
+
* 页码,从1开始,默认为1
|
|
225
|
+
*/
|
|
226
|
+
Page?: number;
|
|
227
|
+
/**
|
|
228
|
+
* 每页返回数量,默认为10
|
|
229
|
+
*/
|
|
230
|
+
PageSize?: number;
|
|
231
|
+
}
|
|
215
232
|
/**
|
|
216
233
|
* DescribeDataMaskStrategies返回参数结构体
|
|
217
234
|
*/
|
|
@@ -288,6 +305,15 @@ export interface Other {
|
|
|
288
305
|
*/
|
|
289
306
|
Format?: string;
|
|
290
307
|
}
|
|
308
|
+
/**
|
|
309
|
+
* RevokeDLCCatalogAccess请求参数结构体
|
|
310
|
+
*/
|
|
311
|
+
export interface RevokeDLCCatalogAccessRequest {
|
|
312
|
+
/**
|
|
313
|
+
* VpcID
|
|
314
|
+
*/
|
|
315
|
+
VpcId: string;
|
|
316
|
+
}
|
|
291
317
|
/**
|
|
292
318
|
* CreateResourceConfig返回参数结构体
|
|
293
319
|
*/
|
|
@@ -731,13 +757,25 @@ export interface GetRayClusterResponse {
|
|
|
731
757
|
RequestId?: string;
|
|
732
758
|
}
|
|
733
759
|
/**
|
|
734
|
-
*
|
|
760
|
+
* DescribePartitions请求参数结构体
|
|
735
761
|
*/
|
|
736
|
-
export interface
|
|
762
|
+
export interface DescribePartitionsRequest {
|
|
737
763
|
/**
|
|
738
|
-
*
|
|
764
|
+
* 页码,从1开始,默认为1
|
|
739
765
|
*/
|
|
740
|
-
|
|
766
|
+
Page?: number;
|
|
767
|
+
/**
|
|
768
|
+
* 每页返回数量,默认为10
|
|
769
|
+
*/
|
|
770
|
+
PageSize?: number;
|
|
771
|
+
/**
|
|
772
|
+
* 排序字段列表,按数组顺序依次应用,可选
|
|
773
|
+
*/
|
|
774
|
+
SortFields?: Array<SortField>;
|
|
775
|
+
/**
|
|
776
|
+
* 筛选条件列表,多个条件之间为AND关系,可选
|
|
777
|
+
*/
|
|
778
|
+
Filters?: Array<Filter>;
|
|
741
779
|
}
|
|
742
780
|
/**
|
|
743
781
|
* AlterTableComment返回参数结构体
|
|
@@ -1423,41 +1461,13 @@ export interface GetLabPodYamlResponse {
|
|
|
1423
1461
|
*/
|
|
1424
1462
|
export type DescribeAdvancedStoreLocationRequest = null;
|
|
1425
1463
|
/**
|
|
1426
|
-
*
|
|
1464
|
+
* DeletePartitionQueue返回参数结构体
|
|
1427
1465
|
*/
|
|
1428
|
-
export interface
|
|
1429
|
-
/**
|
|
1430
|
-
* 历史记录ID
|
|
1431
|
-
*/
|
|
1432
|
-
Id?: number;
|
|
1433
|
-
/**
|
|
1434
|
-
* 作业ID
|
|
1435
|
-
*/
|
|
1436
|
-
JobId?: string;
|
|
1437
|
-
/**
|
|
1438
|
-
* 作业名称
|
|
1439
|
-
*/
|
|
1440
|
-
JobName?: string;
|
|
1441
|
-
/**
|
|
1442
|
-
* 源状态
|
|
1443
|
-
*/
|
|
1444
|
-
FromState?: string;
|
|
1445
|
-
/**
|
|
1446
|
-
* 目标状态
|
|
1447
|
-
*/
|
|
1448
|
-
ToState?: string;
|
|
1449
|
-
/**
|
|
1450
|
-
* 触发事件
|
|
1451
|
-
*/
|
|
1452
|
-
Event?: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* 消息
|
|
1455
|
-
*/
|
|
1456
|
-
Message?: string;
|
|
1466
|
+
export interface DeletePartitionQueueResponse {
|
|
1457
1467
|
/**
|
|
1458
|
-
*
|
|
1468
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1459
1469
|
*/
|
|
1460
|
-
|
|
1470
|
+
RequestId?: string;
|
|
1461
1471
|
}
|
|
1462
1472
|
/**
|
|
1463
1473
|
* DeleteMetaDatabase请求参数结构体
|
|
@@ -1569,6 +1579,23 @@ export interface UnboundDatasourceHouseRequest {
|
|
|
1569
1579
|
*/
|
|
1570
1580
|
NetworkConnectionName?: string;
|
|
1571
1581
|
}
|
|
1582
|
+
/**
|
|
1583
|
+
* CreatePartition返回参数结构体
|
|
1584
|
+
*/
|
|
1585
|
+
export interface CreatePartitionResponse {
|
|
1586
|
+
/**
|
|
1587
|
+
* <p>子订单号</p>
|
|
1588
|
+
*/
|
|
1589
|
+
DealName?: string;
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>大订单号</p>
|
|
1592
|
+
*/
|
|
1593
|
+
BigDealId?: string;
|
|
1594
|
+
/**
|
|
1595
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1596
|
+
*/
|
|
1597
|
+
RequestId?: string;
|
|
1598
|
+
}
|
|
1572
1599
|
/**
|
|
1573
1600
|
* DeleteUserVpcConnection返回参数结构体
|
|
1574
1601
|
*/
|
|
@@ -1591,6 +1618,56 @@ export interface GetRayJobYamlResponse {
|
|
|
1591
1618
|
*/
|
|
1592
1619
|
RequestId?: string;
|
|
1593
1620
|
}
|
|
1621
|
+
/**
|
|
1622
|
+
* 资源分区信息
|
|
1623
|
+
*/
|
|
1624
|
+
export interface PartitionInfo {
|
|
1625
|
+
/**
|
|
1626
|
+
* <p>分区名称</p>
|
|
1627
|
+
*/
|
|
1628
|
+
Name?: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* <p>分区编码</p>
|
|
1631
|
+
*/
|
|
1632
|
+
PartitionCode?: string;
|
|
1633
|
+
/**
|
|
1634
|
+
* <p>描述</p>
|
|
1635
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1636
|
+
*/
|
|
1637
|
+
Description?: string;
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>状态:11-发货中,1-运行中,2-隔离中,3-已销毁</p>
|
|
1640
|
+
*/
|
|
1641
|
+
Status?: number;
|
|
1642
|
+
/**
|
|
1643
|
+
* <p>队列数量</p>
|
|
1644
|
+
*/
|
|
1645
|
+
QueueCount?: number;
|
|
1646
|
+
/**
|
|
1647
|
+
* <p>资源配置(配额)</p>
|
|
1648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1649
|
+
*/
|
|
1650
|
+
ResourceQuota?: Array<ResourceQuota>;
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>计费类型:1-包年包月,0-按量计费</p>
|
|
1653
|
+
*/
|
|
1654
|
+
PayMode?: number;
|
|
1655
|
+
/**
|
|
1656
|
+
* <p>创建时间</p>
|
|
1657
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1658
|
+
*/
|
|
1659
|
+
CreateTime?: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* <p>更新时间</p>
|
|
1662
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1663
|
+
*/
|
|
1664
|
+
UpdateTime?: string;
|
|
1665
|
+
/**
|
|
1666
|
+
* <p>过期时间</p>
|
|
1667
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1668
|
+
*/
|
|
1669
|
+
ExpireTime?: string;
|
|
1670
|
+
}
|
|
1594
1671
|
/**
|
|
1595
1672
|
* SetOptimizerPolicy请求参数结构体
|
|
1596
1673
|
*/
|
|
@@ -2022,6 +2099,31 @@ export interface HeadSpecDTO {
|
|
|
2022
2099
|
*/
|
|
2023
2100
|
BillingItem?: string;
|
|
2024
2101
|
}
|
|
2102
|
+
/**
|
|
2103
|
+
* CreatePartitionQueue请求参数结构体
|
|
2104
|
+
*/
|
|
2105
|
+
export interface CreatePartitionQueueRequest {
|
|
2106
|
+
/**
|
|
2107
|
+
* <p>分区编码</p>
|
|
2108
|
+
*/
|
|
2109
|
+
PartitionCode: string;
|
|
2110
|
+
/**
|
|
2111
|
+
* <p>队列名称</p>
|
|
2112
|
+
*/
|
|
2113
|
+
QueueName: string;
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>资源规格列表,定义队列的资源类型及大小范围</p>
|
|
2116
|
+
*/
|
|
2117
|
+
ResourceUsages: Array<ResourceUsage>;
|
|
2118
|
+
/**
|
|
2119
|
+
* <p>队列类型:1-独占型,2-共享型</p>
|
|
2120
|
+
*/
|
|
2121
|
+
QueueType: number;
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>队列描述</p>
|
|
2124
|
+
*/
|
|
2125
|
+
Description?: string;
|
|
2126
|
+
}
|
|
2025
2127
|
/**
|
|
2026
2128
|
* Location信息结构
|
|
2027
2129
|
*/
|
|
@@ -2276,6 +2378,23 @@ export interface DescribeTaskListRequest {
|
|
|
2276
2378
|
*/
|
|
2277
2379
|
HouseIds?: Array<string>;
|
|
2278
2380
|
}
|
|
2381
|
+
/**
|
|
2382
|
+
* DetachWorkGroupPolicy请求参数结构体
|
|
2383
|
+
*/
|
|
2384
|
+
export interface DetachWorkGroupPolicyRequest {
|
|
2385
|
+
/**
|
|
2386
|
+
* <p>工作组Id</p>
|
|
2387
|
+
*/
|
|
2388
|
+
WorkGroupId: number;
|
|
2389
|
+
/**
|
|
2390
|
+
* <p>解绑的权限集合</p>
|
|
2391
|
+
*/
|
|
2392
|
+
PolicySet?: Array<Policy>;
|
|
2393
|
+
/**
|
|
2394
|
+
* <p>要授权的策略列表</p>
|
|
2395
|
+
*/
|
|
2396
|
+
PolicyIds?: Array<string>;
|
|
2397
|
+
}
|
|
2279
2398
|
/**
|
|
2280
2399
|
* ModifyUserType请求参数结构体
|
|
2281
2400
|
*/
|
|
@@ -2515,9 +2634,34 @@ export interface CreateExportTaskRequest {
|
|
|
2515
2634
|
OutputType?: string;
|
|
2516
2635
|
}
|
|
2517
2636
|
/**
|
|
2518
|
-
*
|
|
2637
|
+
* ListInferenceModels返回参数结构体
|
|
2519
2638
|
*/
|
|
2520
|
-
export interface
|
|
2639
|
+
export interface ListInferenceModelsResponse {
|
|
2640
|
+
/**
|
|
2641
|
+
* <p>推理模型列表</p>
|
|
2642
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2643
|
+
*/
|
|
2644
|
+
Items?: Array<InferenceModelInfo>;
|
|
2645
|
+
/**
|
|
2646
|
+
* <p>总记录数</p>
|
|
2647
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2648
|
+
*/
|
|
2649
|
+
Total?: number;
|
|
2650
|
+
/**
|
|
2651
|
+
* <p>当前页码</p>
|
|
2652
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2653
|
+
*/
|
|
2654
|
+
Page?: number;
|
|
2655
|
+
/**
|
|
2656
|
+
* <p>每页数量</p>
|
|
2657
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2658
|
+
*/
|
|
2659
|
+
PageSize?: number;
|
|
2660
|
+
/**
|
|
2661
|
+
* <p>总页数</p>
|
|
2662
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2663
|
+
*/
|
|
2664
|
+
TotalPages?: number;
|
|
2521
2665
|
/**
|
|
2522
2666
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2523
2667
|
*/
|
|
@@ -2638,6 +2782,43 @@ export interface ModifySparkAppResponse {
|
|
|
2638
2782
|
*/
|
|
2639
2783
|
RequestId?: string;
|
|
2640
2784
|
}
|
|
2785
|
+
/**
|
|
2786
|
+
* CreatePartition请求参数结构体
|
|
2787
|
+
*/
|
|
2788
|
+
export interface CreatePartitionRequest {
|
|
2789
|
+
/**
|
|
2790
|
+
* <p>交易类型:purchase-新购,renew-续费,modify-变配</p>
|
|
2791
|
+
*/
|
|
2792
|
+
ActionType: string;
|
|
2793
|
+
/**
|
|
2794
|
+
* <p>付费模式:0-后付费,1-预付费</p>
|
|
2795
|
+
*/
|
|
2796
|
+
PayMode: number;
|
|
2797
|
+
/**
|
|
2798
|
+
* <p>资源配额列表(计费项+数量)</p>
|
|
2799
|
+
*/
|
|
2800
|
+
ResourceQuotaList: Array<ResourceQuota>;
|
|
2801
|
+
/**
|
|
2802
|
+
* <p>时间大小,预付费时为购买月数,后付费时为3600</p>
|
|
2803
|
+
*/
|
|
2804
|
+
TimeSpan: number;
|
|
2805
|
+
/**
|
|
2806
|
+
* <p>时间单位,预付费为m(月),后付费为s(秒)</p>
|
|
2807
|
+
*/
|
|
2808
|
+
TimeUnit: string;
|
|
2809
|
+
/**
|
|
2810
|
+
* <p>自动续费标志:0-默认,1-自动续费,2-不自动续费(仅预付费有效)</p>
|
|
2811
|
+
*/
|
|
2812
|
+
AutoRenewFlag?: number;
|
|
2813
|
+
/**
|
|
2814
|
+
* <p>弹性资源池名称,用于订单页展示</p>
|
|
2815
|
+
*/
|
|
2816
|
+
Name?: string;
|
|
2817
|
+
/**
|
|
2818
|
+
* <p>队列描述</p>
|
|
2819
|
+
*/
|
|
2820
|
+
Description?: string;
|
|
2821
|
+
}
|
|
2641
2822
|
/**
|
|
2642
2823
|
* DMSTable基本信息
|
|
2643
2824
|
*/
|
|
@@ -2755,136 +2936,458 @@ export interface CancelRayJobRequest {
|
|
|
2755
2936
|
Id: string;
|
|
2756
2937
|
}
|
|
2757
2938
|
/**
|
|
2758
|
-
*
|
|
2759
|
-
*/
|
|
2760
|
-
export type DescribeUserRegisterTimeRequest = null;
|
|
2761
|
-
/**
|
|
2762
|
-
* AttachDataMaskPolicy请求参数结构体
|
|
2939
|
+
* 推理模型信息
|
|
2763
2940
|
*/
|
|
2764
|
-
export interface
|
|
2941
|
+
export interface InferenceModelInfo {
|
|
2765
2942
|
/**
|
|
2766
|
-
*
|
|
2943
|
+
* <p>Model ID</p>
|
|
2944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2767
2945
|
*/
|
|
2768
|
-
|
|
2769
|
-
}
|
|
2770
|
-
/**
|
|
2771
|
-
* 元数据存储描述属性
|
|
2772
|
-
*/
|
|
2773
|
-
export interface DMSSds {
|
|
2946
|
+
ModelId?: string;
|
|
2774
2947
|
/**
|
|
2775
|
-
*
|
|
2948
|
+
* <p>模型业务唯一标识</p>
|
|
2776
2949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2777
2950
|
*/
|
|
2778
|
-
|
|
2951
|
+
ModelUid?: string;
|
|
2779
2952
|
/**
|
|
2780
|
-
*
|
|
2953
|
+
* <p>模型名称</p>
|
|
2781
2954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2782
2955
|
*/
|
|
2783
|
-
|
|
2956
|
+
Name?: string;
|
|
2784
2957
|
/**
|
|
2785
|
-
*
|
|
2958
|
+
* <p>模型提供方</p>
|
|
2786
2959
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2787
2960
|
*/
|
|
2788
|
-
|
|
2961
|
+
Provider?: string;
|
|
2789
2962
|
/**
|
|
2790
|
-
*
|
|
2963
|
+
* <p>模型描述</p>
|
|
2791
2964
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2792
2965
|
*/
|
|
2793
|
-
|
|
2966
|
+
Description?: string;
|
|
2794
2967
|
/**
|
|
2795
|
-
*
|
|
2968
|
+
* <p>模型类型</p>
|
|
2796
2969
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2797
2970
|
*/
|
|
2798
|
-
|
|
2971
|
+
ModelType?: string;
|
|
2799
2972
|
/**
|
|
2800
|
-
*
|
|
2801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2973
|
+
* <p>支持的引擎</p>
|
|
2802
2974
|
*/
|
|
2803
|
-
|
|
2975
|
+
SupportedEngines?: Array<string>;
|
|
2804
2976
|
/**
|
|
2805
|
-
*
|
|
2977
|
+
* <p>参数量</p>
|
|
2806
2978
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2807
2979
|
*/
|
|
2808
|
-
|
|
2980
|
+
ParameterSize?: string;
|
|
2809
2981
|
/**
|
|
2810
|
-
*
|
|
2982
|
+
* <p>模型标签</p>
|
|
2811
2983
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2812
2984
|
*/
|
|
2813
|
-
|
|
2985
|
+
Tags?: Array<string>;
|
|
2814
2986
|
/**
|
|
2815
|
-
*
|
|
2987
|
+
* <p>最新版本号</p>
|
|
2816
2988
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2817
2989
|
*/
|
|
2818
|
-
|
|
2990
|
+
LatestVersion?: string;
|
|
2819
2991
|
/**
|
|
2820
|
-
*
|
|
2992
|
+
* <p>版本总数</p>
|
|
2821
2993
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2822
2994
|
*/
|
|
2823
|
-
|
|
2995
|
+
VersionCount?: number;
|
|
2824
2996
|
/**
|
|
2825
|
-
*
|
|
2997
|
+
* <p>关联的推理服务数量</p>
|
|
2826
2998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2827
2999
|
*/
|
|
2828
|
-
|
|
3000
|
+
ServiceCount?: number;
|
|
2829
3001
|
/**
|
|
2830
|
-
*
|
|
3002
|
+
* <p>是否有存储(内置模型和用户上传模型均为 true)</p>
|
|
2831
3003
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2832
3004
|
*/
|
|
2833
|
-
|
|
3005
|
+
HasStorage?: boolean;
|
|
2834
3006
|
/**
|
|
2835
|
-
*
|
|
3007
|
+
* <p>存储地域</p>
|
|
2836
3008
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2837
3009
|
*/
|
|
2838
|
-
|
|
3010
|
+
StorageRegion?: string;
|
|
2839
3011
|
/**
|
|
2840
|
-
*
|
|
3012
|
+
* <p>是否使用用户自带存储桶</p>
|
|
2841
3013
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2842
3014
|
*/
|
|
2843
|
-
|
|
2844
|
-
}
|
|
2845
|
-
/**
|
|
2846
|
-
* 开通了第三方访问的用户信息
|
|
2847
|
-
*/
|
|
2848
|
-
export interface OpendThirdAccessUserInfo {
|
|
3015
|
+
HasCustomStorage?: boolean;
|
|
2849
3016
|
/**
|
|
2850
|
-
*
|
|
3017
|
+
* <p>存储后端类型(如 COS、GOOSEFS、CFSTURBO)</p>
|
|
3018
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2851
3019
|
*/
|
|
2852
|
-
|
|
3020
|
+
StorageType?: string;
|
|
2853
3021
|
/**
|
|
2854
|
-
*
|
|
3022
|
+
* <p>是否是内置模型</p>
|
|
3023
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2855
3024
|
*/
|
|
2856
|
-
|
|
3025
|
+
BuiltIn?: boolean;
|
|
2857
3026
|
/**
|
|
2858
|
-
*
|
|
3027
|
+
* <p>任务类型列表</p>
|
|
3028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2859
3029
|
*/
|
|
2860
|
-
|
|
3030
|
+
Tasks?: Array<string>;
|
|
3031
|
+
/**
|
|
3032
|
+
* <p>云账户的 APP ID</p>
|
|
3033
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3034
|
+
*/
|
|
3035
|
+
AppId?: number;
|
|
3036
|
+
/**
|
|
3037
|
+
* <p>云账户的 UIN</p>
|
|
3038
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3039
|
+
*/
|
|
3040
|
+
Uin?: string;
|
|
3041
|
+
/**
|
|
3042
|
+
* <p>创建时间(毫秒时间戳)</p>
|
|
3043
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3044
|
+
*/
|
|
3045
|
+
CreateTime?: number;
|
|
3046
|
+
/**
|
|
3047
|
+
* <p>更新时间(毫秒时间戳)</p>
|
|
3048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3049
|
+
*/
|
|
3050
|
+
UpdateTime?: number;
|
|
3051
|
+
/**
|
|
3052
|
+
* <p>云账户的 Sub UIN</p>
|
|
3053
|
+
*/
|
|
3054
|
+
SubAccountUin?: string;
|
|
3055
|
+
}
|
|
3056
|
+
/**
|
|
3057
|
+
* CreateRayCluster请求参数结构体
|
|
3058
|
+
*/
|
|
3059
|
+
export interface CreateRayClusterRequest {
|
|
3060
|
+
/**
|
|
3061
|
+
* <p>集群名称(可选,不填写则默认使用集群ID)</p>
|
|
3062
|
+
*/
|
|
3063
|
+
Name?: string;
|
|
3064
|
+
/**
|
|
3065
|
+
* <p>集群描述</p>
|
|
3066
|
+
*/
|
|
3067
|
+
Description?: string;
|
|
3068
|
+
/**
|
|
3069
|
+
* <p>所属计算组 ID</p>
|
|
3070
|
+
*/
|
|
3071
|
+
GroupId?: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* <p>所属资源分区ID</p>
|
|
3074
|
+
*/
|
|
3075
|
+
ResourcePartitionId?: string;
|
|
3076
|
+
/**
|
|
3077
|
+
* <p>所属队列名称</p>
|
|
3078
|
+
*/
|
|
3079
|
+
Queue?: string;
|
|
3080
|
+
/**
|
|
3081
|
+
* <p>镜像地址</p>
|
|
3082
|
+
*/
|
|
3083
|
+
Image?: string;
|
|
3084
|
+
/**
|
|
3085
|
+
* <p>镜像拉取策略(Always, IfNotPresent, Never)</p>
|
|
3086
|
+
*/
|
|
3087
|
+
ImagePullPolicy?: string;
|
|
3088
|
+
/**
|
|
3089
|
+
* <p>镜像拉取类型(BuiltIn: 内置, Custom: 自定义-TCR, CustomCcr: 自定义-CCR)</p>
|
|
3090
|
+
*/
|
|
3091
|
+
ImagePullType?: string;
|
|
3092
|
+
/**
|
|
3093
|
+
* <p>资源配置</p>
|
|
3094
|
+
*/
|
|
3095
|
+
ResourceConfig?: string;
|
|
3096
|
+
/**
|
|
3097
|
+
* <p>资源配置ID</p>
|
|
3098
|
+
*/
|
|
3099
|
+
ResourceConfigId?: string;
|
|
3100
|
+
/**
|
|
3101
|
+
* <p>存储卷和挂载卷配置</p>
|
|
3102
|
+
*/
|
|
3103
|
+
Catalog?: string;
|
|
3104
|
+
/**
|
|
3105
|
+
* <p>高级参数(规范化后的扁平 KV JSON)</p>
|
|
3106
|
+
*/
|
|
3107
|
+
AdvancedOptions?: string;
|
|
3108
|
+
/**
|
|
3109
|
+
* <p>优先级(1-9,数字越大优先级越高)</p>
|
|
3110
|
+
*/
|
|
3111
|
+
Priority?: number;
|
|
3112
|
+
/**
|
|
3113
|
+
* <p>标签列表(TagKey-TagValue),用于将资源与腾讯云标签系统中的标签绑定</p>
|
|
3114
|
+
*/
|
|
3115
|
+
Tags?: Array<Tag>;
|
|
3116
|
+
}
|
|
3117
|
+
/**
|
|
3118
|
+
* DescribeUserRegisterTime请求参数结构体
|
|
3119
|
+
*/
|
|
3120
|
+
export type DescribeUserRegisterTimeRequest = null;
|
|
3121
|
+
/**
|
|
3122
|
+
* AttachDataMaskPolicy请求参数结构体
|
|
3123
|
+
*/
|
|
3124
|
+
export interface AttachDataMaskPolicyRequest {
|
|
3125
|
+
/**
|
|
3126
|
+
* 要绑定的数据脱敏策略权限对象集合
|
|
3127
|
+
*/
|
|
3128
|
+
DataMaskStrategyPolicySet?: Array<DataMaskStrategyPolicy>;
|
|
3129
|
+
}
|
|
3130
|
+
/**
|
|
3131
|
+
* 元数据存储描述属性
|
|
3132
|
+
*/
|
|
3133
|
+
export interface DMSSds {
|
|
3134
|
+
/**
|
|
3135
|
+
* 存储地址
|
|
3136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3137
|
+
*/
|
|
3138
|
+
Location?: string;
|
|
3139
|
+
/**
|
|
3140
|
+
* 输入格式
|
|
3141
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3142
|
+
*/
|
|
3143
|
+
InputFormat?: string;
|
|
3144
|
+
/**
|
|
3145
|
+
* 输出格式
|
|
3146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3147
|
+
*/
|
|
3148
|
+
OutputFormat?: string;
|
|
3149
|
+
/**
|
|
3150
|
+
* bucket数量
|
|
3151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3152
|
+
*/
|
|
3153
|
+
NumBuckets?: number;
|
|
3154
|
+
/**
|
|
3155
|
+
* 是是否压缩
|
|
3156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3157
|
+
*/
|
|
3158
|
+
Compressed?: boolean;
|
|
3159
|
+
/**
|
|
3160
|
+
* 是否有子目录
|
|
3161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3162
|
+
*/
|
|
3163
|
+
StoredAsSubDirectories?: boolean;
|
|
3164
|
+
/**
|
|
3165
|
+
* 序列化lib
|
|
3166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3167
|
+
*/
|
|
3168
|
+
SerdeLib?: string;
|
|
3169
|
+
/**
|
|
3170
|
+
* 序列化名称
|
|
3171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3172
|
+
*/
|
|
3173
|
+
SerdeName?: string;
|
|
3174
|
+
/**
|
|
3175
|
+
* 桶名称
|
|
3176
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3177
|
+
*/
|
|
3178
|
+
BucketCols?: Array<string>;
|
|
3179
|
+
/**
|
|
3180
|
+
* 序列化参数
|
|
3181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3182
|
+
*/
|
|
3183
|
+
SerdeParams?: Array<KVPair>;
|
|
3184
|
+
/**
|
|
3185
|
+
* 附加参数
|
|
3186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3187
|
+
*/
|
|
3188
|
+
Params?: Array<KVPair>;
|
|
3189
|
+
/**
|
|
3190
|
+
* 列排序(Expired)
|
|
3191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3192
|
+
*/
|
|
3193
|
+
SortCols?: DMSColumnOrder;
|
|
3194
|
+
/**
|
|
3195
|
+
* 列
|
|
3196
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3197
|
+
*/
|
|
3198
|
+
Cols?: Array<DMSColumn>;
|
|
3199
|
+
/**
|
|
3200
|
+
* 列排序字段
|
|
3201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3202
|
+
*/
|
|
3203
|
+
SortColumns?: Array<DMSColumnOrder>;
|
|
3204
|
+
}
|
|
3205
|
+
/**
|
|
3206
|
+
* 开通了第三方访问的用户信息
|
|
3207
|
+
*/
|
|
3208
|
+
export interface OpendThirdAccessUserInfo {
|
|
3209
|
+
/**
|
|
3210
|
+
* id信息
|
|
3211
|
+
*/
|
|
3212
|
+
Id?: number;
|
|
3213
|
+
/**
|
|
3214
|
+
* 用户主UIN
|
|
3215
|
+
*/
|
|
3216
|
+
Uin?: string;
|
|
3217
|
+
/**
|
|
3218
|
+
* 用户AppId
|
|
3219
|
+
*/
|
|
3220
|
+
AppId?: string;
|
|
2861
3221
|
/**
|
|
2862
3222
|
* 开通时间
|
|
2863
3223
|
*/
|
|
2864
|
-
CreateTime?: string;
|
|
2865
|
-
}
|
|
2866
|
-
/**
|
|
2867
|
-
* DescribeDataEnginesScaleDetail返回参数结构体
|
|
2868
|
-
*/
|
|
2869
|
-
export interface DescribeDataEnginesScaleDetailResponse {
|
|
3224
|
+
CreateTime?: string;
|
|
3225
|
+
}
|
|
3226
|
+
/**
|
|
3227
|
+
* DescribeDataEnginesScaleDetail返回参数结构体
|
|
3228
|
+
*/
|
|
3229
|
+
export interface DescribeDataEnginesScaleDetailResponse {
|
|
3230
|
+
/**
|
|
3231
|
+
* 引擎规格统计详细信息
|
|
3232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3233
|
+
*/
|
|
3234
|
+
Scales?: Array<DataEngineScaleInfo>;
|
|
3235
|
+
/**
|
|
3236
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3237
|
+
*/
|
|
3238
|
+
RequestId?: string;
|
|
3239
|
+
}
|
|
3240
|
+
/**
|
|
3241
|
+
* CreateJobSpec返回参数结构体
|
|
3242
|
+
*/
|
|
3243
|
+
export interface CreateJobSpecResponse {
|
|
3244
|
+
/**
|
|
3245
|
+
* <p>配置ID</p>
|
|
3246
|
+
*/
|
|
3247
|
+
Id?: string;
|
|
3248
|
+
/**
|
|
3249
|
+
* <p>配置名称</p>
|
|
3250
|
+
*/
|
|
3251
|
+
Name?: string;
|
|
3252
|
+
/**
|
|
3253
|
+
* <p>配置描述</p>
|
|
3254
|
+
*/
|
|
3255
|
+
Description?: string;
|
|
3256
|
+
/**
|
|
3257
|
+
* <p>入口命令</p>
|
|
3258
|
+
*/
|
|
3259
|
+
Entrypoint?: string;
|
|
3260
|
+
/**
|
|
3261
|
+
* <p>镜像地址</p>
|
|
3262
|
+
*/
|
|
3263
|
+
Image?: string;
|
|
3264
|
+
/**
|
|
3265
|
+
* <p>镜像拉取类型(Builtin: 内置, Custom: 自定义)</p>
|
|
3266
|
+
*/
|
|
3267
|
+
ImagePullType?: string;
|
|
3268
|
+
/**
|
|
3269
|
+
* <p>镜像拉取策略</p>
|
|
3270
|
+
*/
|
|
3271
|
+
ImagePullPolicy?: string;
|
|
3272
|
+
/**
|
|
3273
|
+
* <p>资源配置(JSON)</p>
|
|
3274
|
+
*/
|
|
3275
|
+
ResourceConfig?: string;
|
|
3276
|
+
/**
|
|
3277
|
+
* <p>运行时环境配置(JSON)</p>
|
|
3278
|
+
*/
|
|
3279
|
+
RuntimeEnv?: string;
|
|
3280
|
+
/**
|
|
3281
|
+
* <p>存储卷和挂载卷配置(JSON)</p>
|
|
3282
|
+
*/
|
|
3283
|
+
Catalog?: string;
|
|
3284
|
+
/**
|
|
3285
|
+
* <p>弹性伸缩配置(JSON)</p>
|
|
3286
|
+
*/
|
|
3287
|
+
AutoscalerOptions?: string;
|
|
3288
|
+
/**
|
|
3289
|
+
* <p>资源配置模板ID</p>
|
|
3290
|
+
*/
|
|
3291
|
+
ResourceConfigId?: string;
|
|
3292
|
+
/**
|
|
3293
|
+
* <p>资源配置模板是否变更</p>
|
|
3294
|
+
*/
|
|
3295
|
+
ResourceConfigChanged?: boolean;
|
|
3296
|
+
/**
|
|
3297
|
+
* <p>默认资源分区ID</p>
|
|
3298
|
+
*/
|
|
3299
|
+
ResourcePartitionId?: string;
|
|
3300
|
+
/**
|
|
3301
|
+
* <p>默认资源分区名称</p>
|
|
3302
|
+
*/
|
|
3303
|
+
ResourcePartitionName?: string;
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>默认队列名称</p>
|
|
3306
|
+
*/
|
|
3307
|
+
Queue?: string;
|
|
3308
|
+
/**
|
|
3309
|
+
* <p>作业包URL</p>
|
|
3310
|
+
*/
|
|
3311
|
+
JobPackage?: string;
|
|
3312
|
+
/**
|
|
3313
|
+
* <p>作业包名称</p>
|
|
3314
|
+
*/
|
|
3315
|
+
JobPackageName?: string;
|
|
3316
|
+
/**
|
|
3317
|
+
* <p>作业包来源类型(Local: 本地上传, Cos: 用户自有 COS 桶地址);缺省时按 Local 处理</p>
|
|
3318
|
+
*/
|
|
3319
|
+
JobPackageSource?: string;
|
|
3320
|
+
/**
|
|
3321
|
+
* <p>应用ID</p>
|
|
3322
|
+
*/
|
|
3323
|
+
AppId?: number;
|
|
3324
|
+
/**
|
|
3325
|
+
* <p>创建者UIN</p>
|
|
3326
|
+
*/
|
|
3327
|
+
Uin?: string;
|
|
3328
|
+
/**
|
|
3329
|
+
* <p>子用户UIN</p>
|
|
3330
|
+
*/
|
|
3331
|
+
SubAccountUin?: string;
|
|
3332
|
+
/**
|
|
3333
|
+
* <p>子用户名称(由聚合层通过 CAM 接口回填)</p>
|
|
3334
|
+
*/
|
|
3335
|
+
SubAccountName?: string;
|
|
3336
|
+
/**
|
|
3337
|
+
* <p>创建时间</p>
|
|
3338
|
+
*/
|
|
3339
|
+
CreateTime?: number;
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>更新时间</p>
|
|
3342
|
+
*/
|
|
3343
|
+
UpdateTime?: number;
|
|
3344
|
+
/**
|
|
3345
|
+
* <p>该配置下未进入终态的作业实例数量</p>
|
|
3346
|
+
*/
|
|
3347
|
+
JobInstanceCount?: number;
|
|
3348
|
+
/**
|
|
3349
|
+
* <p>是否有运行中的作业实例</p>
|
|
3350
|
+
*/
|
|
3351
|
+
HasRunningJobs?: boolean;
|
|
3352
|
+
/**
|
|
3353
|
+
* <p>高级参数json</p>
|
|
3354
|
+
*/
|
|
3355
|
+
AdvancedOptions?: string;
|
|
3356
|
+
/**
|
|
3357
|
+
* <p>默认计算组名称(与 ClusterGroup 等价,新调用方使用 GroupId)</p>
|
|
3358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3359
|
+
*/
|
|
3360
|
+
GroupId?: string;
|
|
3361
|
+
/**
|
|
3362
|
+
* <p>默认集群 ID(与 GroupId 互斥)</p>
|
|
3363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3364
|
+
*/
|
|
3365
|
+
ClusterId?: string;
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>作业优先级(1-9,数字越大优先级越高)</p>
|
|
3368
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3369
|
+
*/
|
|
3370
|
+
Priority?: number;
|
|
3371
|
+
/**
|
|
3372
|
+
* <p>标签列表(TagKey-TagValue),用于将资源与腾讯云标签系统中的标签绑定</p>
|
|
3373
|
+
*/
|
|
3374
|
+
Tags?: Array<Tag>;
|
|
3375
|
+
/**
|
|
3376
|
+
* <p>集群分派策略</p><p>枚举值:</p><ul><li>RANDOM: 随机分配</li></ul>
|
|
3377
|
+
*/
|
|
3378
|
+
DispatchStrategy?: string;
|
|
2870
3379
|
/**
|
|
2871
|
-
*
|
|
2872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3380
|
+
* <p>作业提交目标</p><p>枚举值:</p><ul><li>GROUP: 按计算组分派</li></ul>
|
|
2873
3381
|
*/
|
|
2874
|
-
|
|
3382
|
+
SubmissionTarget?: string;
|
|
2875
3383
|
/**
|
|
2876
|
-
*
|
|
3384
|
+
* <p>计算组名称</p>
|
|
2877
3385
|
*/
|
|
2878
|
-
|
|
2879
|
-
}
|
|
2880
|
-
/**
|
|
2881
|
-
* CreateDataMaskStrategy返回参数结构体
|
|
2882
|
-
*/
|
|
2883
|
-
export interface CreateDataMaskStrategyResponse {
|
|
3386
|
+
GroupName?: string;
|
|
2884
3387
|
/**
|
|
2885
|
-
*
|
|
3388
|
+
* <p>集群名称</p>
|
|
2886
3389
|
*/
|
|
2887
|
-
|
|
3390
|
+
ClusterName?: string;
|
|
2888
3391
|
/**
|
|
2889
3392
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2890
3393
|
*/
|
|
@@ -3232,6 +3735,37 @@ export interface CreateNotebookSessionStatementRequest {
|
|
|
3232
3735
|
*/
|
|
3233
3736
|
Kind: string;
|
|
3234
3737
|
}
|
|
3738
|
+
/**
|
|
3739
|
+
* 队列信息
|
|
3740
|
+
*/
|
|
3741
|
+
export interface QueueInfo {
|
|
3742
|
+
/**
|
|
3743
|
+
* <p>队列ID</p>
|
|
3744
|
+
*/
|
|
3745
|
+
Id?: number;
|
|
3746
|
+
/**
|
|
3747
|
+
* <p>队列名称</p>
|
|
3748
|
+
*/
|
|
3749
|
+
QueueName?: string;
|
|
3750
|
+
/**
|
|
3751
|
+
* <p>资源用量列表</p>
|
|
3752
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3753
|
+
*/
|
|
3754
|
+
ResourceUsage?: Array<ResourceUsage>;
|
|
3755
|
+
/**
|
|
3756
|
+
* <p>队列描述</p>
|
|
3757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3758
|
+
*/
|
|
3759
|
+
Description?: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* <p>是否为默认队列</p>
|
|
3762
|
+
*/
|
|
3763
|
+
IsDefault?: number;
|
|
3764
|
+
/**
|
|
3765
|
+
* <p>队列类型:1-独占型,2-共享型</p>
|
|
3766
|
+
*/
|
|
3767
|
+
QueueType?: number;
|
|
3768
|
+
}
|
|
3235
3769
|
/**
|
|
3236
3770
|
* DescribeUsers返回参数结构体
|
|
3237
3771
|
*/
|
|
@@ -3250,13 +3784,17 @@ export interface DescribeUsersResponse {
|
|
|
3250
3784
|
RequestId?: string;
|
|
3251
3785
|
}
|
|
3252
3786
|
/**
|
|
3253
|
-
*
|
|
3787
|
+
* CheckQueueName请求参数结构体
|
|
3254
3788
|
*/
|
|
3255
|
-
export interface
|
|
3789
|
+
export interface CheckQueueNameRequest {
|
|
3256
3790
|
/**
|
|
3257
|
-
*
|
|
3791
|
+
* 队列名称
|
|
3258
3792
|
*/
|
|
3259
|
-
|
|
3793
|
+
QueueName: string;
|
|
3794
|
+
/**
|
|
3795
|
+
* 分区编码,用于校验同分区下队列名称是否重复
|
|
3796
|
+
*/
|
|
3797
|
+
PartitionCode?: string;
|
|
3260
3798
|
}
|
|
3261
3799
|
/**
|
|
3262
3800
|
* 数据治理规则
|
|
@@ -3271,6 +3809,15 @@ export interface DataGovernPolicy {
|
|
|
3271
3809
|
*/
|
|
3272
3810
|
GovernEngine?: string;
|
|
3273
3811
|
}
|
|
3812
|
+
/**
|
|
3813
|
+
* DeleteNativeSparkSession返回参数结构体
|
|
3814
|
+
*/
|
|
3815
|
+
export interface DeleteNativeSparkSessionResponse {
|
|
3816
|
+
/**
|
|
3817
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3818
|
+
*/
|
|
3819
|
+
RequestId?: string;
|
|
3820
|
+
}
|
|
3274
3821
|
/**
|
|
3275
3822
|
* CreateWorkGroup返回参数结构体
|
|
3276
3823
|
*/
|
|
@@ -3284,6 +3831,23 @@ export interface CreateWorkGroupResponse {
|
|
|
3284
3831
|
*/
|
|
3285
3832
|
RequestId?: string;
|
|
3286
3833
|
}
|
|
3834
|
+
/**
|
|
3835
|
+
* DescribeFlowDetailList返回参数结构体
|
|
3836
|
+
*/
|
|
3837
|
+
export interface DescribeFlowDetailListResponse {
|
|
3838
|
+
/**
|
|
3839
|
+
* 流程详情列表
|
|
3840
|
+
*/
|
|
3841
|
+
FlowDetailList?: Array<FlowDetail>;
|
|
3842
|
+
/**
|
|
3843
|
+
* 总记录数
|
|
3844
|
+
*/
|
|
3845
|
+
Total?: number;
|
|
3846
|
+
/**
|
|
3847
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3848
|
+
*/
|
|
3849
|
+
RequestId?: string;
|
|
3850
|
+
}
|
|
3287
3851
|
/**
|
|
3288
3852
|
* DescribeEngineUsageInfo返回参数结构体
|
|
3289
3853
|
*/
|
|
@@ -3948,6 +4512,55 @@ export interface UpdateJobSpecResponse {
|
|
|
3948
4512
|
*/
|
|
3949
4513
|
RequestId?: string;
|
|
3950
4514
|
}
|
|
4515
|
+
/**
|
|
4516
|
+
* CreateInferenceModel请求参数结构体
|
|
4517
|
+
*/
|
|
4518
|
+
export interface CreateInferenceModelRequest {
|
|
4519
|
+
/**
|
|
4520
|
+
* <p>模型名称(最长 256)</p>
|
|
4521
|
+
*/
|
|
4522
|
+
Name: string;
|
|
4523
|
+
/**
|
|
4524
|
+
* <p>模型类型(如 LLM、Embedding、Reranker、ASR、TTS 等)</p>
|
|
4525
|
+
*/
|
|
4526
|
+
ModelType: string;
|
|
4527
|
+
/**
|
|
4528
|
+
* <p>初始版本号(必填,如 v1、v1.5)</p>
|
|
4529
|
+
*/
|
|
4530
|
+
InitialVersion: string;
|
|
4531
|
+
/**
|
|
4532
|
+
* <p>模型提供方</p>
|
|
4533
|
+
*/
|
|
4534
|
+
Provider?: string;
|
|
4535
|
+
/**
|
|
4536
|
+
* <p>模型描述</p>
|
|
4537
|
+
*/
|
|
4538
|
+
Description?: string;
|
|
4539
|
+
/**
|
|
4540
|
+
* <p>模型参数量(如 7B、1.5B)</p>
|
|
4541
|
+
*/
|
|
4542
|
+
ParameterSize?: string;
|
|
4543
|
+
/**
|
|
4544
|
+
* <p>模型标签列表</p>
|
|
4545
|
+
*/
|
|
4546
|
+
Tags?: Array<string>;
|
|
4547
|
+
/**
|
|
4548
|
+
* <p>模型存储 URI(可选,如 cos://bucket-name/models/name/)</p>
|
|
4549
|
+
*/
|
|
4550
|
+
StorageUri?: string;
|
|
4551
|
+
/**
|
|
4552
|
+
* <p>是否使用用户自带存储桶(默认 false 表示平台托管)</p>
|
|
4553
|
+
*/
|
|
4554
|
+
UseCustomStorage?: boolean;
|
|
4555
|
+
/**
|
|
4556
|
+
* <p>任务类型列表(如 ["Text Generation", "Embedding"])</p>
|
|
4557
|
+
*/
|
|
4558
|
+
Tasks?: Array<string>;
|
|
4559
|
+
/**
|
|
4560
|
+
* <p>模型 UID(可选,前端预先生成的 UID,不传则后端自动生成)</p>
|
|
4561
|
+
*/
|
|
4562
|
+
ModelUid?: string;
|
|
4563
|
+
}
|
|
3951
4564
|
/**
|
|
3952
4565
|
* DescribeEngineNetworks请求参数结构体
|
|
3953
4566
|
*/
|
|
@@ -4274,6 +4887,32 @@ export interface EngineResourceGroupConfigPair {
|
|
|
4274
4887
|
*/
|
|
4275
4888
|
ConfigValue: string;
|
|
4276
4889
|
}
|
|
4890
|
+
/**
|
|
4891
|
+
* 流程简要信息
|
|
4892
|
+
*/
|
|
4893
|
+
export interface FlowInfo {
|
|
4894
|
+
/**
|
|
4895
|
+
* <p>流程ID</p>
|
|
4896
|
+
*/
|
|
4897
|
+
FlowId?: number;
|
|
4898
|
+
/**
|
|
4899
|
+
* <p>流程编码</p>
|
|
4900
|
+
*/
|
|
4901
|
+
WorkFlowCode?: string;
|
|
4902
|
+
/**
|
|
4903
|
+
* <p>流程状态</p>
|
|
4904
|
+
*/
|
|
4905
|
+
Status?: number;
|
|
4906
|
+
}
|
|
4907
|
+
/**
|
|
4908
|
+
* UnbindWorkGroupsFromUser请求参数结构体
|
|
4909
|
+
*/
|
|
4910
|
+
export interface UnbindWorkGroupsFromUserRequest {
|
|
4911
|
+
/**
|
|
4912
|
+
* 解绑的工作组Id和用户Id的关联关系
|
|
4913
|
+
*/
|
|
4914
|
+
AddInfo: WorkGroupIdSetOfUserId;
|
|
4915
|
+
}
|
|
4277
4916
|
/**
|
|
4278
4917
|
* UpdateRowFilter返回参数结构体
|
|
4279
4918
|
*/
|
|
@@ -4385,6 +5024,31 @@ export interface GetLabPodsRequest {
|
|
|
4385
5024
|
*/
|
|
4386
5025
|
SortFields?: Array<SortField>;
|
|
4387
5026
|
}
|
|
5027
|
+
/**
|
|
5028
|
+
* UpdateInferenceModel请求参数结构体
|
|
5029
|
+
*/
|
|
5030
|
+
export interface UpdateInferenceModelRequest {
|
|
5031
|
+
/**
|
|
5032
|
+
* <p>推理模型UID</p>
|
|
5033
|
+
*/
|
|
5034
|
+
ModelUid: string;
|
|
5035
|
+
/**
|
|
5036
|
+
* <p>模型名称(可选,不传则不修改)</p>
|
|
5037
|
+
*/
|
|
5038
|
+
Name?: string;
|
|
5039
|
+
/**
|
|
5040
|
+
* <p>模型描述(可选)</p>
|
|
5041
|
+
*/
|
|
5042
|
+
Description?: string;
|
|
5043
|
+
/**
|
|
5044
|
+
* <p>模型参数量(可选,如 7B、1.5B)</p>
|
|
5045
|
+
*/
|
|
5046
|
+
ParameterSize?: string;
|
|
5047
|
+
/**
|
|
5048
|
+
* <p>模型标签列表(可选)</p>
|
|
5049
|
+
*/
|
|
5050
|
+
Tags?: Array<string>;
|
|
5051
|
+
}
|
|
4388
5052
|
/**
|
|
4389
5053
|
* GetRayJob请求参数结构体
|
|
4390
5054
|
*/
|
|
@@ -4470,6 +5134,15 @@ export interface DescribeClusterGroupClustersRequest {
|
|
|
4470
5134
|
*/
|
|
4471
5135
|
Status?: Array<string>;
|
|
4472
5136
|
}
|
|
5137
|
+
/**
|
|
5138
|
+
* 其他数据源
|
|
5139
|
+
*/
|
|
5140
|
+
export interface OtherDatasourceConnection {
|
|
5141
|
+
/**
|
|
5142
|
+
* 网络参数
|
|
5143
|
+
*/
|
|
5144
|
+
Location: DatasourceConnectionLocation;
|
|
5145
|
+
}
|
|
4473
5146
|
/**
|
|
4474
5147
|
* UpdateDataMaskStrategy请求参数结构体
|
|
4475
5148
|
*/
|
|
@@ -4855,6 +5528,19 @@ export interface GetResourceConfigRequest {
|
|
|
4855
5528
|
*/
|
|
4856
5529
|
Id: string;
|
|
4857
5530
|
}
|
|
5531
|
+
/**
|
|
5532
|
+
* ListExampleCategories请求参数结构体
|
|
5533
|
+
*/
|
|
5534
|
+
export interface ListExampleCategoriesRequest {
|
|
5535
|
+
/**
|
|
5536
|
+
* <p>当前页码(从1开始)</p>
|
|
5537
|
+
*/
|
|
5538
|
+
Page?: number;
|
|
5539
|
+
/**
|
|
5540
|
+
* <p>页数</p>
|
|
5541
|
+
*/
|
|
5542
|
+
PageSize?: number;
|
|
5543
|
+
}
|
|
4858
5544
|
/**
|
|
4859
5545
|
* DescribeTasksCostInfo返回参数结构体
|
|
4860
5546
|
*/
|
|
@@ -5406,6 +6092,15 @@ export interface DescribeTablesNameRequest {
|
|
|
5406
6092
|
*/
|
|
5407
6093
|
TableFormat?: string;
|
|
5408
6094
|
}
|
|
6095
|
+
/**
|
|
6096
|
+
* UnbindWorkGroupsFromUser返回参数结构体
|
|
6097
|
+
*/
|
|
6098
|
+
export interface UnbindWorkGroupsFromUserResponse {
|
|
6099
|
+
/**
|
|
6100
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6101
|
+
*/
|
|
6102
|
+
RequestId?: string;
|
|
6103
|
+
}
|
|
5409
6104
|
/**
|
|
5410
6105
|
* DescribeTaskDetail请求参数结构体
|
|
5411
6106
|
*/
|
|
@@ -5455,17 +6150,17 @@ export interface WorkGroupInfo {
|
|
|
5455
6150
|
CreateTime?: string;
|
|
5456
6151
|
}
|
|
5457
6152
|
/**
|
|
5458
|
-
*
|
|
6153
|
+
* CreatePartitionQueue返回参数结构体
|
|
5459
6154
|
*/
|
|
5460
|
-
export interface
|
|
6155
|
+
export interface CreatePartitionQueueResponse {
|
|
5461
6156
|
/**
|
|
5462
|
-
*
|
|
6157
|
+
* <p>新创建的资源队列ID</p>
|
|
5463
6158
|
*/
|
|
5464
|
-
|
|
6159
|
+
Id?: number;
|
|
5465
6160
|
/**
|
|
5466
|
-
*
|
|
6161
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5467
6162
|
*/
|
|
5468
|
-
|
|
6163
|
+
RequestId?: string;
|
|
5469
6164
|
}
|
|
5470
6165
|
/**
|
|
5471
6166
|
* DLC 数据目录访问权限
|
|
@@ -5541,21 +6236,17 @@ export interface DataEngineConfigInstanceInfo {
|
|
|
5541
6236
|
SessionResourceTemplate?: SessionResourceTemplate;
|
|
5542
6237
|
}
|
|
5543
6238
|
/**
|
|
5544
|
-
*
|
|
6239
|
+
* DescribeSaleResourceInfo返回参数结构体
|
|
5545
6240
|
*/
|
|
5546
|
-
export interface
|
|
5547
|
-
/**
|
|
5548
|
-
* 定时拉起时间:如:周一&周三8点
|
|
5549
|
-
*/
|
|
5550
|
-
ResumeTime?: string;
|
|
6241
|
+
export interface DescribeSaleResourceInfoResponse {
|
|
5551
6242
|
/**
|
|
5552
|
-
*
|
|
6243
|
+
* 可售卖资源规格列表
|
|
5553
6244
|
*/
|
|
5554
|
-
|
|
6245
|
+
SaleResourceInfoList?: Array<ResourceSaleInfo>;
|
|
5555
6246
|
/**
|
|
5556
|
-
*
|
|
6247
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5557
6248
|
*/
|
|
5558
|
-
|
|
6249
|
+
RequestId?: string;
|
|
5559
6250
|
}
|
|
5560
6251
|
/**
|
|
5561
6252
|
* 表过期策略
|
|
@@ -5875,6 +6566,19 @@ export interface PauseStandardEngineResourceGroupsResponse {
|
|
|
5875
6566
|
*/
|
|
5876
6567
|
RequestId?: string;
|
|
5877
6568
|
}
|
|
6569
|
+
/**
|
|
6570
|
+
* DescribeSaleRegions返回参数结构体
|
|
6571
|
+
*/
|
|
6572
|
+
export interface DescribeSaleRegionsResponse {
|
|
6573
|
+
/**
|
|
6574
|
+
* 可售卖地域列表
|
|
6575
|
+
*/
|
|
6576
|
+
RegionList?: Array<RegionInfo>;
|
|
6577
|
+
/**
|
|
6578
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6579
|
+
*/
|
|
6580
|
+
RequestId?: string;
|
|
6581
|
+
}
|
|
5878
6582
|
/**
|
|
5879
6583
|
* ModifyLabPriority返回参数结构体
|
|
5880
6584
|
*/
|
|
@@ -6068,6 +6772,23 @@ export interface GatewayInfo {
|
|
|
6068
6772
|
*/
|
|
6069
6773
|
Mode?: number;
|
|
6070
6774
|
}
|
|
6775
|
+
/**
|
|
6776
|
+
* 资源用量信息,描述某种资源类型的用量范围
|
|
6777
|
+
*/
|
|
6778
|
+
export interface ResourceUsage {
|
|
6779
|
+
/**
|
|
6780
|
+
* <p>资源规格</p>
|
|
6781
|
+
*/
|
|
6782
|
+
ResourceSpec?: ResourceSpec;
|
|
6783
|
+
/**
|
|
6784
|
+
* <p>最小用量</p>
|
|
6785
|
+
*/
|
|
6786
|
+
Min?: number;
|
|
6787
|
+
/**
|
|
6788
|
+
* <p>最大用量</p>
|
|
6789
|
+
*/
|
|
6790
|
+
Max?: number;
|
|
6791
|
+
}
|
|
6071
6792
|
/**
|
|
6072
6793
|
* DescribeUserType返回参数结构体
|
|
6073
6794
|
*/
|
|
@@ -6135,6 +6856,15 @@ export interface QueryResultResponse {
|
|
|
6135
6856
|
*/
|
|
6136
6857
|
RequestId?: string;
|
|
6137
6858
|
}
|
|
6859
|
+
/**
|
|
6860
|
+
* RegisterThirdPartyAccessUser返回参数结构体
|
|
6861
|
+
*/
|
|
6862
|
+
export interface RegisterThirdPartyAccessUserResponse {
|
|
6863
|
+
/**
|
|
6864
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6865
|
+
*/
|
|
6866
|
+
RequestId?: string;
|
|
6867
|
+
}
|
|
6138
6868
|
/**
|
|
6139
6869
|
* 环境变量标签
|
|
6140
6870
|
*/
|
|
@@ -6177,29 +6907,82 @@ export interface ResourceConfig {
|
|
|
6177
6907
|
*/
|
|
6178
6908
|
Head?: HeadSpecDTO;
|
|
6179
6909
|
/**
|
|
6180
|
-
* <p>Worker节点配置</p>
|
|
6910
|
+
* <p>Worker节点配置</p>
|
|
6911
|
+
*/
|
|
6912
|
+
Worker?: Array<WorkerSpecDTO>;
|
|
6913
|
+
/**
|
|
6914
|
+
* <p>应用ID</p>
|
|
6915
|
+
*/
|
|
6916
|
+
AppId?: number;
|
|
6917
|
+
/**
|
|
6918
|
+
* <p>创建者UIN</p>
|
|
6919
|
+
*/
|
|
6920
|
+
Uin?: string;
|
|
6921
|
+
/**
|
|
6922
|
+
* <p>子用户UIN</p>
|
|
6923
|
+
*/
|
|
6924
|
+
SubAccountUin?: string;
|
|
6925
|
+
/**
|
|
6926
|
+
* <p>创建时间</p>
|
|
6927
|
+
*/
|
|
6928
|
+
CreateTime?: number;
|
|
6929
|
+
/**
|
|
6930
|
+
* <p>更新时间</p>
|
|
6931
|
+
*/
|
|
6932
|
+
UpdateTime?: number;
|
|
6933
|
+
}
|
|
6934
|
+
/**
|
|
6935
|
+
* 流程详情
|
|
6936
|
+
*/
|
|
6937
|
+
export interface FlowDetail {
|
|
6938
|
+
/**
|
|
6939
|
+
* <p>流程ID(数据库主键)</p>
|
|
6940
|
+
*/
|
|
6941
|
+
FlowId?: number;
|
|
6942
|
+
/**
|
|
6943
|
+
* <p>Temporal Workflow ID</p>
|
|
6944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6945
|
+
*/
|
|
6946
|
+
WorkFlowId?: string;
|
|
6947
|
+
/**
|
|
6948
|
+
* <p>流程编码</p>
|
|
6949
|
+
*/
|
|
6950
|
+
WorkFlowCode?: string;
|
|
6951
|
+
/**
|
|
6952
|
+
* <p>流程进度,0~100</p>
|
|
6953
|
+
*/
|
|
6954
|
+
Progress?: number;
|
|
6955
|
+
/**
|
|
6956
|
+
* <p>流程状态</p>
|
|
6181
6957
|
*/
|
|
6182
|
-
|
|
6958
|
+
Status?: number;
|
|
6183
6959
|
/**
|
|
6184
|
-
* <p
|
|
6960
|
+
* <p>创建时间</p>
|
|
6961
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6185
6962
|
*/
|
|
6186
|
-
|
|
6963
|
+
CreateTime?: string;
|
|
6187
6964
|
/**
|
|
6188
|
-
* <p
|
|
6965
|
+
* <p>流程活动列表</p>
|
|
6966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6189
6967
|
*/
|
|
6190
|
-
|
|
6968
|
+
Activities?: Array<FlowActivityDetail>;
|
|
6969
|
+
}
|
|
6970
|
+
/**
|
|
6971
|
+
* DescribePartitions返回参数结构体
|
|
6972
|
+
*/
|
|
6973
|
+
export interface DescribePartitionsResponse {
|
|
6191
6974
|
/**
|
|
6192
|
-
*
|
|
6975
|
+
* 资源包列表
|
|
6193
6976
|
*/
|
|
6194
|
-
|
|
6977
|
+
Partitions?: Array<PartitionInfo>;
|
|
6195
6978
|
/**
|
|
6196
|
-
*
|
|
6979
|
+
* 总记录数
|
|
6197
6980
|
*/
|
|
6198
|
-
|
|
6981
|
+
Total?: number;
|
|
6199
6982
|
/**
|
|
6200
|
-
*
|
|
6983
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6201
6984
|
*/
|
|
6202
|
-
|
|
6985
|
+
RequestId?: string;
|
|
6203
6986
|
}
|
|
6204
6987
|
/**
|
|
6205
6988
|
* GetRayClusterYaml请求参数结构体
|
|
@@ -6248,6 +7031,19 @@ export interface CreateUserRoleRequest {
|
|
|
6248
7031
|
*/
|
|
6249
7032
|
IsDefault?: number;
|
|
6250
7033
|
}
|
|
7034
|
+
/**
|
|
7035
|
+
* 资源配额
|
|
7036
|
+
*/
|
|
7037
|
+
export interface ResourceQuota {
|
|
7038
|
+
/**
|
|
7039
|
+
* <p>可售卖资源规格</p>
|
|
7040
|
+
*/
|
|
7041
|
+
ResourceSpec?: ResourceSpec;
|
|
7042
|
+
/**
|
|
7043
|
+
* <p>配额数量</p>
|
|
7044
|
+
*/
|
|
7045
|
+
Quota?: number;
|
|
7046
|
+
}
|
|
6251
7047
|
/**
|
|
6252
7048
|
* DescribeForbiddenTablePro请求参数结构体
|
|
6253
7049
|
*/
|
|
@@ -7795,6 +8591,23 @@ export interface TableInfo {
|
|
|
7795
8591
|
*/
|
|
7796
8592
|
Location: string;
|
|
7797
8593
|
}
|
|
8594
|
+
/**
|
|
8595
|
+
* DescribeFlowList返回参数结构体
|
|
8596
|
+
*/
|
|
8597
|
+
export interface DescribeFlowListResponse {
|
|
8598
|
+
/**
|
|
8599
|
+
* 流程列表
|
|
8600
|
+
*/
|
|
8601
|
+
FlowInfoList?: Array<FlowInfo>;
|
|
8602
|
+
/**
|
|
8603
|
+
* 总记录数
|
|
8604
|
+
*/
|
|
8605
|
+
Total?: number;
|
|
8606
|
+
/**
|
|
8607
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8608
|
+
*/
|
|
8609
|
+
RequestId?: string;
|
|
8610
|
+
}
|
|
7798
8611
|
/**
|
|
7799
8612
|
* DescribeSparkSessionBatchSQL返回参数结构体
|
|
7800
8613
|
*/
|
|
@@ -7921,6 +8734,35 @@ export interface DescribeSparkSessionBatchSQLCostResponse {
|
|
|
7921
8734
|
*/
|
|
7922
8735
|
RequestId?: string;
|
|
7923
8736
|
}
|
|
8737
|
+
/**
|
|
8738
|
+
* ModifyPartitionQueue请求参数结构体
|
|
8739
|
+
*/
|
|
8740
|
+
export interface ModifyPartitionQueueRequest {
|
|
8741
|
+
/**
|
|
8742
|
+
* 资源队列ID
|
|
8743
|
+
*/
|
|
8744
|
+
Id: number;
|
|
8745
|
+
/**
|
|
8746
|
+
* 分区编码
|
|
8747
|
+
*/
|
|
8748
|
+
PartitionCode?: string;
|
|
8749
|
+
/**
|
|
8750
|
+
* 队列名称
|
|
8751
|
+
*/
|
|
8752
|
+
QueueName?: string;
|
|
8753
|
+
/**
|
|
8754
|
+
* 队列描述
|
|
8755
|
+
*/
|
|
8756
|
+
Description?: string;
|
|
8757
|
+
/**
|
|
8758
|
+
* 资源规格列表,定义队列的资源类型及大小范围
|
|
8759
|
+
*/
|
|
8760
|
+
ResourceUsages?: Array<ResourceUsage>;
|
|
8761
|
+
/**
|
|
8762
|
+
* 队列类型:1-独占型,2-共享型
|
|
8763
|
+
*/
|
|
8764
|
+
QueueType?: number;
|
|
8765
|
+
}
|
|
7924
8766
|
/**
|
|
7925
8767
|
* DescribeTasksOverview返回参数结构体
|
|
7926
8768
|
*/
|
|
@@ -9110,13 +9952,17 @@ export interface AnalysisTaskResults {
|
|
|
9110
9952
|
ShuffleWriteBytesSum?: number;
|
|
9111
9953
|
}
|
|
9112
9954
|
/**
|
|
9113
|
-
*
|
|
9955
|
+
* 校验消息项
|
|
9114
9956
|
*/
|
|
9115
|
-
export interface
|
|
9957
|
+
export interface MessageItem {
|
|
9116
9958
|
/**
|
|
9117
|
-
*
|
|
9959
|
+
* <p>计费项标识</p>
|
|
9118
9960
|
*/
|
|
9119
|
-
|
|
9961
|
+
BillingItem?: string;
|
|
9962
|
+
/**
|
|
9963
|
+
* <p>校验失败描述信息</p>
|
|
9964
|
+
*/
|
|
9965
|
+
Message?: string;
|
|
9120
9966
|
}
|
|
9121
9967
|
/**
|
|
9122
9968
|
* 元数据库基本信息
|
|
@@ -9194,6 +10040,27 @@ export interface GetRayJobEventRequest {
|
|
|
9194
10040
|
*/
|
|
9195
10041
|
EventType?: string;
|
|
9196
10042
|
}
|
|
10043
|
+
/**
|
|
10044
|
+
* DescribePartitionQueues返回参数结构体
|
|
10045
|
+
*/
|
|
10046
|
+
export interface DescribePartitionQueuesResponse {
|
|
10047
|
+
/**
|
|
10048
|
+
* 队列列表
|
|
10049
|
+
*/
|
|
10050
|
+
QueueList?: Array<QueueInfo>;
|
|
10051
|
+
/**
|
|
10052
|
+
* 默认队列信息
|
|
10053
|
+
*/
|
|
10054
|
+
DefaultQueue?: QueueInfo;
|
|
10055
|
+
/**
|
|
10056
|
+
* 总记录数
|
|
10057
|
+
*/
|
|
10058
|
+
Total?: number;
|
|
10059
|
+
/**
|
|
10060
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10061
|
+
*/
|
|
10062
|
+
RequestId?: string;
|
|
10063
|
+
}
|
|
9197
10064
|
/**
|
|
9198
10065
|
* AlterDMSDatabase返回参数结构体
|
|
9199
10066
|
*/
|
|
@@ -10094,6 +10961,60 @@ export interface AlterDMSTableResponse {
|
|
|
10094
10961
|
*/
|
|
10095
10962
|
RequestId?: string;
|
|
10096
10963
|
}
|
|
10964
|
+
/**
|
|
10965
|
+
* 资源分区详情
|
|
10966
|
+
*/
|
|
10967
|
+
export interface PartitionDetail {
|
|
10968
|
+
/**
|
|
10969
|
+
* <p>分区编码</p>
|
|
10970
|
+
*/
|
|
10971
|
+
PartitionCode?: string;
|
|
10972
|
+
/**
|
|
10973
|
+
* <p>分区名称</p>
|
|
10974
|
+
*/
|
|
10975
|
+
PartitionName?: string;
|
|
10976
|
+
/**
|
|
10977
|
+
* <p>分区描述</p>
|
|
10978
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10979
|
+
*/
|
|
10980
|
+
Description?: string;
|
|
10981
|
+
/**
|
|
10982
|
+
* <p>地域</p>
|
|
10983
|
+
*/
|
|
10984
|
+
Region?: number;
|
|
10985
|
+
/**
|
|
10986
|
+
* <p>产品信息</p>
|
|
10987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10988
|
+
*/
|
|
10989
|
+
ProductInfo?: string;
|
|
10990
|
+
/**
|
|
10991
|
+
* <p>资源池编码</p>
|
|
10992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10993
|
+
*/
|
|
10994
|
+
ResourcePoolCode?: string;
|
|
10995
|
+
/**
|
|
10996
|
+
* <p>资源配额列表</p>
|
|
10997
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10998
|
+
*/
|
|
10999
|
+
ResourceQuota?: Array<ResourceQuota>;
|
|
11000
|
+
/**
|
|
11001
|
+
* <p>付费模式</p>
|
|
11002
|
+
*/
|
|
11003
|
+
PayMode?: number;
|
|
11004
|
+
/**
|
|
11005
|
+
* <p>续费标志</p>
|
|
11006
|
+
*/
|
|
11007
|
+
RenewFlag?: number;
|
|
11008
|
+
/**
|
|
11009
|
+
* <p>调度器类型</p>
|
|
11010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11011
|
+
*/
|
|
11012
|
+
Scheduler?: string;
|
|
11013
|
+
/**
|
|
11014
|
+
* <p>状态</p>
|
|
11015
|
+
*/
|
|
11016
|
+
Status?: number;
|
|
11017
|
+
}
|
|
10097
11018
|
/**
|
|
10098
11019
|
* CreateUserVpcConnection返回参数结构体
|
|
10099
11020
|
*/
|
|
@@ -10176,6 +11097,31 @@ export interface DeleteDataEngineResponse {
|
|
|
10176
11097
|
*/
|
|
10177
11098
|
RequestId?: string;
|
|
10178
11099
|
}
|
|
11100
|
+
/**
|
|
11101
|
+
* DescribePartitionQueues请求参数结构体
|
|
11102
|
+
*/
|
|
11103
|
+
export interface DescribePartitionQueuesRequest {
|
|
11104
|
+
/**
|
|
11105
|
+
* 分区编码
|
|
11106
|
+
*/
|
|
11107
|
+
PartitionCode: string;
|
|
11108
|
+
/**
|
|
11109
|
+
* 排序字段列表
|
|
11110
|
+
*/
|
|
11111
|
+
SortFields?: Array<SortField>;
|
|
11112
|
+
/**
|
|
11113
|
+
* 筛选条件列表
|
|
11114
|
+
*/
|
|
11115
|
+
Filters?: Array<Filter>;
|
|
11116
|
+
/**
|
|
11117
|
+
* 页码
|
|
11118
|
+
*/
|
|
11119
|
+
Page?: number;
|
|
11120
|
+
/**
|
|
11121
|
+
* 每页返回数量
|
|
11122
|
+
*/
|
|
11123
|
+
PageSize?: number;
|
|
11124
|
+
}
|
|
10179
11125
|
/**
|
|
10180
11126
|
* cos权限描述
|
|
10181
11127
|
*/
|
|
@@ -10501,6 +11447,19 @@ export interface SwitchDataEngineImageResponse {
|
|
|
10501
11447
|
*/
|
|
10502
11448
|
RequestId?: string;
|
|
10503
11449
|
}
|
|
11450
|
+
/**
|
|
11451
|
+
* ModifyPartitionDescription请求参数结构体
|
|
11452
|
+
*/
|
|
11453
|
+
export interface ModifyPartitionDescriptionRequest {
|
|
11454
|
+
/**
|
|
11455
|
+
* 分区编码
|
|
11456
|
+
*/
|
|
11457
|
+
PartitionCode: string;
|
|
11458
|
+
/**
|
|
11459
|
+
* 分区描述
|
|
11460
|
+
*/
|
|
11461
|
+
Description: string;
|
|
11462
|
+
}
|
|
10504
11463
|
/**
|
|
10505
11464
|
* UnlockMetaData返回参数结构体
|
|
10506
11465
|
*/
|
|
@@ -10737,6 +11696,39 @@ export interface RayClusterHistory {
|
|
|
10737
11696
|
*/
|
|
10738
11697
|
TransitionTime?: number;
|
|
10739
11698
|
}
|
|
11699
|
+
/**
|
|
11700
|
+
* 任务监控信息
|
|
11701
|
+
*/
|
|
11702
|
+
export interface TaskMonitorInfo {
|
|
11703
|
+
/**
|
|
11704
|
+
* 任务id
|
|
11705
|
+
*/
|
|
11706
|
+
TaskId?: string;
|
|
11707
|
+
/**
|
|
11708
|
+
* 引擎名称
|
|
11709
|
+
*/
|
|
11710
|
+
HouseName?: string;
|
|
11711
|
+
/**
|
|
11712
|
+
* sql语句
|
|
11713
|
+
*/
|
|
11714
|
+
QuerySQL?: string;
|
|
11715
|
+
/**
|
|
11716
|
+
* 任务时间
|
|
11717
|
+
*/
|
|
11718
|
+
CreateTime?: string;
|
|
11719
|
+
/**
|
|
11720
|
+
* 执行时间
|
|
11721
|
+
*/
|
|
11722
|
+
UsedTime?: string;
|
|
11723
|
+
/**
|
|
11724
|
+
* 数据扫描量
|
|
11725
|
+
*/
|
|
11726
|
+
DataAmount?: string;
|
|
11727
|
+
/**
|
|
11728
|
+
* 指标信息
|
|
11729
|
+
*/
|
|
11730
|
+
QueryStats?: string;
|
|
11731
|
+
}
|
|
10740
11732
|
/**
|
|
10741
11733
|
* DetachUserPolicy请求参数结构体
|
|
10742
11734
|
*/
|
|
@@ -11109,6 +12101,15 @@ export interface CheckDataEngineImageCanBeUpgradeResponse {
|
|
|
11109
12101
|
*/
|
|
11110
12102
|
RequestId?: string;
|
|
11111
12103
|
}
|
|
12104
|
+
/**
|
|
12105
|
+
* CheckResourceName请求参数结构体
|
|
12106
|
+
*/
|
|
12107
|
+
export interface CheckResourceNameRequest {
|
|
12108
|
+
/**
|
|
12109
|
+
* 资源名称
|
|
12110
|
+
*/
|
|
12111
|
+
ResourceName: string;
|
|
12112
|
+
}
|
|
11112
12113
|
/**
|
|
11113
12114
|
* CreateInternalTable请求参数结构体
|
|
11114
12115
|
*/
|
|
@@ -11819,37 +12820,41 @@ export interface DescribeStandardEngineResourceGroupsRequest {
|
|
|
11819
12820
|
Offset?: number;
|
|
11820
12821
|
}
|
|
11821
12822
|
/**
|
|
11822
|
-
*
|
|
12823
|
+
* ListInferenceModels请求参数结构体
|
|
11823
12824
|
*/
|
|
11824
|
-
export interface
|
|
12825
|
+
export interface ListInferenceModelsRequest {
|
|
11825
12826
|
/**
|
|
11826
|
-
*
|
|
12827
|
+
* <p>页码(从1开始)</p>
|
|
11827
12828
|
*/
|
|
11828
|
-
|
|
12829
|
+
Page?: number;
|
|
11829
12830
|
/**
|
|
11830
|
-
*
|
|
12831
|
+
* <p>每页数量(最大 200)</p>
|
|
11831
12832
|
*/
|
|
11832
|
-
|
|
12833
|
+
PageSize?: number;
|
|
11833
12834
|
/**
|
|
11834
|
-
*
|
|
12835
|
+
* <p>开始时间</p>
|
|
11835
12836
|
*/
|
|
11836
|
-
|
|
12837
|
+
StartTime?: number;
|
|
11837
12838
|
/**
|
|
11838
|
-
*
|
|
12839
|
+
* <p>结束时间</p>
|
|
11839
12840
|
*/
|
|
11840
|
-
|
|
12841
|
+
EndTime?: number;
|
|
11841
12842
|
/**
|
|
11842
|
-
*
|
|
12843
|
+
* <p>过滤器</p>
|
|
11843
12844
|
*/
|
|
11844
|
-
|
|
12845
|
+
Filters?: Array<Filter>;
|
|
11845
12846
|
/**
|
|
11846
|
-
*
|
|
12847
|
+
* <p>排序字段</p>
|
|
11847
12848
|
*/
|
|
11848
|
-
|
|
12849
|
+
SortFields?: Array<SortField>;
|
|
11849
12850
|
/**
|
|
11850
|
-
*
|
|
12851
|
+
* <p>模型参数最小值</p>
|
|
11851
12852
|
*/
|
|
11852
|
-
|
|
12853
|
+
ParameterSizeMin?: number;
|
|
12854
|
+
/**
|
|
12855
|
+
* <p>模型参数最大值</p>
|
|
12856
|
+
*/
|
|
12857
|
+
ParameterSizeMax?: number;
|
|
11853
12858
|
}
|
|
11854
12859
|
/**
|
|
11855
12860
|
* DescribeSparkSessionBatchSqlLog请求参数结构体
|
|
@@ -13012,6 +14017,19 @@ export interface SmartOptimizerIndexPolicy {
|
|
|
13012
14017
|
*/
|
|
13013
14018
|
IndexEnable?: string;
|
|
13014
14019
|
}
|
|
14020
|
+
/**
|
|
14021
|
+
* SwitchDataEngine请求参数结构体
|
|
14022
|
+
*/
|
|
14023
|
+
export interface SwitchDataEngineRequest {
|
|
14024
|
+
/**
|
|
14025
|
+
* 主集群名称
|
|
14026
|
+
*/
|
|
14027
|
+
DataEngineName: string;
|
|
14028
|
+
/**
|
|
14029
|
+
* 是否开启备集群
|
|
14030
|
+
*/
|
|
14031
|
+
StartStandbyCluster: boolean;
|
|
14032
|
+
}
|
|
13015
14033
|
/**
|
|
13016
14034
|
* ModifySparkAppForTDLC请求参数结构体
|
|
13017
14035
|
*/
|
|
@@ -13167,41 +14185,17 @@ export interface RenewDataEngineRequest {
|
|
|
13167
14185
|
RenewFlag?: number;
|
|
13168
14186
|
}
|
|
13169
14187
|
/**
|
|
13170
|
-
*
|
|
14188
|
+
* DescribeDataEngineSessionParameters请求参数结构体
|
|
13171
14189
|
*/
|
|
13172
|
-
export interface
|
|
13173
|
-
/**
|
|
13174
|
-
* 数据引擎名称,用于筛选
|
|
13175
|
-
*/
|
|
13176
|
-
DataEngineName?: string;
|
|
13177
|
-
/**
|
|
13178
|
-
* 返回数量,默认为10,最大值为100。
|
|
13179
|
-
*/
|
|
13180
|
-
Limit?: number;
|
|
13181
|
-
/**
|
|
13182
|
-
* 偏移量,默认为0。
|
|
13183
|
-
*/
|
|
13184
|
-
Offset?: number;
|
|
13185
|
-
/**
|
|
13186
|
-
* 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个: task-id - String - (任务ID准确过滤)task-id 取值形如:e386471f-139a-4e59-877f-50ece8135b99。task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败),rule-id - String - (洞察类型)取值范围 SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
|
|
13187
|
-
*/
|
|
13188
|
-
Filters?: Array<Filter>;
|
|
13189
|
-
/**
|
|
13190
|
-
* 排序字段,支持如下字段类型,instance-start-time (任务开始时间),job-time-sum (单位毫秒,引擎内执行耗时),task-time-sum (CU资源消耗,单位秒),input-bytes-sum(数据扫描总大小,单位bytes),shuffle-read-bytes-sum(数据shuffle总大小,单位bytes)
|
|
13191
|
-
*/
|
|
13192
|
-
SortBy?: string;
|
|
13193
|
-
/**
|
|
13194
|
-
* 排序方式,desc表示正序,asc表示反序, 默认为asc。
|
|
13195
|
-
*/
|
|
13196
|
-
Sorting?: string;
|
|
14190
|
+
export interface DescribeDataEngineSessionParametersRequest {
|
|
13197
14191
|
/**
|
|
13198
|
-
*
|
|
14192
|
+
* 引擎id
|
|
13199
14193
|
*/
|
|
13200
|
-
|
|
14194
|
+
DataEngineId: string;
|
|
13201
14195
|
/**
|
|
13202
|
-
*
|
|
14196
|
+
* 引擎名称,当指定引擎名称后优先使用名称获取配置
|
|
13203
14197
|
*/
|
|
13204
|
-
|
|
14198
|
+
DataEngineName?: string;
|
|
13205
14199
|
}
|
|
13206
14200
|
/**
|
|
13207
14201
|
* DescribeDataEngineSessionParameters返回参数结构体
|
|
@@ -13864,65 +14858,21 @@ export interface UpdateJobSpecPriorityRequest {
|
|
|
13864
14858
|
Priority: number;
|
|
13865
14859
|
}
|
|
13866
14860
|
/**
|
|
13867
|
-
*
|
|
14861
|
+
* DeletePartitionQueue请求参数结构体
|
|
13868
14862
|
*/
|
|
13869
|
-
export interface
|
|
13870
|
-
/**
|
|
13871
|
-
* <p>集群名称(可选,不填写则默认使用集群ID)</p>
|
|
13872
|
-
*/
|
|
13873
|
-
Name?: string;
|
|
13874
|
-
/**
|
|
13875
|
-
* <p>集群描述</p>
|
|
13876
|
-
*/
|
|
13877
|
-
Description?: string;
|
|
13878
|
-
/**
|
|
13879
|
-
* <p>所属计算组 ID</p>
|
|
13880
|
-
*/
|
|
13881
|
-
GroupId?: string;
|
|
13882
|
-
/**
|
|
13883
|
-
* <p>所属资源分区ID</p>
|
|
13884
|
-
*/
|
|
13885
|
-
ResourcePartitionId?: string;
|
|
13886
|
-
/**
|
|
13887
|
-
* <p>所属队列名称</p>
|
|
13888
|
-
*/
|
|
13889
|
-
Queue?: string;
|
|
13890
|
-
/**
|
|
13891
|
-
* <p>镜像地址</p>
|
|
13892
|
-
*/
|
|
13893
|
-
Image?: string;
|
|
13894
|
-
/**
|
|
13895
|
-
* <p>镜像拉取策略(Always, IfNotPresent, Never)</p>
|
|
13896
|
-
*/
|
|
13897
|
-
ImagePullPolicy?: string;
|
|
13898
|
-
/**
|
|
13899
|
-
* <p>镜像拉取类型(BuiltIn: 内置, Custom: 自定义-TCR, CustomCcr: 自定义-CCR)</p>
|
|
13900
|
-
*/
|
|
13901
|
-
ImagePullType?: string;
|
|
13902
|
-
/**
|
|
13903
|
-
* <p>资源配置</p>
|
|
13904
|
-
*/
|
|
13905
|
-
ResourceConfig?: string;
|
|
13906
|
-
/**
|
|
13907
|
-
* <p>资源配置ID</p>
|
|
13908
|
-
*/
|
|
13909
|
-
ResourceConfigId?: string;
|
|
13910
|
-
/**
|
|
13911
|
-
* <p>存储卷和挂载卷配置</p>
|
|
13912
|
-
*/
|
|
13913
|
-
Catalog?: string;
|
|
14863
|
+
export interface DeletePartitionQueueRequest {
|
|
13914
14864
|
/**
|
|
13915
|
-
*
|
|
14865
|
+
* 分区编码
|
|
13916
14866
|
*/
|
|
13917
|
-
|
|
14867
|
+
PartitionCode: string;
|
|
13918
14868
|
/**
|
|
13919
|
-
*
|
|
14869
|
+
* 队列名称
|
|
13920
14870
|
*/
|
|
13921
|
-
|
|
14871
|
+
QueueName: string;
|
|
13922
14872
|
/**
|
|
13923
|
-
*
|
|
14873
|
+
* 队列ID
|
|
13924
14874
|
*/
|
|
13925
|
-
|
|
14875
|
+
Id: number;
|
|
13926
14876
|
}
|
|
13927
14877
|
/**
|
|
13928
14878
|
* 工作组详细信息
|
|
@@ -14001,13 +14951,23 @@ export interface AssignMangedTablePropertiesResponse {
|
|
|
14001
14951
|
RequestId?: string;
|
|
14002
14952
|
}
|
|
14003
14953
|
/**
|
|
14004
|
-
*
|
|
14954
|
+
* 可售卖资源规格信息
|
|
14005
14955
|
*/
|
|
14006
|
-
export interface
|
|
14956
|
+
export interface ResourceSaleInfo {
|
|
14007
14957
|
/**
|
|
14008
|
-
*
|
|
14958
|
+
* <p>可售卖资源规格</p>
|
|
14009
14959
|
*/
|
|
14010
|
-
|
|
14960
|
+
ResourceSpec?: ResourceSpec;
|
|
14961
|
+
/**
|
|
14962
|
+
* <p>规格步长</p>
|
|
14963
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14964
|
+
*/
|
|
14965
|
+
Step?: number;
|
|
14966
|
+
/**
|
|
14967
|
+
* <p>最大资源数量,仅GU有值</p>
|
|
14968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14969
|
+
*/
|
|
14970
|
+
MaxSpec?: number;
|
|
14011
14971
|
}
|
|
14012
14972
|
/**
|
|
14013
14973
|
* 集群大版本镜像信息。
|
|
@@ -14050,6 +15010,15 @@ export interface DataEngineImageVersion {
|
|
|
14050
15010
|
*/
|
|
14051
15011
|
UpdateTime?: string;
|
|
14052
15012
|
}
|
|
15013
|
+
/**
|
|
15014
|
+
* ModifyPartitionDescription返回参数结构体
|
|
15015
|
+
*/
|
|
15016
|
+
export interface ModifyPartitionDescriptionResponse {
|
|
15017
|
+
/**
|
|
15018
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15019
|
+
*/
|
|
15020
|
+
RequestId?: string;
|
|
15021
|
+
}
|
|
14053
15022
|
/**
|
|
14054
15023
|
* UpdateUDFPolicy请求参数结构体
|
|
14055
15024
|
*/
|
|
@@ -14191,13 +15160,105 @@ export interface StatementInformation {
|
|
|
14191
15160
|
SQL?: string;
|
|
14192
15161
|
}
|
|
14193
15162
|
/**
|
|
14194
|
-
*
|
|
15163
|
+
* GetInferenceModel返回参数结构体
|
|
14195
15164
|
*/
|
|
14196
|
-
export interface
|
|
15165
|
+
export interface GetInferenceModelResponse {
|
|
14197
15166
|
/**
|
|
14198
|
-
*
|
|
15167
|
+
* <p>模型ID</p>
|
|
14199
15168
|
*/
|
|
14200
|
-
|
|
15169
|
+
ModelId?: string;
|
|
15170
|
+
/**
|
|
15171
|
+
* <p>模型UID</p>
|
|
15172
|
+
*/
|
|
15173
|
+
ModelUid?: string;
|
|
15174
|
+
/**
|
|
15175
|
+
* <p>模型名称</p>
|
|
15176
|
+
*/
|
|
15177
|
+
Name?: string;
|
|
15178
|
+
/**
|
|
15179
|
+
* <p>模型提供方</p>
|
|
15180
|
+
*/
|
|
15181
|
+
Provider?: string;
|
|
15182
|
+
/**
|
|
15183
|
+
* <p>模型描述</p>
|
|
15184
|
+
*/
|
|
15185
|
+
Description?: string;
|
|
15186
|
+
/**
|
|
15187
|
+
* <p>模型类型</p>
|
|
15188
|
+
*/
|
|
15189
|
+
ModelType?: string;
|
|
15190
|
+
/**
|
|
15191
|
+
* <p>模型参数量</p>
|
|
15192
|
+
*/
|
|
15193
|
+
ParameterSize?: string;
|
|
15194
|
+
/**
|
|
15195
|
+
* <p>模型标签列表</p>
|
|
15196
|
+
*/
|
|
15197
|
+
Tags?: Array<string>;
|
|
15198
|
+
/**
|
|
15199
|
+
* <p>最新版本号</p>
|
|
15200
|
+
*/
|
|
15201
|
+
LatestVersion?: string;
|
|
15202
|
+
/**
|
|
15203
|
+
* <p>版本总数</p>
|
|
15204
|
+
*/
|
|
15205
|
+
VersionCount?: number;
|
|
15206
|
+
/**
|
|
15207
|
+
* <p>关联的推理服务数量</p>
|
|
15208
|
+
*/
|
|
15209
|
+
ServiceCount?: number;
|
|
15210
|
+
/**
|
|
15211
|
+
* <p>是否有存储</p>
|
|
15212
|
+
*/
|
|
15213
|
+
HasStorage?: boolean;
|
|
15214
|
+
/**
|
|
15215
|
+
* <p>存储地域</p>
|
|
15216
|
+
*/
|
|
15217
|
+
StorageRegion?: string;
|
|
15218
|
+
/**
|
|
15219
|
+
* <p>是否使用用户自带存储桶</p>
|
|
15220
|
+
*/
|
|
15221
|
+
HasCustomStorage?: boolean;
|
|
15222
|
+
/**
|
|
15223
|
+
* <p>存储后端类型</p>
|
|
15224
|
+
*/
|
|
15225
|
+
StorageType?: string;
|
|
15226
|
+
/**
|
|
15227
|
+
* <p>是否内置模型</p>
|
|
15228
|
+
*/
|
|
15229
|
+
BuiltIn?: boolean;
|
|
15230
|
+
/**
|
|
15231
|
+
* <p>任务类型列表</p>
|
|
15232
|
+
*/
|
|
15233
|
+
Tasks?: Array<string>;
|
|
15234
|
+
/**
|
|
15235
|
+
* <p>模型支持的推理引擎列表</p>
|
|
15236
|
+
*/
|
|
15237
|
+
SupportedEngines?: Array<string>;
|
|
15238
|
+
/**
|
|
15239
|
+
* <p>UIN</p>
|
|
15240
|
+
*/
|
|
15241
|
+
Uin?: string;
|
|
15242
|
+
/**
|
|
15243
|
+
* <p>APPID</p>
|
|
15244
|
+
*/
|
|
15245
|
+
AppId?: number;
|
|
15246
|
+
/**
|
|
15247
|
+
* <p>创建时间</p>
|
|
15248
|
+
*/
|
|
15249
|
+
CreateTime?: number;
|
|
15250
|
+
/**
|
|
15251
|
+
* <p>更新时间</p>
|
|
15252
|
+
*/
|
|
15253
|
+
UpdateTime?: number;
|
|
15254
|
+
/**
|
|
15255
|
+
* <p>Sub UIN</p>
|
|
15256
|
+
*/
|
|
15257
|
+
SubAccountUin?: string;
|
|
15258
|
+
/**
|
|
15259
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15260
|
+
*/
|
|
15261
|
+
RequestId?: string;
|
|
14201
15262
|
}
|
|
14202
15263
|
/**
|
|
14203
15264
|
* DeleteResourceConfig返回参数结构体
|
|
@@ -14217,6 +15278,23 @@ export interface DeleteThirdPartyAccessUserResponse {
|
|
|
14217
15278
|
*/
|
|
14218
15279
|
RequestId?: string;
|
|
14219
15280
|
}
|
|
15281
|
+
/**
|
|
15282
|
+
* 定时启停策略信息
|
|
15283
|
+
*/
|
|
15284
|
+
export interface CrontabResumeSuspendStrategy {
|
|
15285
|
+
/**
|
|
15286
|
+
* 定时拉起时间:如:周一&周三8点
|
|
15287
|
+
*/
|
|
15288
|
+
ResumeTime?: string;
|
|
15289
|
+
/**
|
|
15290
|
+
* 定时挂起时间:如:周一&周三20点
|
|
15291
|
+
*/
|
|
15292
|
+
SuspendTime?: string;
|
|
15293
|
+
/**
|
|
15294
|
+
* 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
|
|
15295
|
+
*/
|
|
15296
|
+
SuspendStrategy?: number;
|
|
15297
|
+
}
|
|
14220
15298
|
/**
|
|
14221
15299
|
* StopRayCluster请求参数结构体
|
|
14222
15300
|
*/
|
|
@@ -14300,6 +15378,10 @@ export interface DescribeDataEngineImageVersionsResponse {
|
|
|
14300
15378
|
*/
|
|
14301
15379
|
RequestId?: string;
|
|
14302
15380
|
}
|
|
15381
|
+
/**
|
|
15382
|
+
* DescribeSaleRegions请求参数结构体
|
|
15383
|
+
*/
|
|
15384
|
+
export type DescribeSaleRegionsRequest = null;
|
|
14303
15385
|
/**
|
|
14304
15386
|
* CreateTcIcebergTable返回参数结构体
|
|
14305
15387
|
*/
|
|
@@ -14962,6 +16044,19 @@ export interface CreateSparkSessionBatchSQLRequest {
|
|
|
14962
16044
|
*/
|
|
14963
16045
|
SourceInfo?: Array<KVPair>;
|
|
14964
16046
|
}
|
|
16047
|
+
/**
|
|
16048
|
+
* DescribePartitionDetail返回参数结构体
|
|
16049
|
+
*/
|
|
16050
|
+
export interface DescribePartitionDetailResponse {
|
|
16051
|
+
/**
|
|
16052
|
+
* 分区详情
|
|
16053
|
+
*/
|
|
16054
|
+
PartitionDetail?: PartitionDetail;
|
|
16055
|
+
/**
|
|
16056
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16057
|
+
*/
|
|
16058
|
+
RequestId?: string;
|
|
16059
|
+
}
|
|
14965
16060
|
/**
|
|
14966
16061
|
* ListTaskJobLogDetail返回参数结构体
|
|
14967
16062
|
*/
|
|
@@ -15071,6 +16166,31 @@ export interface HouseEventsInfo {
|
|
|
15071
16166
|
*/
|
|
15072
16167
|
ClusterInfo?: Array<string>;
|
|
15073
16168
|
}
|
|
16169
|
+
/**
|
|
16170
|
+
* LockMetaData请求参数结构体
|
|
16171
|
+
*/
|
|
16172
|
+
export interface LockMetaDataRequest {
|
|
16173
|
+
/**
|
|
16174
|
+
* 加锁内容
|
|
16175
|
+
*/
|
|
16176
|
+
LockComponentList: Array<LockComponentInfo>;
|
|
16177
|
+
/**
|
|
16178
|
+
* 数据源名称
|
|
16179
|
+
*/
|
|
16180
|
+
DatasourceConnectionName?: string;
|
|
16181
|
+
/**
|
|
16182
|
+
* 事务id
|
|
16183
|
+
*/
|
|
16184
|
+
TxnId?: number;
|
|
16185
|
+
/**
|
|
16186
|
+
* 客户端信息
|
|
16187
|
+
*/
|
|
16188
|
+
AgentInfo?: string;
|
|
16189
|
+
/**
|
|
16190
|
+
* 主机名
|
|
16191
|
+
*/
|
|
16192
|
+
Hostname?: string;
|
|
16193
|
+
}
|
|
15074
16194
|
/**
|
|
15075
16195
|
* SQL查询任务
|
|
15076
16196
|
*/
|
|
@@ -15181,21 +16301,17 @@ export interface CreateDMSDatabaseRequest {
|
|
|
15181
16301
|
DatasourceConnectionName?: string;
|
|
15182
16302
|
}
|
|
15183
16303
|
/**
|
|
15184
|
-
*
|
|
16304
|
+
* CheckModifyPartition请求参数结构体
|
|
15185
16305
|
*/
|
|
15186
|
-
export interface
|
|
15187
|
-
/**
|
|
15188
|
-
* <p>工作组Id</p>
|
|
15189
|
-
*/
|
|
15190
|
-
WorkGroupId: number;
|
|
16306
|
+
export interface CheckModifyPartitionRequest {
|
|
15191
16307
|
/**
|
|
15192
|
-
* <p
|
|
16308
|
+
* <p>分区编码</p>
|
|
15193
16309
|
*/
|
|
15194
|
-
|
|
16310
|
+
PartitionCode: string;
|
|
15195
16311
|
/**
|
|
15196
|
-
* <p
|
|
16312
|
+
* <p>目标资源配额列表(计费项+目标数量)</p>
|
|
15197
16313
|
*/
|
|
15198
|
-
|
|
16314
|
+
TargetResourceQuotaList: Array<ResourceQuota>;
|
|
15199
16315
|
}
|
|
15200
16316
|
/**
|
|
15201
16317
|
* DeleteCHDFSBindingProduct返回参数结构体
|
|
@@ -15245,6 +16361,24 @@ export interface DescribeLakeFsTaskResultResponse {
|
|
|
15245
16361
|
*/
|
|
15246
16362
|
RequestId?: string;
|
|
15247
16363
|
}
|
|
16364
|
+
/**
|
|
16365
|
+
* CheckModifyPartition返回参数结构体
|
|
16366
|
+
*/
|
|
16367
|
+
export interface CheckModifyPartitionResponse {
|
|
16368
|
+
/**
|
|
16369
|
+
* <p>是否允许变配:true-允许,false-不允许</p>
|
|
16370
|
+
*/
|
|
16371
|
+
CanModify?: boolean;
|
|
16372
|
+
/**
|
|
16373
|
+
* <p>校验失败时的不足资源描述信息列表,校验通过时为null</p>
|
|
16374
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16375
|
+
*/
|
|
16376
|
+
MessageList?: Array<MessageItem>;
|
|
16377
|
+
/**
|
|
16378
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16379
|
+
*/
|
|
16380
|
+
RequestId?: string;
|
|
16381
|
+
}
|
|
15248
16382
|
/**
|
|
15249
16383
|
* TensorFlow、Pytorch、SK-learn镜像信息列表
|
|
15250
16384
|
*/
|
|
@@ -15723,13 +16857,22 @@ export interface RestartDataEngineRequest {
|
|
|
15723
16857
|
ForcedOperation?: boolean;
|
|
15724
16858
|
}
|
|
15725
16859
|
/**
|
|
15726
|
-
*
|
|
16860
|
+
* CheckQueueName返回参数结构体
|
|
15727
16861
|
*/
|
|
15728
|
-
export interface
|
|
16862
|
+
export interface CheckQueueNameResponse {
|
|
15729
16863
|
/**
|
|
15730
|
-
*
|
|
16864
|
+
* 校验是否通过:true-通过,false-不通过
|
|
15731
16865
|
*/
|
|
15732
|
-
|
|
16866
|
+
IsValid?: string;
|
|
16867
|
+
/**
|
|
16868
|
+
* 校验失败原因,校验通过时为空
|
|
16869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16870
|
+
*/
|
|
16871
|
+
Message?: string;
|
|
16872
|
+
/**
|
|
16873
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16874
|
+
*/
|
|
16875
|
+
RequestId?: string;
|
|
15733
16876
|
}
|
|
15734
16877
|
/**
|
|
15735
16878
|
* DescribeNotebookSession返回参数结构体
|
|
@@ -16356,29 +17499,66 @@ export interface UserRole {
|
|
|
16356
17499
|
*/
|
|
16357
17500
|
ModifyTime?: number;
|
|
16358
17501
|
/**
|
|
16359
|
-
* 角色描述信息
|
|
17502
|
+
* 角色描述信息
|
|
17503
|
+
*/
|
|
17504
|
+
Desc?: string;
|
|
17505
|
+
/**
|
|
17506
|
+
* 角色名称
|
|
17507
|
+
*/
|
|
17508
|
+
RoleName?: string;
|
|
17509
|
+
/**
|
|
17510
|
+
* 创建者UIN
|
|
17511
|
+
*/
|
|
17512
|
+
Creator?: string;
|
|
17513
|
+
/**
|
|
17514
|
+
* cos授权路径列表
|
|
17515
|
+
*/
|
|
17516
|
+
CosPermissionList?: Array<CosPermission>;
|
|
17517
|
+
/**
|
|
17518
|
+
* cam策略json
|
|
17519
|
+
*/
|
|
17520
|
+
PermissionJson?: string;
|
|
17521
|
+
/**
|
|
17522
|
+
* 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
|
|
17523
|
+
*/
|
|
17524
|
+
IsDefault?: number;
|
|
17525
|
+
}
|
|
17526
|
+
/**
|
|
17527
|
+
* 任务状态历史记录
|
|
17528
|
+
*/
|
|
17529
|
+
export interface JobStatusHistory {
|
|
17530
|
+
/**
|
|
17531
|
+
* 历史记录ID
|
|
17532
|
+
*/
|
|
17533
|
+
Id?: number;
|
|
17534
|
+
/**
|
|
17535
|
+
* 作业ID
|
|
17536
|
+
*/
|
|
17537
|
+
JobId?: string;
|
|
17538
|
+
/**
|
|
17539
|
+
* 作业名称
|
|
16360
17540
|
*/
|
|
16361
|
-
|
|
17541
|
+
JobName?: string;
|
|
16362
17542
|
/**
|
|
16363
|
-
*
|
|
17543
|
+
* 源状态
|
|
16364
17544
|
*/
|
|
16365
|
-
|
|
17545
|
+
FromState?: string;
|
|
16366
17546
|
/**
|
|
16367
|
-
*
|
|
17547
|
+
* 目标状态
|
|
16368
17548
|
*/
|
|
16369
|
-
|
|
17549
|
+
ToState?: string;
|
|
16370
17550
|
/**
|
|
16371
|
-
*
|
|
17551
|
+
* 触发事件
|
|
16372
17552
|
*/
|
|
16373
|
-
|
|
17553
|
+
Event?: string;
|
|
16374
17554
|
/**
|
|
16375
|
-
*
|
|
17555
|
+
* 消息
|
|
16376
17556
|
*/
|
|
16377
|
-
|
|
17557
|
+
Message?: string;
|
|
16378
17558
|
/**
|
|
16379
|
-
*
|
|
17559
|
+
* 转换时间(毫秒时间戳)
|
|
16380
17560
|
*/
|
|
16381
|
-
|
|
17561
|
+
TransitionTime?: number;
|
|
16382
17562
|
}
|
|
16383
17563
|
/**
|
|
16384
17564
|
* DescribeUserType请求参数结构体
|
|
@@ -16528,6 +17708,114 @@ export interface CHDFSProductVpcInfo {
|
|
|
16528
17708
|
*/
|
|
16529
17709
|
AccessGroupId?: string;
|
|
16530
17710
|
}
|
|
17711
|
+
/**
|
|
17712
|
+
* DescribePartitionDetail请求参数结构体
|
|
17713
|
+
*/
|
|
17714
|
+
export interface DescribePartitionDetailRequest {
|
|
17715
|
+
/**
|
|
17716
|
+
* 分区编码
|
|
17717
|
+
*/
|
|
17718
|
+
PartitionCode: string;
|
|
17719
|
+
}
|
|
17720
|
+
/**
|
|
17721
|
+
* UpdateDataEngineConfig返回参数结构体
|
|
17722
|
+
*/
|
|
17723
|
+
export interface UpdateDataEngineConfigResponse {
|
|
17724
|
+
/**
|
|
17725
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17726
|
+
*/
|
|
17727
|
+
RequestId?: string;
|
|
17728
|
+
}
|
|
17729
|
+
/**
|
|
17730
|
+
* CreateInferenceModel返回参数结构体
|
|
17731
|
+
*/
|
|
17732
|
+
export interface CreateInferenceModelResponse {
|
|
17733
|
+
/**
|
|
17734
|
+
* <p>模型ID</p>
|
|
17735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17736
|
+
*/
|
|
17737
|
+
ModelId?: string;
|
|
17738
|
+
/**
|
|
17739
|
+
* <p>模型UID</p>
|
|
17740
|
+
*/
|
|
17741
|
+
ModelUid?: string;
|
|
17742
|
+
/**
|
|
17743
|
+
* <p>模型名称</p>
|
|
17744
|
+
*/
|
|
17745
|
+
Name?: string;
|
|
17746
|
+
/**
|
|
17747
|
+
* <p>模型提供方</p>
|
|
17748
|
+
*/
|
|
17749
|
+
Provider?: string;
|
|
17750
|
+
/**
|
|
17751
|
+
* <p>模型描述</p>
|
|
17752
|
+
*/
|
|
17753
|
+
Description?: string;
|
|
17754
|
+
/**
|
|
17755
|
+
* <p>模型类型</p>
|
|
17756
|
+
*/
|
|
17757
|
+
ModelType?: string;
|
|
17758
|
+
/**
|
|
17759
|
+
* <p>参数大小</p>
|
|
17760
|
+
*/
|
|
17761
|
+
ParameterSize?: string;
|
|
17762
|
+
/**
|
|
17763
|
+
* <p>模型标签</p>
|
|
17764
|
+
*/
|
|
17765
|
+
Tags?: Array<string>;
|
|
17766
|
+
/**
|
|
17767
|
+
* <p>最新版本</p>
|
|
17768
|
+
*/
|
|
17769
|
+
LatestVersion?: string;
|
|
17770
|
+
/**
|
|
17771
|
+
* <p>版本总数</p>
|
|
17772
|
+
*/
|
|
17773
|
+
VersionCount?: number;
|
|
17774
|
+
/**
|
|
17775
|
+
* <p>关联的推理服务数量</p>
|
|
17776
|
+
*/
|
|
17777
|
+
ServiceCount?: number;
|
|
17778
|
+
/**
|
|
17779
|
+
* <p>是否有存储</p>
|
|
17780
|
+
*/
|
|
17781
|
+
HasStorage?: boolean;
|
|
17782
|
+
/**
|
|
17783
|
+
* <p>是否使用用户自带存储桶</p>
|
|
17784
|
+
*/
|
|
17785
|
+
HasCustomStorage?: boolean;
|
|
17786
|
+
/**
|
|
17787
|
+
* <p>存储后端类型</p>
|
|
17788
|
+
*/
|
|
17789
|
+
StorageType?: string;
|
|
17790
|
+
/**
|
|
17791
|
+
* <p>是否内置模型</p>
|
|
17792
|
+
*/
|
|
17793
|
+
BuiltIn?: boolean;
|
|
17794
|
+
/**
|
|
17795
|
+
* <p>任务类型列表</p>
|
|
17796
|
+
*/
|
|
17797
|
+
Tasks?: Array<string>;
|
|
17798
|
+
/**
|
|
17799
|
+
* <p>APPID</p>
|
|
17800
|
+
*/
|
|
17801
|
+
AppId?: number;
|
|
17802
|
+
/**
|
|
17803
|
+
* <p>创建时间</p>
|
|
17804
|
+
*/
|
|
17805
|
+
CreateTime?: number;
|
|
17806
|
+
/**
|
|
17807
|
+
* <p>更新时间</p>
|
|
17808
|
+
*/
|
|
17809
|
+
UpdateTime?: number;
|
|
17810
|
+
/**
|
|
17811
|
+
* <p>Sub UIN</p>
|
|
17812
|
+
*/
|
|
17813
|
+
SubAccountUin?: string;
|
|
17814
|
+
/**
|
|
17815
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17816
|
+
*/
|
|
17817
|
+
RequestId?: string;
|
|
17818
|
+
}
|
|
16531
17819
|
/**
|
|
16532
17820
|
* 视图基本配置信息
|
|
16533
17821
|
*/
|
|
@@ -16839,6 +18127,10 @@ export interface ListTaskJobLogDetailRequest {
|
|
|
16839
18127
|
*/
|
|
16840
18128
|
ResourceGroupId?: string;
|
|
16841
18129
|
}
|
|
18130
|
+
/**
|
|
18131
|
+
* DescribeSaleResourceInfo请求参数结构体
|
|
18132
|
+
*/
|
|
18133
|
+
export type DescribeSaleResourceInfoRequest = null;
|
|
16842
18134
|
/**
|
|
16843
18135
|
* DescribeNativeSparkSessions请求参数结构体
|
|
16844
18136
|
*/
|
|
@@ -16860,6 +18152,15 @@ export interface DescribeNativeSparkSessionsRequest {
|
|
|
16860
18152
|
*/
|
|
16861
18153
|
UserUin?: string;
|
|
16862
18154
|
}
|
|
18155
|
+
/**
|
|
18156
|
+
* GetInferenceModel请求参数结构体
|
|
18157
|
+
*/
|
|
18158
|
+
export interface GetInferenceModelRequest {
|
|
18159
|
+
/**
|
|
18160
|
+
* <p>模型UID</p>
|
|
18161
|
+
*/
|
|
18162
|
+
ModelUid?: string;
|
|
18163
|
+
}
|
|
16863
18164
|
/**
|
|
16864
18165
|
* DescribeSessionImageVersion请求参数结构体
|
|
16865
18166
|
*/
|
|
@@ -16970,194 +18271,51 @@ export interface UpdateUDFPolicyResponse {
|
|
|
16970
18271
|
RequestId?: string;
|
|
16971
18272
|
}
|
|
16972
18273
|
/**
|
|
16973
|
-
* DescribeNotebookSessions返回参数结构体
|
|
16974
|
-
*/
|
|
16975
|
-
export interface DescribeNotebookSessionsResponse {
|
|
16976
|
-
/**
|
|
16977
|
-
* session总数量
|
|
16978
|
-
*/
|
|
16979
|
-
TotalElements?: number;
|
|
16980
|
-
/**
|
|
16981
|
-
* 总页数
|
|
16982
|
-
*/
|
|
16983
|
-
TotalPages?: number;
|
|
16984
|
-
/**
|
|
16985
|
-
* 当前页码
|
|
16986
|
-
*/
|
|
16987
|
-
Page?: number;
|
|
16988
|
-
/**
|
|
16989
|
-
* 当前页数量
|
|
16990
|
-
*/
|
|
16991
|
-
Size?: number;
|
|
16992
|
-
/**
|
|
16993
|
-
* session列表信息
|
|
16994
|
-
*/
|
|
16995
|
-
Sessions?: Array<NotebookSessions>;
|
|
16996
|
-
/**
|
|
16997
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16998
|
-
*/
|
|
16999
|
-
RequestId?: string;
|
|
17000
|
-
}
|
|
17001
|
-
/**
|
|
17002
|
-
* DescribeEngineUsageInfo请求参数结构体
|
|
17003
|
-
*/
|
|
17004
|
-
export interface DescribeEngineUsageInfoRequest {
|
|
17005
|
-
/**
|
|
17006
|
-
* 数据引擎ID
|
|
17007
|
-
*/
|
|
17008
|
-
DataEngineId: string;
|
|
17009
|
-
}
|
|
17010
|
-
/**
|
|
17011
|
-
* CreateJobSpec返回参数结构体
|
|
17012
|
-
*/
|
|
17013
|
-
export interface CreateJobSpecResponse {
|
|
17014
|
-
/**
|
|
17015
|
-
* <p>配置ID</p>
|
|
17016
|
-
*/
|
|
17017
|
-
Id?: string;
|
|
17018
|
-
/**
|
|
17019
|
-
* <p>配置名称</p>
|
|
17020
|
-
*/
|
|
17021
|
-
Name?: string;
|
|
17022
|
-
/**
|
|
17023
|
-
* <p>配置描述</p>
|
|
17024
|
-
*/
|
|
17025
|
-
Description?: string;
|
|
17026
|
-
/**
|
|
17027
|
-
* <p>入口命令</p>
|
|
17028
|
-
*/
|
|
17029
|
-
Entrypoint?: string;
|
|
17030
|
-
/**
|
|
17031
|
-
* <p>镜像地址</p>
|
|
17032
|
-
*/
|
|
17033
|
-
Image?: string;
|
|
17034
|
-
/**
|
|
17035
|
-
* <p>镜像拉取类型(Builtin: 内置, Custom: 自定义)</p>
|
|
17036
|
-
*/
|
|
17037
|
-
ImagePullType?: string;
|
|
17038
|
-
/**
|
|
17039
|
-
* <p>镜像拉取策略</p>
|
|
17040
|
-
*/
|
|
17041
|
-
ImagePullPolicy?: string;
|
|
17042
|
-
/**
|
|
17043
|
-
* <p>资源配置(JSON)</p>
|
|
17044
|
-
*/
|
|
17045
|
-
ResourceConfig?: string;
|
|
17046
|
-
/**
|
|
17047
|
-
* <p>运行时环境配置(JSON)</p>
|
|
17048
|
-
*/
|
|
17049
|
-
RuntimeEnv?: string;
|
|
17050
|
-
/**
|
|
17051
|
-
* <p>存储卷和挂载卷配置(JSON)</p>
|
|
17052
|
-
*/
|
|
17053
|
-
Catalog?: string;
|
|
17054
|
-
/**
|
|
17055
|
-
* <p>弹性伸缩配置(JSON)</p>
|
|
17056
|
-
*/
|
|
17057
|
-
AutoscalerOptions?: string;
|
|
17058
|
-
/**
|
|
17059
|
-
* <p>资源配置模板ID</p>
|
|
17060
|
-
*/
|
|
17061
|
-
ResourceConfigId?: string;
|
|
17062
|
-
/**
|
|
17063
|
-
* <p>资源配置模板是否变更</p>
|
|
17064
|
-
*/
|
|
17065
|
-
ResourceConfigChanged?: boolean;
|
|
17066
|
-
/**
|
|
17067
|
-
* <p>默认资源分区ID</p>
|
|
17068
|
-
*/
|
|
17069
|
-
ResourcePartitionId?: string;
|
|
17070
|
-
/**
|
|
17071
|
-
* <p>默认资源分区名称</p>
|
|
17072
|
-
*/
|
|
17073
|
-
ResourcePartitionName?: string;
|
|
17074
|
-
/**
|
|
17075
|
-
* <p>默认队列名称</p>
|
|
17076
|
-
*/
|
|
17077
|
-
Queue?: string;
|
|
17078
|
-
/**
|
|
17079
|
-
* <p>作业包URL</p>
|
|
17080
|
-
*/
|
|
17081
|
-
JobPackage?: string;
|
|
17082
|
-
/**
|
|
17083
|
-
* <p>作业包名称</p>
|
|
17084
|
-
*/
|
|
17085
|
-
JobPackageName?: string;
|
|
17086
|
-
/**
|
|
17087
|
-
* <p>作业包来源类型(Local: 本地上传, Cos: 用户自有 COS 桶地址);缺省时按 Local 处理</p>
|
|
17088
|
-
*/
|
|
17089
|
-
JobPackageSource?: string;
|
|
17090
|
-
/**
|
|
17091
|
-
* <p>应用ID</p>
|
|
17092
|
-
*/
|
|
17093
|
-
AppId?: number;
|
|
17094
|
-
/**
|
|
17095
|
-
* <p>创建者UIN</p>
|
|
17096
|
-
*/
|
|
17097
|
-
Uin?: string;
|
|
17098
|
-
/**
|
|
17099
|
-
* <p>子用户UIN</p>
|
|
17100
|
-
*/
|
|
17101
|
-
SubAccountUin?: string;
|
|
17102
|
-
/**
|
|
17103
|
-
* <p>子用户名称(由聚合层通过 CAM 接口回填)</p>
|
|
17104
|
-
*/
|
|
17105
|
-
SubAccountName?: string;
|
|
17106
|
-
/**
|
|
17107
|
-
* <p>创建时间</p>
|
|
17108
|
-
*/
|
|
17109
|
-
CreateTime?: number;
|
|
17110
|
-
/**
|
|
17111
|
-
* <p>更新时间</p>
|
|
17112
|
-
*/
|
|
17113
|
-
UpdateTime?: number;
|
|
17114
|
-
/**
|
|
17115
|
-
* <p>该配置下未进入终态的作业实例数量</p>
|
|
17116
|
-
*/
|
|
17117
|
-
JobInstanceCount?: number;
|
|
17118
|
-
/**
|
|
17119
|
-
* <p>是否有运行中的作业实例</p>
|
|
17120
|
-
*/
|
|
17121
|
-
HasRunningJobs?: boolean;
|
|
17122
|
-
/**
|
|
17123
|
-
* <p>高级参数json</p>
|
|
17124
|
-
*/
|
|
17125
|
-
AdvancedOptions?: string;
|
|
18274
|
+
* DescribeNotebookSessions返回参数结构体
|
|
18275
|
+
*/
|
|
18276
|
+
export interface DescribeNotebookSessionsResponse {
|
|
17126
18277
|
/**
|
|
17127
|
-
*
|
|
17128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18278
|
+
* session总数量
|
|
17129
18279
|
*/
|
|
17130
|
-
|
|
18280
|
+
TotalElements?: number;
|
|
17131
18281
|
/**
|
|
17132
|
-
*
|
|
17133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18282
|
+
* 总页数
|
|
17134
18283
|
*/
|
|
17135
|
-
|
|
18284
|
+
TotalPages?: number;
|
|
17136
18285
|
/**
|
|
17137
|
-
*
|
|
17138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18286
|
+
* 当前页码
|
|
17139
18287
|
*/
|
|
17140
|
-
|
|
18288
|
+
Page?: number;
|
|
17141
18289
|
/**
|
|
17142
|
-
*
|
|
18290
|
+
* 当前页数量
|
|
17143
18291
|
*/
|
|
17144
|
-
|
|
18292
|
+
Size?: number;
|
|
17145
18293
|
/**
|
|
17146
|
-
*
|
|
18294
|
+
* session列表信息
|
|
17147
18295
|
*/
|
|
17148
|
-
|
|
18296
|
+
Sessions?: Array<NotebookSessions>;
|
|
17149
18297
|
/**
|
|
17150
|
-
*
|
|
18298
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17151
18299
|
*/
|
|
17152
|
-
|
|
18300
|
+
RequestId?: string;
|
|
18301
|
+
}
|
|
18302
|
+
/**
|
|
18303
|
+
* DescribeEngineUsageInfo请求参数结构体
|
|
18304
|
+
*/
|
|
18305
|
+
export interface DescribeEngineUsageInfoRequest {
|
|
17153
18306
|
/**
|
|
17154
|
-
*
|
|
18307
|
+
* 数据引擎ID
|
|
17155
18308
|
*/
|
|
17156
|
-
|
|
18309
|
+
DataEngineId: string;
|
|
18310
|
+
}
|
|
18311
|
+
/**
|
|
18312
|
+
* CreateDataMaskStrategy返回参数结构体
|
|
18313
|
+
*/
|
|
18314
|
+
export interface CreateDataMaskStrategyResponse {
|
|
17157
18315
|
/**
|
|
17158
|
-
*
|
|
18316
|
+
* 策略id
|
|
17159
18317
|
*/
|
|
17160
|
-
|
|
18318
|
+
StrategyId?: string;
|
|
17161
18319
|
/**
|
|
17162
18320
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17163
18321
|
*/
|
|
@@ -17950,17 +19108,29 @@ export interface UpdateResourceConfigResponse {
|
|
|
17950
19108
|
RequestId?: string;
|
|
17951
19109
|
}
|
|
17952
19110
|
/**
|
|
17953
|
-
*
|
|
19111
|
+
* DropDMSTable请求参数结构体
|
|
17954
19112
|
*/
|
|
17955
|
-
export interface
|
|
19113
|
+
export interface DropDMSTableRequest {
|
|
17956
19114
|
/**
|
|
17957
|
-
*
|
|
19115
|
+
* 数据库名称
|
|
17958
19116
|
*/
|
|
17959
|
-
|
|
19117
|
+
DbName?: string;
|
|
17960
19118
|
/**
|
|
17961
|
-
*
|
|
19119
|
+
* 表名称
|
|
17962
19120
|
*/
|
|
17963
|
-
|
|
19121
|
+
Name?: string;
|
|
19122
|
+
/**
|
|
19123
|
+
* 是否删除数据
|
|
19124
|
+
*/
|
|
19125
|
+
DeleteData?: boolean;
|
|
19126
|
+
/**
|
|
19127
|
+
* 环境属性
|
|
19128
|
+
*/
|
|
19129
|
+
EnvProps?: KVPair;
|
|
19130
|
+
/**
|
|
19131
|
+
* 数据目录信息
|
|
19132
|
+
*/
|
|
19133
|
+
DatasourceConnectionName?: string;
|
|
17964
19134
|
}
|
|
17965
19135
|
/**
|
|
17966
19136
|
* UpdateJobSpec请求参数结构体
|
|
@@ -18444,6 +19614,95 @@ export interface QueryTaskCostDetailResponse {
|
|
|
18444
19614
|
*/
|
|
18445
19615
|
RequestId?: string;
|
|
18446
19616
|
}
|
|
19617
|
+
/**
|
|
19618
|
+
* UpdateInferenceModel返回参数结构体
|
|
19619
|
+
*/
|
|
19620
|
+
export interface UpdateInferenceModelResponse {
|
|
19621
|
+
/**
|
|
19622
|
+
* <p>推理模型ID</p>
|
|
19623
|
+
*/
|
|
19624
|
+
ModelId?: string;
|
|
19625
|
+
/**
|
|
19626
|
+
* <p>推理模型UID</p>
|
|
19627
|
+
*/
|
|
19628
|
+
ModelUid?: string;
|
|
19629
|
+
/**
|
|
19630
|
+
* <p>模型名称</p>
|
|
19631
|
+
*/
|
|
19632
|
+
Name?: string;
|
|
19633
|
+
/**
|
|
19634
|
+
* <p>模型提供方</p>
|
|
19635
|
+
*/
|
|
19636
|
+
Provider?: string;
|
|
19637
|
+
/**
|
|
19638
|
+
* <p>模型描述</p>
|
|
19639
|
+
*/
|
|
19640
|
+
Description?: string;
|
|
19641
|
+
/**
|
|
19642
|
+
* <p>模型类型</p>
|
|
19643
|
+
*/
|
|
19644
|
+
ModelType?: string;
|
|
19645
|
+
/**
|
|
19646
|
+
* <p>模型参数量</p>
|
|
19647
|
+
*/
|
|
19648
|
+
ParameterSize?: string;
|
|
19649
|
+
/**
|
|
19650
|
+
* <p>标签</p>
|
|
19651
|
+
*/
|
|
19652
|
+
Tags?: Array<string>;
|
|
19653
|
+
/**
|
|
19654
|
+
* <p>最新版本号</p>
|
|
19655
|
+
*/
|
|
19656
|
+
LatestVersion?: string;
|
|
19657
|
+
/**
|
|
19658
|
+
* <p>版本总数</p>
|
|
19659
|
+
*/
|
|
19660
|
+
VersionCount?: number;
|
|
19661
|
+
/**
|
|
19662
|
+
* <p>关联的推理服务数量</p>
|
|
19663
|
+
*/
|
|
19664
|
+
ServiceCount?: number;
|
|
19665
|
+
/**
|
|
19666
|
+
* <p>是否有存储</p>
|
|
19667
|
+
*/
|
|
19668
|
+
HasStorage?: boolean;
|
|
19669
|
+
/**
|
|
19670
|
+
* <p>是否使用用户自带存储桶</p>
|
|
19671
|
+
*/
|
|
19672
|
+
HasCustomStorage?: boolean;
|
|
19673
|
+
/**
|
|
19674
|
+
* <p>存储后端类型</p>
|
|
19675
|
+
*/
|
|
19676
|
+
StorageType?: string;
|
|
19677
|
+
/**
|
|
19678
|
+
* <p>是否内置模型</p>
|
|
19679
|
+
*/
|
|
19680
|
+
BuiltIn?: boolean;
|
|
19681
|
+
/**
|
|
19682
|
+
* <p>任务类型列表</p>
|
|
19683
|
+
*/
|
|
19684
|
+
Tasks?: Array<string>;
|
|
19685
|
+
/**
|
|
19686
|
+
* <p>APPID</p>
|
|
19687
|
+
*/
|
|
19688
|
+
AppId?: number;
|
|
19689
|
+
/**
|
|
19690
|
+
* <p>创建时间</p>
|
|
19691
|
+
*/
|
|
19692
|
+
CreateTime?: number;
|
|
19693
|
+
/**
|
|
19694
|
+
* <p>更新时间</p>
|
|
19695
|
+
*/
|
|
19696
|
+
UpdateTime?: number;
|
|
19697
|
+
/**
|
|
19698
|
+
* <p>SUB UIN</p>
|
|
19699
|
+
*/
|
|
19700
|
+
SubAccountUin?: string;
|
|
19701
|
+
/**
|
|
19702
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
19703
|
+
*/
|
|
19704
|
+
RequestId?: string;
|
|
19705
|
+
}
|
|
18447
19706
|
/**
|
|
18448
19707
|
* Notebook Session详细信息。
|
|
18449
19708
|
*/
|
|
@@ -18842,6 +20101,23 @@ export interface CheckDataEngineImageCanBeRollbackResponse {
|
|
|
18842
20101
|
*/
|
|
18843
20102
|
RequestId?: string;
|
|
18844
20103
|
}
|
|
20104
|
+
/**
|
|
20105
|
+
* DescribeFlowList请求参数结构体
|
|
20106
|
+
*/
|
|
20107
|
+
export interface DescribeFlowListRequest {
|
|
20108
|
+
/**
|
|
20109
|
+
* 分区编码
|
|
20110
|
+
*/
|
|
20111
|
+
PartitionCode: string;
|
|
20112
|
+
/**
|
|
20113
|
+
* 页码,从1开始,默认为1
|
|
20114
|
+
*/
|
|
20115
|
+
Page?: number;
|
|
20116
|
+
/**
|
|
20117
|
+
* 每页返回数量,默认为10
|
|
20118
|
+
*/
|
|
20119
|
+
PageSize?: number;
|
|
20120
|
+
}
|
|
18845
20121
|
/**
|
|
18846
20122
|
* DeleteNotebookSession返回参数结构体
|
|
18847
20123
|
*/
|
|
@@ -19231,6 +20507,41 @@ export interface CreateLabRequest {
|
|
|
19231
20507
|
*/
|
|
19232
20508
|
LabImagePullType?: string;
|
|
19233
20509
|
}
|
|
20510
|
+
/**
|
|
20511
|
+
* 资源规格
|
|
20512
|
+
*/
|
|
20513
|
+
export interface ResourceSpec {
|
|
20514
|
+
/**
|
|
20515
|
+
* <p>资源包类型</p>
|
|
20516
|
+
*/
|
|
20517
|
+
ResourceType?: string;
|
|
20518
|
+
/**
|
|
20519
|
+
* <p>机型,例如X40/T20,仅GU有值</p>
|
|
20520
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20521
|
+
*/
|
|
20522
|
+
InstanceType?: string;
|
|
20523
|
+
/**
|
|
20524
|
+
* <p>四层计费项</p>
|
|
20525
|
+
*/
|
|
20526
|
+
BillingItem?: string;
|
|
20527
|
+
/**
|
|
20528
|
+
* <p>规格描述</p>
|
|
20529
|
+
*/
|
|
20530
|
+
SpecDesc?: string;
|
|
20531
|
+
/**
|
|
20532
|
+
* <p>规格,格式为 {gpu}:{cpu}:{mem}:{vram}</p>
|
|
20533
|
+
*/
|
|
20534
|
+
Spec?: string;
|
|
20535
|
+
/**
|
|
20536
|
+
* <p>GPU类型,仅GU有值</p>
|
|
20537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20538
|
+
*/
|
|
20539
|
+
GpuType?: string;
|
|
20540
|
+
/**
|
|
20541
|
+
* <p>单个物理节点上该计费项对应的最大 GPU 卡数,CPU / HM_CPU 恒为 0</p>
|
|
20542
|
+
*/
|
|
20543
|
+
MaxCardPerNode?: number;
|
|
20544
|
+
}
|
|
19234
20545
|
/**
|
|
19235
20546
|
* CreateSparkAppForTDLC请求参数结构体
|
|
19236
20547
|
*/
|
|
@@ -19370,29 +20681,27 @@ export interface GetRayClusterPodYamlResponse {
|
|
|
19370
20681
|
RequestId?: string;
|
|
19371
20682
|
}
|
|
19372
20683
|
/**
|
|
19373
|
-
*
|
|
20684
|
+
* 流程活动详情
|
|
19374
20685
|
*/
|
|
19375
|
-
export interface
|
|
19376
|
-
/**
|
|
19377
|
-
* 加锁内容
|
|
19378
|
-
*/
|
|
19379
|
-
LockComponentList: Array<LockComponentInfo>;
|
|
20686
|
+
export interface FlowActivityDetail {
|
|
19380
20687
|
/**
|
|
19381
|
-
*
|
|
20688
|
+
* <p>活动编码</p>
|
|
19382
20689
|
*/
|
|
19383
|
-
|
|
20690
|
+
ActivityCode?: string;
|
|
19384
20691
|
/**
|
|
19385
|
-
*
|
|
20692
|
+
* <p>活动状态</p>
|
|
19386
20693
|
*/
|
|
19387
|
-
|
|
20694
|
+
Status?: number;
|
|
19388
20695
|
/**
|
|
19389
|
-
*
|
|
20696
|
+
* <p>创建时间</p>
|
|
20697
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19390
20698
|
*/
|
|
19391
|
-
|
|
20699
|
+
CreateTime?: string;
|
|
19392
20700
|
/**
|
|
19393
|
-
*
|
|
20701
|
+
* <p>耗时(秒)</p>
|
|
20702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19394
20703
|
*/
|
|
19395
|
-
|
|
20704
|
+
Duration?: number;
|
|
19396
20705
|
}
|
|
19397
20706
|
/**
|
|
19398
20707
|
* DescribeResourceGroupUsageInfo请求参数结构体
|
|
@@ -19403,6 +20712,23 @@ export interface DescribeResourceGroupUsageInfoRequest {
|
|
|
19403
20712
|
*/
|
|
19404
20713
|
SessionId: string;
|
|
19405
20714
|
}
|
|
20715
|
+
/**
|
|
20716
|
+
* 可售卖地域信息
|
|
20717
|
+
*/
|
|
20718
|
+
export interface RegionInfo {
|
|
20719
|
+
/**
|
|
20720
|
+
* <p>地域编码,如 ap-chongqing</p>
|
|
20721
|
+
*/
|
|
20722
|
+
RegionCode?: string;
|
|
20723
|
+
/**
|
|
20724
|
+
* <p>地域名称,如 重庆</p>
|
|
20725
|
+
*/
|
|
20726
|
+
RegionName?: string;
|
|
20727
|
+
/**
|
|
20728
|
+
* <p>地域状态:AVAILABLE-可用,UNAVAILABLE-不可用</p>
|
|
20729
|
+
*/
|
|
20730
|
+
Status?: string;
|
|
20731
|
+
}
|
|
19406
20732
|
/**
|
|
19407
20733
|
* DescribeSparkSessionBatchSQLCost请求参数结构体
|
|
19408
20734
|
*/
|
|
@@ -19453,6 +20779,15 @@ export interface DataMaskStrategyPolicy {
|
|
|
19453
20779
|
*/
|
|
19454
20780
|
ColumnType?: string;
|
|
19455
20781
|
}
|
|
20782
|
+
/**
|
|
20783
|
+
* ModifyPartitionQueue返回参数结构体
|
|
20784
|
+
*/
|
|
20785
|
+
export interface ModifyPartitionQueueResponse {
|
|
20786
|
+
/**
|
|
20787
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
20788
|
+
*/
|
|
20789
|
+
RequestId?: string;
|
|
20790
|
+
}
|
|
19456
20791
|
/**
|
|
19457
20792
|
* DescribeDataEngine返回参数结构体
|
|
19458
20793
|
*/
|
|
@@ -19484,17 +20819,41 @@ export interface DataEngineScaleInfo {
|
|
|
19484
20819
|
ScaleDetail?: Array<DataEngineScaleInfoDetail>;
|
|
19485
20820
|
}
|
|
19486
20821
|
/**
|
|
19487
|
-
*
|
|
20822
|
+
* DescribeTasksAnalysis请求参数结构体
|
|
19488
20823
|
*/
|
|
19489
|
-
export interface
|
|
20824
|
+
export interface DescribeTasksAnalysisRequest {
|
|
19490
20825
|
/**
|
|
19491
|
-
*
|
|
20826
|
+
* 数据引擎名称,用于筛选
|
|
19492
20827
|
*/
|
|
19493
|
-
|
|
20828
|
+
DataEngineName?: string;
|
|
19494
20829
|
/**
|
|
19495
|
-
*
|
|
20830
|
+
* 返回数量,默认为10,最大值为100。
|
|
19496
20831
|
*/
|
|
19497
|
-
|
|
20832
|
+
Limit?: number;
|
|
20833
|
+
/**
|
|
20834
|
+
* 偏移量,默认为0。
|
|
20835
|
+
*/
|
|
20836
|
+
Offset?: number;
|
|
20837
|
+
/**
|
|
20838
|
+
* 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个: task-id - String - (任务ID准确过滤)task-id 取值形如:e386471f-139a-4e59-877f-50ece8135b99。task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败),rule-id - String - (洞察类型)取值范围 SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
|
|
20839
|
+
*/
|
|
20840
|
+
Filters?: Array<Filter>;
|
|
20841
|
+
/**
|
|
20842
|
+
* 排序字段,支持如下字段类型,instance-start-time (任务开始时间),job-time-sum (单位毫秒,引擎内执行耗时),task-time-sum (CU资源消耗,单位秒),input-bytes-sum(数据扫描总大小,单位bytes),shuffle-read-bytes-sum(数据shuffle总大小,单位bytes)
|
|
20843
|
+
*/
|
|
20844
|
+
SortBy?: string;
|
|
20845
|
+
/**
|
|
20846
|
+
* 排序方式,desc表示正序,asc表示反序, 默认为asc。
|
|
20847
|
+
*/
|
|
20848
|
+
Sorting?: string;
|
|
20849
|
+
/**
|
|
20850
|
+
* 任务开始时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
|
20851
|
+
*/
|
|
20852
|
+
StartTime?: string;
|
|
20853
|
+
/**
|
|
20854
|
+
* 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
|
20855
|
+
*/
|
|
20856
|
+
EndTime?: string;
|
|
19498
20857
|
}
|
|
19499
20858
|
/**
|
|
19500
20859
|
* 数据治理资源配置项
|
|
@@ -19596,29 +20955,17 @@ export interface DescribeMCPTaskResultRequest {
|
|
|
19596
20955
|
TaskId: string;
|
|
19597
20956
|
}
|
|
19598
20957
|
/**
|
|
19599
|
-
*
|
|
20958
|
+
* CheckResourceName返回参数结构体
|
|
19600
20959
|
*/
|
|
19601
|
-
export interface
|
|
19602
|
-
/**
|
|
19603
|
-
* 数据库名称
|
|
19604
|
-
*/
|
|
19605
|
-
DbName?: string;
|
|
19606
|
-
/**
|
|
19607
|
-
* 表名称
|
|
19608
|
-
*/
|
|
19609
|
-
Name?: string;
|
|
19610
|
-
/**
|
|
19611
|
-
* 是否删除数据
|
|
19612
|
-
*/
|
|
19613
|
-
DeleteData?: boolean;
|
|
20960
|
+
export interface CheckResourceNameResponse {
|
|
19614
20961
|
/**
|
|
19615
|
-
*
|
|
20962
|
+
* 校验是否通过
|
|
19616
20963
|
*/
|
|
19617
|
-
|
|
20964
|
+
IsValid?: string;
|
|
19618
20965
|
/**
|
|
19619
|
-
*
|
|
20966
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
19620
20967
|
*/
|
|
19621
|
-
|
|
20968
|
+
RequestId?: string;
|
|
19622
20969
|
}
|
|
19623
20970
|
/**
|
|
19624
20971
|
* CreateInternalTable返回参数结构体
|