aws-sdk-sagemaker 1.106.0 → 1.110.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 +1087 -11
- data/lib/aws-sdk-sagemaker/client_api.rb +608 -7
- data/lib/aws-sdk-sagemaker/types.rb +2850 -71
- 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: c23d5665962ac03d7ca6e9af28d93f84fbbc54e70772028859939227d19faa6a
|
4
|
+
data.tar.gz: c7ad130498bd4d2402fcafc3a6c38cf1b44d5f7da559830a35316f0cbb671d46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d8b1f2a298a2646c91b5dbb9e1404585d9da09390b09b6285ca8121fece6857a9fc8de595545f0ed58c6899b6e0f3d46309854e8e07698ef34f7921c80dc0f0
|
7
|
+
data.tar.gz: a3b728eab4fea90d68c8ed091d32ef745440f2a3263b6fd29e9d44d6276b52e73f133850be8ee83e87857f11e941885ce8d0d547cabeb6bd1a745a0387c8117f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2021-12-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow.
|
8
|
+
|
9
|
+
1.109.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.108.0 (2021-11-08)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* 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.
|
18
|
+
|
19
|
+
1.107.0 (2021-11-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - ListDevices and DescribeDevice now show Edge Manager agent version.
|
23
|
+
|
4
24
|
1.106.0 (2021-10-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|