aws-sdk-sagemaker 1.130.0 → 1.133.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +442 -19
- data/lib/aws-sdk-sagemaker/client_api.rb +263 -1
- data/lib/aws-sdk-sagemaker/types.rb +802 -19
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ce89c0650d553eabd39c87af9a5d773b9b2e4b3cf85c9f26462e28bf2048051
|
|
4
|
+
data.tar.gz: c4ac9ffaa82b7caad47eb72fbffe479dc5f2cac32581bf586b832be315ffc1ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8242062616c0f5d05cd88439734c7cb04b8cc16352d7165dfd6302f8c917a7865589088443ddb3585d4860dd30322265f34fd90eb942c874627e580650967b74
|
|
7
|
+
data.tar.gz: 19b8b28206a72093bc5295f32640cb26f3675067b698916aa8af631b4e0f6ee3a94a00cee7134bb505fa3a157f8c537b4b0b600dd45a873bbe44713c33a2891c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.133.0 (2022-07-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Fixed an issue with cross account QueryLineage
|
|
8
|
+
|
|
9
|
+
1.132.0 (2022-07-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
|
|
13
|
+
|
|
14
|
+
1.131.0 (2022-07-14)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
|
|
18
|
+
|
|
4
19
|
1.130.0 (2022-07-07)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.133.0
|