aws-sdk-sagemaker 1.361.0 → 1.363.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +150 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +44 -1
- data/lib/aws-sdk-sagemaker/types.rb +171 -6
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +85 -2
- data/sig/types.rbs +29 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d6aa0947c93ff733ad5925567bf0607be69a9085eda09799694116c8c9e2128
|
|
4
|
+
data.tar.gz: '08d6ebe18bb63460adf1a879f39068f12b2132502be0c1ad67e3b451ca83071a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adedb01cae75bc76c3d29ff38dc0e3bba2f1cd4f9947cd571d33291fbc9cb9196845bd8955779ee3cec55f102ea2526c8c88059a636e59f49268cfbce390aee4
|
|
7
|
+
data.tar.gz: 3898c85e19ab3f2eeabf47d1d4bbdf0cbcf1650997b62b5b4e32842cda04c533afc731d20b09ca43827e8e4b1ca3856195d3ecf723f353a4cc9233c659b30714
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.363.0 (2026-04-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add InstancePools support to Endpoint for flexible provisioning across a prioritized list of instance types. Add Specifications support to InferenceComponent for per-instance-type model configurations.
|
|
8
|
+
|
|
9
|
+
1.362.0 (2026-04-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated API documentation for endpoint MetricsConfig. Added details on supported metric publish frequencies and clarified how EnableEnhancedMetrics controls utilization and invocation metric behavior.
|
|
13
|
+
|
|
4
14
|
1.361.0 (2026-04-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.363.0
|