aws-sdk-sagemaker 1.125.0 → 1.128.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 +112 -33
- data/lib/aws-sdk-sagemaker/client_api.rb +40 -0
- data/lib/aws-sdk-sagemaker/types.rb +279 -59
- 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: 21601ab21b6efd78619931ec237bd508195eaffc5ed04d963814c3ae2908f538
|
4
|
+
data.tar.gz: c0337001e4c42e2abffbcee13eb73960ac93110b1eea474f32e6345e5d1df575
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1454d065a44acd8e1fa69f9694164699334590ec509da93bb892149d05f7bf5e87ea7219065429f216dbcb23c2f8f858a8073f572be55986640dcc46f1bc118d
|
7
|
+
data.tar.gz: fa9857672686feb5b69d936005b78df2239db65197d87ad130b5782b8d85feb70483840e54eb7a4ad3ee0b7c8fd19452939fd1845bcb4975c791f3fada8ff66f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.128.0 (2022-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode.
|
8
|
+
|
9
|
+
1.127.0 (2022-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
|
13
|
+
|
14
|
+
1.126.0 (2022-05-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types.
|
18
|
+
|
4
19
|
1.125.0 (2022-05-25)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.128.0
|