@aws-sdk/client-sagemaker 3.975.0 → 3.977.0
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-cjs/index.js +141 -124
- package/dist-es/models/enums.js +127 -118
- package/dist-es/schemas/schemas_0.js +13 -6
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +13 -0
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +4 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +13 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +13 -0
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +13 -0
- package/dist-types/models/enums.d.ts +151 -126
- package/dist-types/models/models_0.d.ts +47 -37
- package/dist-types/models/models_2.d.ts +6 -1
- package/dist-types/ts3.4/models/enums.d.ts +133 -120
- package/dist-types/ts3.4/models/models_0.d.ts +11 -8
- package/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/package.json +11 -11
|
@@ -30,6 +30,126 @@ export declare const MIGProfileType: {
|
|
|
30
30
|
};
|
|
31
31
|
export type MIGProfileType =
|
|
32
32
|
(typeof MIGProfileType)[keyof typeof MIGProfileType];
|
|
33
|
+
export declare const ClusterInstanceType: {
|
|
34
|
+
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
35
|
+
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
36
|
+
readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
|
|
37
|
+
readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
|
|
38
|
+
readonly ML_C5N_LARGE: "ml.c5n.large";
|
|
39
|
+
readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
|
|
40
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
41
|
+
readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
|
|
42
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
43
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
44
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
45
|
+
readonly ML_C5_LARGE: "ml.c5.large";
|
|
46
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
47
|
+
readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
|
|
48
|
+
readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
|
|
49
|
+
readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
|
|
50
|
+
readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
|
|
51
|
+
readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
|
|
52
|
+
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
53
|
+
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
54
|
+
readonly ML_C6I_LARGE: "ml.c6i.large";
|
|
55
|
+
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
56
|
+
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
57
|
+
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
58
|
+
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
59
|
+
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
60
|
+
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
61
|
+
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
62
|
+
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
63
|
+
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
64
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
65
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
66
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
67
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
68
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
69
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
70
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
71
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
72
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
73
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
74
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
75
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
76
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
77
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
78
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
79
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
80
|
+
readonly ML_GR6_4XLARGE: "ml.gr6.4xlarge";
|
|
81
|
+
readonly ML_GR6_8XLARGE: "ml.gr6.8xlarge";
|
|
82
|
+
readonly ML_I3EN_12XLARGE: "ml.i3en.12xlarge";
|
|
83
|
+
readonly ML_I3EN_24XLARGE: "ml.i3en.24xlarge";
|
|
84
|
+
readonly ML_I3EN_2XLARGE: "ml.i3en.2xlarge";
|
|
85
|
+
readonly ML_I3EN_3XLARGE: "ml.i3en.3xlarge";
|
|
86
|
+
readonly ML_I3EN_6XLARGE: "ml.i3en.6xlarge";
|
|
87
|
+
readonly ML_I3EN_LARGE: "ml.i3en.large";
|
|
88
|
+
readonly ML_I3EN_XLARGE: "ml.i3en.xlarge";
|
|
89
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
90
|
+
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
91
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
92
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
93
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
94
|
+
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
95
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
96
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
97
|
+
readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
|
|
98
|
+
readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
|
|
99
|
+
readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
|
|
100
|
+
readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
|
|
101
|
+
readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
|
|
102
|
+
readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
|
|
103
|
+
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
104
|
+
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
105
|
+
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
106
|
+
readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
|
|
107
|
+
readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
|
|
108
|
+
readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
|
|
109
|
+
readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
|
|
110
|
+
readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
|
|
111
|
+
readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
|
|
112
|
+
readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
|
|
113
|
+
readonly ML_M7I_LARGE: "ml.m7i.large";
|
|
114
|
+
readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
|
|
115
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
116
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
117
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
118
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
119
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
120
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
121
|
+
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
122
|
+
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
123
|
+
readonly ML_P6_B300_48XLARGE: "ml.p6-b300.48xlarge";
|
|
124
|
+
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
125
|
+
readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
|
|
126
|
+
readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
|
|
127
|
+
readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
|
|
128
|
+
readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
|
|
129
|
+
readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
|
|
130
|
+
readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
|
|
131
|
+
readonly ML_R6I_LARGE: "ml.r6i.large";
|
|
132
|
+
readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
|
|
133
|
+
readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
|
|
134
|
+
readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
|
|
135
|
+
readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
|
|
136
|
+
readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
|
|
137
|
+
readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
|
|
138
|
+
readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
|
|
139
|
+
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
140
|
+
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
141
|
+
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
142
|
+
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
143
|
+
readonly ML_T3_LARGE: "ml.t3.large";
|
|
144
|
+
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
145
|
+
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
146
|
+
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
147
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
148
|
+
readonly ML_TRN2_3XLARGE: "ml.trn2.3xlarge";
|
|
149
|
+
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
150
|
+
};
|
|
151
|
+
export type ClusterInstanceType =
|
|
152
|
+
(typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
33
153
|
export declare const AccountDefaultStatus: {
|
|
34
154
|
readonly DISABLED: "DISABLED";
|
|
35
155
|
readonly ENABLED: "ENABLED";
|
|
@@ -1443,126 +1563,6 @@ export declare const ClusterEventResourceType: {
|
|
|
1443
1563
|
};
|
|
1444
1564
|
export type ClusterEventResourceType =
|
|
1445
1565
|
(typeof ClusterEventResourceType)[keyof typeof ClusterEventResourceType];
|
|
1446
|
-
export declare const ClusterInstanceType: {
|
|
1447
|
-
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
1448
|
-
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
1449
|
-
readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
|
|
1450
|
-
readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
|
|
1451
|
-
readonly ML_C5N_LARGE: "ml.c5n.large";
|
|
1452
|
-
readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
|
|
1453
|
-
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
1454
|
-
readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
|
|
1455
|
-
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
1456
|
-
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
1457
|
-
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
1458
|
-
readonly ML_C5_LARGE: "ml.c5.large";
|
|
1459
|
-
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
1460
|
-
readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
|
|
1461
|
-
readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
|
|
1462
|
-
readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
|
|
1463
|
-
readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
|
|
1464
|
-
readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
|
|
1465
|
-
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
1466
|
-
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
1467
|
-
readonly ML_C6I_LARGE: "ml.c6i.large";
|
|
1468
|
-
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
1469
|
-
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
1470
|
-
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
1471
|
-
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
1472
|
-
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
1473
|
-
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
1474
|
-
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
1475
|
-
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
1476
|
-
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
1477
|
-
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
1478
|
-
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
1479
|
-
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
1480
|
-
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
1481
|
-
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
1482
|
-
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
1483
|
-
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
1484
|
-
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
1485
|
-
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
1486
|
-
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
1487
|
-
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
1488
|
-
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
1489
|
-
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
1490
|
-
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
1491
|
-
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
1492
|
-
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
1493
|
-
readonly ML_GR6_4XLARGE: "ml.gr6.4xlarge";
|
|
1494
|
-
readonly ML_GR6_8XLARGE: "ml.gr6.8xlarge";
|
|
1495
|
-
readonly ML_I3EN_12XLARGE: "ml.i3en.12xlarge";
|
|
1496
|
-
readonly ML_I3EN_24XLARGE: "ml.i3en.24xlarge";
|
|
1497
|
-
readonly ML_I3EN_2XLARGE: "ml.i3en.2xlarge";
|
|
1498
|
-
readonly ML_I3EN_3XLARGE: "ml.i3en.3xlarge";
|
|
1499
|
-
readonly ML_I3EN_6XLARGE: "ml.i3en.6xlarge";
|
|
1500
|
-
readonly ML_I3EN_LARGE: "ml.i3en.large";
|
|
1501
|
-
readonly ML_I3EN_XLARGE: "ml.i3en.xlarge";
|
|
1502
|
-
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
1503
|
-
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
1504
|
-
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
1505
|
-
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
1506
|
-
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
1507
|
-
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
1508
|
-
readonly ML_M5_LARGE: "ml.m5.large";
|
|
1509
|
-
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
1510
|
-
readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
|
|
1511
|
-
readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
|
|
1512
|
-
readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
|
|
1513
|
-
readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
|
|
1514
|
-
readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
|
|
1515
|
-
readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
|
|
1516
|
-
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
1517
|
-
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
1518
|
-
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
1519
|
-
readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
|
|
1520
|
-
readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
|
|
1521
|
-
readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
|
|
1522
|
-
readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
|
|
1523
|
-
readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
|
|
1524
|
-
readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
|
|
1525
|
-
readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
|
|
1526
|
-
readonly ML_M7I_LARGE: "ml.m7i.large";
|
|
1527
|
-
readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
|
|
1528
|
-
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1529
|
-
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1530
|
-
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1531
|
-
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
1532
|
-
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1533
|
-
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
1534
|
-
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
1535
|
-
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
1536
|
-
readonly ML_P6_B300_48XLARGE: "ml.p6-b300.48xlarge";
|
|
1537
|
-
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
1538
|
-
readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
|
|
1539
|
-
readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
|
|
1540
|
-
readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
|
|
1541
|
-
readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
|
|
1542
|
-
readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
|
|
1543
|
-
readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
|
|
1544
|
-
readonly ML_R6I_LARGE: "ml.r6i.large";
|
|
1545
|
-
readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
|
|
1546
|
-
readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
|
|
1547
|
-
readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
|
|
1548
|
-
readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
|
|
1549
|
-
readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
|
|
1550
|
-
readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
|
|
1551
|
-
readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
|
|
1552
|
-
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
1553
|
-
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
1554
|
-
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
1555
|
-
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
1556
|
-
readonly ML_T3_LARGE: "ml.t3.large";
|
|
1557
|
-
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
1558
|
-
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
1559
|
-
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
1560
|
-
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
1561
|
-
readonly ML_TRN2_3XLARGE: "ml.trn2.3xlarge";
|
|
1562
|
-
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
1563
|
-
};
|
|
1564
|
-
export type ClusterInstanceType =
|
|
1565
|
-
(typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
1566
1566
|
export declare const ClusterKubernetesTaintEffect: {
|
|
1567
1567
|
readonly NO_EXECUTE: "NoExecute";
|
|
1568
1568
|
readonly NO_SCHEDULE: "NoSchedule";
|
|
@@ -1806,6 +1806,12 @@ export declare const FairShare: {
|
|
|
1806
1806
|
readonly ENABLED: "Enabled";
|
|
1807
1807
|
};
|
|
1808
1808
|
export type FairShare = (typeof FairShare)[keyof typeof FairShare];
|
|
1809
|
+
export declare const IdleResourceSharing: {
|
|
1810
|
+
readonly DISABLED: "Disabled";
|
|
1811
|
+
readonly ENABLED: "Enabled";
|
|
1812
|
+
};
|
|
1813
|
+
export type IdleResourceSharing =
|
|
1814
|
+
(typeof IdleResourceSharing)[keyof typeof IdleResourceSharing];
|
|
1809
1815
|
export declare const Framework: {
|
|
1810
1816
|
readonly DARKNET: "DARKNET";
|
|
1811
1817
|
readonly KERAS: "KERAS";
|
|
@@ -2655,6 +2661,13 @@ export declare const StageStatus: {
|
|
|
2655
2661
|
readonly Stopping: "STOPPING";
|
|
2656
2662
|
};
|
|
2657
2663
|
export type StageStatus = (typeof StageStatus)[keyof typeof StageStatus];
|
|
2664
|
+
export declare const SchedulerConfigComponent: {
|
|
2665
|
+
readonly FAIR_SHARE: "FairShare";
|
|
2666
|
+
readonly IDLE_RESOURCE_SHARING: "IdleResourceSharing";
|
|
2667
|
+
readonly PRIORITY_CLASSES: "PriorityClasses";
|
|
2668
|
+
};
|
|
2669
|
+
export type SchedulerConfigComponent =
|
|
2670
|
+
(typeof SchedulerConfigComponent)[keyof typeof SchedulerConfigComponent];
|
|
2658
2671
|
export declare const DomainStatus: {
|
|
2659
2672
|
readonly Delete_Failed: "Delete_Failed";
|
|
2660
2673
|
readonly Deleting: "Deleting";
|
|
@@ -66,6 +66,7 @@ import {
|
|
|
66
66
|
Framework,
|
|
67
67
|
HyperParameterScalingType,
|
|
68
68
|
HyperParameterTuningJobObjectiveType,
|
|
69
|
+
IdleResourceSharing,
|
|
69
70
|
InstanceGroupStatus,
|
|
70
71
|
LifecycleManagement,
|
|
71
72
|
MetricSetSource,
|
|
@@ -108,6 +109,14 @@ export interface AcceleratorPartitionConfig {
|
|
|
108
109
|
Type: MIGProfileType | undefined;
|
|
109
110
|
Count: number | undefined;
|
|
110
111
|
}
|
|
112
|
+
export interface ComputeQuotaResourceConfig {
|
|
113
|
+
InstanceType: ClusterInstanceType | undefined;
|
|
114
|
+
Count?: number | undefined;
|
|
115
|
+
Accelerators?: number | undefined;
|
|
116
|
+
VCpu?: number | undefined;
|
|
117
|
+
MemoryInGiB?: number | undefined;
|
|
118
|
+
AcceleratorPartition?: AcceleratorPartitionConfig | undefined;
|
|
119
|
+
}
|
|
111
120
|
export interface ActionSource {
|
|
112
121
|
SourceUri: string | undefined;
|
|
113
122
|
SourceType?: string | undefined;
|
|
@@ -1621,17 +1630,10 @@ export interface CompilationJobSummary {
|
|
|
1621
1630
|
LastModifiedTime?: Date | undefined;
|
|
1622
1631
|
CompilationJobStatus: CompilationJobStatus | undefined;
|
|
1623
1632
|
}
|
|
1624
|
-
export interface ComputeQuotaResourceConfig {
|
|
1625
|
-
InstanceType: ClusterInstanceType | undefined;
|
|
1626
|
-
Count?: number | undefined;
|
|
1627
|
-
Accelerators?: number | undefined;
|
|
1628
|
-
VCpu?: number | undefined;
|
|
1629
|
-
MemoryInGiB?: number | undefined;
|
|
1630
|
-
AcceleratorPartition?: AcceleratorPartitionConfig | undefined;
|
|
1631
|
-
}
|
|
1632
1633
|
export interface ResourceSharingConfig {
|
|
1633
1634
|
Strategy: ResourceSharingStrategy | undefined;
|
|
1634
1635
|
BorrowLimit?: number | undefined;
|
|
1636
|
+
AbsoluteBorrowLimits?: ComputeQuotaResourceConfig[] | undefined;
|
|
1635
1637
|
}
|
|
1636
1638
|
export interface ComputeQuotaConfig {
|
|
1637
1639
|
ComputeQuotaResources?: ComputeQuotaResourceConfig[] | undefined;
|
|
@@ -1873,6 +1875,7 @@ export interface PriorityClass {
|
|
|
1873
1875
|
export interface SchedulerConfig {
|
|
1874
1876
|
PriorityClasses?: PriorityClass[] | undefined;
|
|
1875
1877
|
FairShare?: FairShare | undefined;
|
|
1878
|
+
IdleResourceSharing?: IdleResourceSharing | undefined;
|
|
1876
1879
|
}
|
|
1877
1880
|
export interface CreateClusterSchedulerConfigRequest {
|
|
1878
1881
|
Name: string | undefined;
|
|
@@ -89,6 +89,7 @@ import {
|
|
|
89
89
|
RetentionType,
|
|
90
90
|
RootAccess,
|
|
91
91
|
RuleEvaluationStatus,
|
|
92
|
+
SchedulerConfigComponent,
|
|
92
93
|
SchedulerResourceStatus,
|
|
93
94
|
ScheduleStatus,
|
|
94
95
|
ServerlessJobType,
|
|
@@ -1029,6 +1030,9 @@ export interface DescribeClusterSchedulerConfigResponse {
|
|
|
1029
1030
|
ClusterSchedulerConfigVersion: number | undefined;
|
|
1030
1031
|
Status: SchedulerResourceStatus | undefined;
|
|
1031
1032
|
FailureReason?: string | undefined;
|
|
1033
|
+
StatusDetails?:
|
|
1034
|
+
| Partial<Record<SchedulerConfigComponent, SchedulerResourceStatus>>
|
|
1035
|
+
| undefined;
|
|
1032
1036
|
ClusterArn?: string | undefined;
|
|
1033
1037
|
SchedulerConfig?: SchedulerConfig | undefined;
|
|
1034
1038
|
Description?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.977.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.3",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.3",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
38
|
"@smithy/core": "^3.21.1",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|