aws-sdk-sagemaker 1.129.0 → 1.132.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: 1ec16adf8956ba5ef4e6e00570dda97a4e832130923819babebf398a7f964704
4
- data.tar.gz: 7466f9459bb8c7804449ca646e3bbdec29e733f15b233f56be3f77522ff8ca2a
3
+ metadata.gz: 1cd1b92144eb08f7bb4352b13c0071ba52388ee2a77081d9dbb9ca3af52fa917
4
+ data.tar.gz: 20ea40bf0250ee0cfbe266e45aed046b2b667c1c77ca80d42bc580a5ebc2a5a3
5
5
  SHA512:
6
- metadata.gz: 495b3d371892e8fd22d2bf2ee8e7a0d08bd834c11104ae844d2c60f93507c6187e99c5c62649ab324f4e847e666c59a0a7d54d36575869f22d7ef9e368e9512f
7
- data.tar.gz: f94cd55eeb847fd3fc7ea001becd52b6269f0089d8adaa697ac18aa7aa5a2c4ff47402755db1e5845d2f30c809a4c9b523989b6d3563d59d1616cf350d4b609c
6
+ metadata.gz: 4ada52b9c33c52ca825ad2f1a95a6d9f0eb2dd372680a9b872b6203879fb1a59d380ee8fdbe6f257fb2baa0d040ed9beb6deeeab6fbdf33ef19a4874b03014c5
7
+ data.tar.gz: a8e2af0edd3b12d7c455369d5243ba5eb026bc25f9714d130df0dde1ff6244937f7c9626328911cdc57e6a54249b1ab09c792fa0d6a3cad9baeb59442061160f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2022-07-18)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
8
+
9
+ 1.131.0 (2022-07-14)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
13
+
14
+ 1.130.0 (2022-07-07)
15
+ ------------------
16
+
17
+ * Feature - Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances
18
+
4
19
  1.129.0 (2022-06-29)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.129.0
1
+ 1.132.0