aws-sdk-sagemaker 1.314.0 → 1.316.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 +347 -23
- data/lib/aws-sdk-sagemaker/client_api.rb +167 -4
- data/lib/aws-sdk-sagemaker/types.rb +777 -91
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +181 -13
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +142 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14db74ca75bab44a1a53a6df60ecaa47a1c5d8bac9a6ebcbee8c2b8eca524032
|
4
|
+
data.tar.gz: adbfeb06f4beffed4b1a54fc4b3ba4440e8173bce6dbbd90bfa5690b14f6ca04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 206d8bc4ccf14a49605e757f4ab498ec0358c88903543e66af3520b0ffef51634ca9e23b8ccd5aad3b85612ebb0b8323cb6f4f723e2fd305830b8e84fc6dc1ac
|
7
|
+
data.tar.gz: 0ed8527d60c26bf7eb0ef58bfb4edc4ff9959a58444eb9c7874c0c2443f49dbc93282d725f526cdfaa266eee6b6f084581739aef1b6338d40ad6f0cb33a478ef
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.316.0 (2025-07-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds 1/ Support for S3FileSystem in CustomFileSystems 2/ The ability for a customer to select their preferred IpAddressType for use with private Workforces 3/ Support for p4de instance type in SageMaker Training Plans
|
8
|
+
|
9
|
+
1.315.0 (2025-07-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for a new Restricted instance group type to enable a specialized environment for running Nova customization jobs on SageMaker HyperPod clusters. This release also adds support for SageMaker pipeline versioning.
|
13
|
+
|
4
14
|
1.314.0 (2025-07-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.316.0
|