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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +298 -14
- data/lib/aws-sdk-sagemaker/client_api.rb +153 -2
- data/lib/aws-sdk-sagemaker/types.rb +629 -40
- 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: 40fdd9260b01984dca6fa9bbef552b2db2e4f1e38a40e7559368b02e022e9b48
|
4
|
+
data.tar.gz: 3e23aa3e1e7c80110ab76ca75917990a5d38f1da237cdcf87c97e907c04f06d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.130.0
|