aws-sdk-sagemaker 1.104.0 → 1.108.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +346 -20
- data/lib/aws-sdk-sagemaker/client_api.rb +170 -2
- data/lib/aws-sdk-sagemaker/types.rb +893 -41
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea25490091b38e7f3b7d8a7f3eadab5bb68785286bfca16034089f08a3719cf0
|
4
|
+
data.tar.gz: 83e457e5c014c5211976826b146f60bae4e3bdbb23ddeed097d58c4e24e470ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb825cbebc4afb015403ba009e6f70c30de9dbd878e70fffaa525ea19b5bf28f91eb1cae73040ababe1c0fbbad7943adde73b065cb3167fc2532c84f743cb6a4
|
7
|
+
data.tar.gz: 680e33d9ded46cc6483bd3a1d3896cd88f1b6e8039c8bab357fdf0a257a61f2be414dc1a839da6f5376b2b1c7506764747988a82c27bd45dbe786a0148f367f1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.108.0 (2021-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
|
8
|
+
|
9
|
+
1.107.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - ListDevices and DescribeDevice now show Edge Manager agent version.
|
13
|
+
|
14
|
+
1.106.0 (2021-10-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support for RStudio on SageMaker.
|
18
|
+
|
19
|
+
1.105.0 (2021-10-27)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
|
23
|
+
|
4
24
|
1.104.0 (2021-10-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.108.0
|