@alicloud/paistudio20220112 1.2.1 → 1.2.3
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/dist/client.d.ts +56 -0
- package/dist/client.js +159 -311
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +185 -306
package/dist/client.d.ts
CHANGED
|
@@ -1751,6 +1751,25 @@ export declare class AllocateStrategySpec extends $dara.Model {
|
|
|
1751
1751
|
[key: string]: any;
|
|
1752
1752
|
});
|
|
1753
1753
|
}
|
|
1754
|
+
export declare class BindingPolicy extends $dara.Model {
|
|
1755
|
+
excludeNodes?: string[];
|
|
1756
|
+
includeNodes?: string[];
|
|
1757
|
+
/**
|
|
1758
|
+
* @example
|
|
1759
|
+
* 5
|
|
1760
|
+
*/
|
|
1761
|
+
nodeSpecCount?: number;
|
|
1762
|
+
static names(): {
|
|
1763
|
+
[key: string]: string;
|
|
1764
|
+
};
|
|
1765
|
+
static types(): {
|
|
1766
|
+
[key: string]: any;
|
|
1767
|
+
};
|
|
1768
|
+
validate(): void;
|
|
1769
|
+
constructor(map?: {
|
|
1770
|
+
[key: string]: any;
|
|
1771
|
+
});
|
|
1772
|
+
}
|
|
1754
1773
|
export declare class Channel extends $dara.Model {
|
|
1755
1774
|
description?: string;
|
|
1756
1775
|
/**
|
|
@@ -2307,6 +2326,21 @@ export declare class NodeMetric extends $dara.Model {
|
|
|
2307
2326
|
[key: string]: any;
|
|
2308
2327
|
});
|
|
2309
2328
|
}
|
|
2329
|
+
export declare class NodeOperationResult extends $dara.Model {
|
|
2330
|
+
message?: string;
|
|
2331
|
+
nodeName?: string;
|
|
2332
|
+
status?: string;
|
|
2333
|
+
static names(): {
|
|
2334
|
+
[key: string]: string;
|
|
2335
|
+
};
|
|
2336
|
+
static types(): {
|
|
2337
|
+
[key: string]: any;
|
|
2338
|
+
};
|
|
2339
|
+
validate(): void;
|
|
2340
|
+
constructor(map?: {
|
|
2341
|
+
[key: string]: any;
|
|
2342
|
+
});
|
|
2343
|
+
}
|
|
2310
2344
|
export declare class NodePodInfo extends $dara.Model {
|
|
2311
2345
|
/**
|
|
2312
2346
|
* @example
|
|
@@ -2372,6 +2406,7 @@ export declare class NodeSnapshot extends $dara.Model {
|
|
|
2372
2406
|
});
|
|
2373
2407
|
}
|
|
2374
2408
|
export declare class NodeSpec extends $dara.Model {
|
|
2409
|
+
bindingPolicy?: BindingPolicy;
|
|
2375
2410
|
/**
|
|
2376
2411
|
* @example
|
|
2377
2412
|
* 10
|
|
@@ -3006,6 +3041,23 @@ export declare class ResourceGroupMetric extends $dara.Model {
|
|
|
3006
3041
|
[key: string]: any;
|
|
3007
3042
|
});
|
|
3008
3043
|
}
|
|
3044
|
+
export declare class ResourceLimitDetails extends $dara.Model {
|
|
3045
|
+
GCLevel?: string;
|
|
3046
|
+
resourceLimit?: {
|
|
3047
|
+
[key: string]: any;
|
|
3048
|
+
};
|
|
3049
|
+
shouldIgnoreResourceCheck?: boolean;
|
|
3050
|
+
static names(): {
|
|
3051
|
+
[key: string]: string;
|
|
3052
|
+
};
|
|
3053
|
+
static types(): {
|
|
3054
|
+
[key: string]: any;
|
|
3055
|
+
};
|
|
3056
|
+
validate(): void;
|
|
3057
|
+
constructor(map?: {
|
|
3058
|
+
[key: string]: any;
|
|
3059
|
+
});
|
|
3060
|
+
}
|
|
3009
3061
|
export declare class ResourceOperation extends $dara.Model {
|
|
3010
3062
|
creatorId?: string;
|
|
3011
3063
|
gmtCreatedTime?: string;
|
|
@@ -5662,6 +5714,7 @@ export declare class ListNodesRequest extends $dara.Model {
|
|
|
5662
5714
|
* T4
|
|
5663
5715
|
*/
|
|
5664
5716
|
GPUType?: string;
|
|
5717
|
+
machineGroupIds?: string;
|
|
5665
5718
|
/**
|
|
5666
5719
|
* @example
|
|
5667
5720
|
* lingjxxxx
|
|
@@ -5702,6 +5755,7 @@ export declare class ListNodesRequest extends $dara.Model {
|
|
|
5702
5755
|
* quotamtl37ge7gkvdz
|
|
5703
5756
|
*/
|
|
5704
5757
|
quotaId?: string;
|
|
5758
|
+
reasonCodes?: string;
|
|
5705
5759
|
/**
|
|
5706
5760
|
* @example
|
|
5707
5761
|
* rg69rj0leslwdnbe
|
|
@@ -5822,6 +5876,7 @@ export declare class ListQuotaWorkloadsRequest extends $dara.Model {
|
|
|
5822
5876
|
* 29043893812,23829093093
|
|
5823
5877
|
*/
|
|
5824
5878
|
userIds?: string;
|
|
5879
|
+
withHistoricalData?: boolean;
|
|
5825
5880
|
workloadCreatedTimeRange?: TimeRangeFilter;
|
|
5826
5881
|
/**
|
|
5827
5882
|
* @example
|
|
@@ -6014,6 +6069,7 @@ export declare class ListResourceGroupMachineGroupsRequest extends $dara.Model {
|
|
|
6014
6069
|
* ecs.c6.large
|
|
6015
6070
|
*/
|
|
6016
6071
|
ecsSpec?: string;
|
|
6072
|
+
machineGroupIDs?: string;
|
|
6017
6073
|
/**
|
|
6018
6074
|
* @example
|
|
6019
6075
|
* test
|