aws-sdk-sagemaker 1.187.0 → 1.189.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +185 -69
- data/lib/aws-sdk-sagemaker/client_api.rb +54 -0
- data/lib/aws-sdk-sagemaker/types.rb +493 -76
- 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: 681df9f590e8b983bd315a8ba555c37decce4a49fefc29f8006cfbd94a771a75
|
4
|
+
data.tar.gz: 7a6fb6bfd6de4d753da26d888b86459b4a6a76a656e7f8908374d344fb75cabe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20066f17187b2fb660046da8d8de1314ab8e29d9130aecbb3dac85c47de7c4f8e13037475bc34ea49b6fc999995509a7fa30ad74a0a03c421efe18298a644833
|
7
|
+
data.tar.gz: 37acfb08d9de1dba8fe46bcd7f6c3a7a1dda7b7a7baf02da17cabc14582848d1ea0cebd10e3a82f2ccc0c36bd27dd380665feaf00352d96d58c1b46cefa0933d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.189.0 (2023-06-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
|
8
|
+
|
9
|
+
1.188.0 (2023-06-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.
|
13
|
+
|
4
14
|
1.187.0 (2023-06-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.189.0
|