aws-sdk-sagemaker 1.238.0 → 1.240.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 +87 -87
- data/lib/aws-sdk-sagemaker/types.rb +8 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +55 -55
- data/sig/types.rbs +9 -9
- metadata +2 -2
@@ -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
|