aws-sdk-sagemaker 1.107.0 → 1.111.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +1079 -14
- data/lib/aws-sdk-sagemaker/client_api.rb +608 -7
- data/lib/aws-sdk-sagemaker/types.rb +2844 -71
- 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: 965985ee6fb67142638ed08700da3ffd3351cb1bde455b77bf8439db687040d4
|
4
|
+
data.tar.gz: 54c9cb164796b292c0f277d2b98e6066c3b425e16ab39309e902af194401d42a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1212d718364b935bbb5699edb93ee664c74b8c5bdca1e5c09b09f183fe6b353b3b6bcac1f8256a86bc4de3ac02e0c31d4145bf0bfe356a0b1db304195fdf8c4b
|
7
|
+
data.tar.gz: 0f530a36fcb82e90656db8526e11a12fe78900a54fadd83d08afa1303476d52cf1e92e30acf9bc0550ea43b33f89cfae8e4f7508c57989f7bb9ae2b7f91d3fe7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.111.0 (2021-12-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
|
8
|
+
|
9
|
+
1.110.0 (2021-12-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.109.0 (2021-11-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.108.0 (2021-11-08)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
4
24
|
1.107.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|