@alicloud/pai-dlc20201203 1.4.3 → 1.4.4
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 +2 -0
- package/dist/client.js +376 -363
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +10 -0
package/dist/client.d.ts
CHANGED
|
@@ -1588,6 +1588,7 @@ export declare class ListJobsRequest extends $tea.Model {
|
|
|
1588
1588
|
pageSize?: number;
|
|
1589
1589
|
pipelineId?: string;
|
|
1590
1590
|
resourceId?: string;
|
|
1591
|
+
resourceQuotaName?: string;
|
|
1591
1592
|
showOwn?: boolean;
|
|
1592
1593
|
sortBy?: string;
|
|
1593
1594
|
startTime?: string;
|
|
@@ -1621,6 +1622,7 @@ export declare class ListJobsShrinkRequest extends $tea.Model {
|
|
|
1621
1622
|
pageSize?: number;
|
|
1622
1623
|
pipelineId?: string;
|
|
1623
1624
|
resourceId?: string;
|
|
1625
|
+
resourceQuotaName?: string;
|
|
1624
1626
|
showOwn?: boolean;
|
|
1625
1627
|
sortBy?: string;
|
|
1626
1628
|
startTime?: string;
|