aws-sdk-sagemaker 1.183.0 → 1.184.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: e59f1143ddddf2a7d9d5338b1e64799bda8e96390d997d1c376164ad69d3d517
4
- data.tar.gz: 7aed85d641a872b907adca257286bb77bc33c2b015d193208499b43fe49971a1
3
+ metadata.gz: cd6d5100ec22b5ff0ebd06298712ec56e56a63d5757e2ecf02ffb2a61f32d41d
4
+ data.tar.gz: 34b98e9f84b0379a0b809e02cdc3dc56afd2b02f1344976002ae645c64743695
5
5
  SHA512:
6
- metadata.gz: cf173cd0448d9f957005a995359b7bb65062635d62654f210937f8623eb4e225f3d7882388d79f48e6e5586526f5842810905ea10ad2c2a63f758f27f6be0049
7
- data.tar.gz: 9b1b60d08ef6cb6d965e4b51b1f2a29be8556800a7141175bfa2b1cbb7574d32c4cd4e91b9bd38573ca4389dae18858fa568a55d38faf3b1d879a0c39a06750a
6
+ metadata.gz: c0c6b09637d9575168a937e7143b2cdc0d1737ed0b39fe968ce50a30e924b4b270999889e367ab720f4eda3aa473cd71e389964d032789f32e050241f72b9266
7
+ data.tar.gz: 2630905fa55ba362fa39100c18be8dbcc514bcc56459555ec5470ce88127000fcc48cb8b29dec402f7b79bd732ef412a7425111fca3405d9cb00fdfa3dff1ade
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.184.0 (2023-06-01)
5
+ ------------------
6
+
7
+ * Feature - Amazon Sagemaker Autopilot adds support for Parquet file input to NLP text classification jobs.
8
+
4
9
  1.183.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.183.0
1
+ 1.184.0
@@ -23589,7 +23589,7 @@ module Aws::SageMaker
23589
23589
  params: params,
23590
23590
  config: config)
23591
23591
  context[:gem_name] = 'aws-sdk-sagemaker'
23592
- context[:gem_version] = '1.183.0'
23592
+ context[:gem_version] = '1.184.0'
23593
23593
  Seahorse::Client::Request.new(handlers, context)
23594
23594
  end
23595
23595
 
@@ -2096,9 +2096,12 @@ module Aws::SageMaker
2096
2096
  # The content type of the data from the input source. The following
2097
2097
  # are the allowed content types for different problems:
2098
2098
  #
2099
- # * ImageClassification: `image/png`, `image/jpeg`, `image/*`
2099
+ # * ImageClassification: `image/png`, `image/jpeg`, or `image/*`. The
2100
+ # default value is `image/*`.
2100
2101
  #
2101
- # * TextClassification: `text/csv;header=present`
2102
+ # * TextClassification: `text/csv;header=present` or
2103
+ # `x-application/vnd.amazon+parquet`. The default value is
2104
+ # `text/csv;header=present`.
2102
2105
  # @return [String]
2103
2106
  #
2104
2107
  # @!attribute [rw] compression_type
@@ -10043,12 +10046,21 @@ module Aws::SageMaker
10043
10046
  include Aws::Structure
10044
10047
  end
10045
10048
 
10046
- # A set of recommended deployment configurations for the model.
10049
+ # A set of recommended deployment configurations for the model. To get
10050
+ # more advanced recommendations, see
10051
+ # [CreateInferenceRecommendationsJob][1] to create an inference
10052
+ # recommendation job.
10053
+ #
10054
+ #
10055
+ #
10056
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html
10047
10057
  #
10048
10058
  # @!attribute [rw] recommendation_status
10049
- # Status of the deployment recommendation. `NOT_APPLICABLE` means that
10050
- # SageMaker is unable to provide a default recommendation for the
10051
- # model using the information provided.
10059
+ # Status of the deployment recommendation. The status `NOT_APPLICABLE`
10060
+ # means that SageMaker is unable to provide a default recommendation
10061
+ # for the model using the information provided. If the deployment
10062
+ # status is `IN_PROGRESS`, retry your API call after a few seconds to
10063
+ # get a `COMPLETED` deployment recommendation.
10052
10064
  # @return [String]
10053
10065
  #
10054
10066
  # @!attribute [rw] real_time_inference_recommendations
@@ -33568,9 +33580,7 @@ module Aws::SageMaker
33568
33580
  end
33569
33581
 
33570
33582
  # A collection of settings that configure user interaction with the
33571
- # `RStudioServerPro` app. `RStudioServerProAppSettings` cannot be
33572
- # updated. The `RStudioServerPro` app must be deleted and a new one
33573
- # created to make any changes.
33583
+ # `RStudioServerPro` app.
33574
33584
  #
33575
33585
  # @!attribute [rw] access_status
33576
33586
  # Indicates whether the current user has access to the
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.183.0'
56
+ GEM_VERSION = '1.184.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.183.0
4
+ version: 1.184.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core