@aws-sdk/client-sagemaker 3.125.0 → 3.130.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/CHANGELOG.md +32 -0
- package/dist-cjs/models/models_0.js +18 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2772 -4288
- package/dist-es/models/models_0.js +18 -0
- package/dist-es/protocols/Aws_json1_1.js +1888 -3404
- package/dist-types/models/models_0.d.ts +27 -7
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/package.json +27 -27
|
@@ -85,12 +85,29 @@ export var ProductionVariantInstanceType;
|
|
|
85
85
|
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
86
86
|
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
87
87
|
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
88
|
+
ProductionVariantInstanceType["ML_C6I_12XLARGE"] = "ml.c6i.12xlarge";
|
|
89
|
+
ProductionVariantInstanceType["ML_C6I_16XLARGE"] = "ml.c6i.16xlarge";
|
|
90
|
+
ProductionVariantInstanceType["ML_C6I_24XLARGE"] = "ml.c6i.24xlarge";
|
|
91
|
+
ProductionVariantInstanceType["ML_C6I_2XLARGE"] = "ml.c6i.2xlarge";
|
|
92
|
+
ProductionVariantInstanceType["ML_C6I_32XLARGE"] = "ml.c6i.32xlarge";
|
|
93
|
+
ProductionVariantInstanceType["ML_C6I_4XLARGE"] = "ml.c6i.4xlarge";
|
|
94
|
+
ProductionVariantInstanceType["ML_C6I_8XLARGE"] = "ml.c6i.8xlarge";
|
|
95
|
+
ProductionVariantInstanceType["ML_C6I_LARGE"] = "ml.c6i.large";
|
|
96
|
+
ProductionVariantInstanceType["ML_C6I_XLARGE"] = "ml.c6i.xlarge";
|
|
88
97
|
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
89
98
|
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
90
99
|
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
91
100
|
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
92
101
|
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
93
102
|
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
103
|
+
ProductionVariantInstanceType["ML_G5_12XLARGE"] = "ml.g5.12xlarge";
|
|
104
|
+
ProductionVariantInstanceType["ML_G5_16XLARGE"] = "ml.g5.16xlarge";
|
|
105
|
+
ProductionVariantInstanceType["ML_G5_24XLARGE"] = "ml.g5.24xlarge";
|
|
106
|
+
ProductionVariantInstanceType["ML_G5_2XLARGE"] = "ml.g5.2xlarge";
|
|
107
|
+
ProductionVariantInstanceType["ML_G5_48XLARGE"] = "ml.g5.48xlarge";
|
|
108
|
+
ProductionVariantInstanceType["ML_G5_4XLARGE"] = "ml.g5.4xlarge";
|
|
109
|
+
ProductionVariantInstanceType["ML_G5_8XLARGE"] = "ml.g5.8xlarge";
|
|
110
|
+
ProductionVariantInstanceType["ML_G5_XLARGE"] = "ml.g5.xlarge";
|
|
94
111
|
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
95
112
|
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
96
113
|
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
@@ -118,6 +135,7 @@ export var ProductionVariantInstanceType;
|
|
|
118
135
|
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
119
136
|
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
120
137
|
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
138
|
+
ProductionVariantInstanceType["ML_P4D_24XLARGE"] = "ml.p4d.24xlarge";
|
|
121
139
|
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
122
140
|
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
123
141
|
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|