aws-sdk-sagemaker 1.238.0 → 1.240.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.
@@ -38924,7 +38924,14 @@ module Aws::SageMaker
38924
38924
  end
38925
38925
 
38926
38926
  # Contains information about attribute-based access control (ABAC) for a
38927
- # training job.
38927
+ # training job. The session chaining configuration uses Amazon Security
38928
+ # Token Service (STS) for your training job to request temporary,
38929
+ # limited-privilege credentials to tenants. For more information, see
38930
+ # [Attribute-based access control (ABAC) for multi-tenancy training][1].
38931
+ #
38932
+ #
38933
+ #
38934
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-access-training-data.html#model-access-training-data-abac
38928
38935
  #
38929
38936
  # @!attribute [rw] enable_session_tag_chaining
38930
38937
  # Set to `True` to allow SageMaker to extract session tags from a
@@ -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.238.0'
56
+ GEM_VERSION = '1.240.0'
57
57
 
58
58
  end