aws-sdk-sagemaker 1.106.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 702d6329663c3c4f427a3406d38248caf4c22f3ce2f9e5dfae516392c685668e
4
- data.tar.gz: a4235f1a88e32b854fcb1fdf86fc0a306c07dc6c9d62b4962189e86440ae9db1
3
+ metadata.gz: c23d5665962ac03d7ca6e9af28d93f84fbbc54e70772028859939227d19faa6a
4
+ data.tar.gz: c7ad130498bd4d2402fcafc3a6c38cf1b44d5f7da559830a35316f0cbb671d46
5
5
  SHA512:
6
- metadata.gz: 14aadd58daf3ec38103b05c1174166bc99268893d8e34ef6338e131e2302bcab002f4d2628fccd3d217a64fc34d34bd51eab9e799ddb2f0432dff10b1e9cbe62
7
- data.tar.gz: bf0dcabda9efb3ba348a499ab2254011f419801f892c7c1e410cd2696d8d4370f58232da0f37491d468a4fe040228c47a1d8706ec8faf76067d7942705228d01
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.106.0
1
+ 1.110.0