aws-sdk-sagemaker 1.232.0 → 1.234.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4607,9 +4607,13 @@ module Aws::SageMaker
4607
4607
  # @return [Types::ModelDataSource]
4608
4608
  #
4609
4609
  # @!attribute [rw] environment
4610
- # The environment variables to set in the Docker container. Each key
4611
- # and value in the `Environment` string to string map can have length
4612
- # of up to 1024. We support up to 16 entries in the map.
4610
+ # The environment variables to set in the Docker container.
4611
+ #
4612
+ # The maximum length of each key and value in the `Environment` map is
4613
+ # 1024 bytes. The maximum length of all keys and values in the map,
4614
+ # combined, is 32 KB. If you pass multiple containers to a
4615
+ # `CreateModel` request, then the maximum length of all of their maps,
4616
+ # combined, is also 32 KB.
4613
4617
  # @return [Hash<String,String>]
4614
4618
  #
4615
4619
  # @!attribute [rw] model_package_name
@@ -5805,9 +5809,9 @@ module Aws::SageMaker
5805
5809
  # @return [String]
5806
5810
  #
5807
5811
  # @!attribute [rw] kms_key_id
5808
- # SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
5809
- # attached to the domain with an Amazon Web Services managed key by
5810
- # default. For more control, specify a customer managed key.
5812
+ # SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS
5813
+ # volumes attached to the domain with an Amazon Web Services managed
5814
+ # key by default. For more control, specify a customer managed key.
5811
5815
  # @return [String]
5812
5816
  #
5813
5817
  # @!attribute [rw] app_security_group_management
@@ -6243,13 +6247,14 @@ module Aws::SageMaker
6243
6247
 
6244
6248
  # @!attribute [rw] feature_group_name
6245
6249
  # The name of the `FeatureGroup`. The name must be unique within an
6246
- # Amazon Web Services Region in an Amazon Web Services account. The
6247
- # name:
6250
+ # Amazon Web Services Region in an Amazon Web Services account.
6251
+ #
6252
+ # The name:
6248
6253
  #
6249
6254
  # * Must start and end with an alphanumeric character.
6250
6255
  #
6251
- # * Can only contain alphanumeric character and hyphens. Spaces are
6252
- # not allowed.
6256
+ # * Can only include alphanumeric characters, underscores, and
6257
+ # hyphens. Spaces are not allowed.
6253
6258
  # @return [String]
6254
6259
  #
6255
6260
  # @!attribute [rw] record_identifier_feature_name
@@ -19021,6 +19026,13 @@ module Aws::SageMaker
19021
19026
  # The name of a feature. The type must be a string. `FeatureName`
19022
19027
  # cannot be any of the following: `is_deleted`, `write_time`,
19023
19028
  # `api_invocation_time`.
19029
+ #
19030
+ # The name:
19031
+ #
19032
+ # * Must start and end with an alphanumeric character.
19033
+ #
19034
+ # * Can only include alphanumeric characters, underscores, and
19035
+ # hyphens. Spaces are not allowed.
19024
19036
  # @return [String]
19025
19037
  #
19026
19038
  # @!attribute [rw] feature_type
@@ -38010,7 +38022,7 @@ module Aws::SageMaker
38010
38022
  include Aws::Structure
38011
38023
  end
38012
38024
 
38013
- # The Amazon Simple Storage (Amazon S3) location and and security
38025
+ # The Amazon Simple Storage (Amazon S3) location and security
38014
38026
  # configuration for `OfflineStore`.
38015
38027
  #
38016
38028
  # @!attribute [rw] s3_uri
@@ -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.232.0'
56
+ GEM_VERSION = '1.234.0'
57
57
 
58
58
  end