aws-sdk-sagemaker 1.362.0 → 1.364.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 +219 -72
- data/lib/aws-sdk-sagemaker/client_api.rb +44 -1
- data/lib/aws-sdk-sagemaker/types.rb +161 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +130 -47
- data/sig/types.rbs +31 -2
- 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: d58a94fec1e7c5cd82518381febfd25e30b229f09d042108c1dfa1e1cdfcd188
|
|
4
|
+
data.tar.gz: cce4a99339b35777e943dafc7a1c8be789f0ee84753219ae183c25e4d48bdc8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ddf55cd766045253ac0f8e546bc9402a6918bc9e1f69f8d09f1b490b326e1913d95176a2ac60a721e7c89493b208f4063980721dfa803e3a28fb3d778d312e0
|
|
7
|
+
data.tar.gz: 580e0c3f4aca3ec23eb92afec018cd32afbdf016f9a49331cd571a9db971899fdb10a8efa028a967d897cd2e61696697b4cb12594b45b0101b7ceb8ec40f08c6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.364.0 (2026-05-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for ml.p5.4xlarge instance type for SageMaker Studio JupyterLab and CodeEditor apps for IAD (us-east-1), NRT (ap-northeast-1), BOM (ap-south-1), CGK (ap-southeast-3), GRU (sa-east-1), PDX (us-west-2), CMH (us-east-2).
|
|
8
|
+
|
|
9
|
+
1.363.0 (2026-04-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.362.0 (2026-04-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.364.0
|