aws-sdk-sagemaker 1.127.0 → 1.130.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: 8e07102ea14eda77ceda974dc78d798f35e3419eeecd2f646b934a2e8a95c18a
4
- data.tar.gz: 70442a59dcf10467a40570b0ce015c9ed5a876d9190561ad61e11fdd50b48348
3
+ metadata.gz: 40fdd9260b01984dca6fa9bbef552b2db2e4f1e38a40e7559368b02e022e9b48
4
+ data.tar.gz: 3e23aa3e1e7c80110ab76ca75917990a5d38f1da237cdcf87c97e907c04f06d9
5
5
  SHA512:
6
- metadata.gz: 0be5a57fdbcf0a0d950d10c745558811b898363389f1d49bef1570b0f0d1c818cdcb1f78d8345b4d939fe3cc94952fc9a710b429dbd4eb5690bdf8b6d984aabc
7
- data.tar.gz: c5f53ee1e392dc239a85825f4af3fbef9156b15f0ddf3f1af4d3dd7ae8e7a2fccc2e1a7cae8fa3aded2193a14766467bdf50b78ea04c6894b0449e06fdfde650
6
+ metadata.gz: 7da42f4d5682d22b525bd9b09809a849b6ec399b7259b8287f1196e05679747a0c0ab84fe5915737a7e37826f99e9f218b6c7fd7449b59e037617db024d2e1ed
7
+ data.tar.gz: 4983ff78f5e37fb567767ae230dfd5451fbcfd77f8c8950005142b885fa260d1ad38151d5895f3d9d8753f3ff9091e9386183339fdcd31bd974d31a2624e013b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.130.0 (2022-07-07)
5
+ ------------------
6
+
7
+ * 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
8
+
9
+ 1.129.0 (2022-06-29)
10
+ ------------------
11
+
12
+ * Feature - This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
13
+
14
+ 1.128.0 (2022-06-23)
15
+ ------------------
16
+
17
+ * Feature - SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode.
18
+
4
19
  1.127.0 (2022-05-31)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.127.0
1
+ 1.130.0