Skip to content

Commit d813097

Browse files
authored
Merge branch 'master' into fix-step-collection-property
2 parents b31051b + 8bed0bc commit d813097

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sagemaker/estimator.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ def __init__(
164164
file:// urls are used for local mode. For example: 'file://model/'
165165
will save to the model folder in the current directory.
166166
output_kms_key (str): Optional. KMS key ID for encrypting the
167-
training output (default: None).
167+
training output (default: Your IAM role's KMS key for Amazon S3).
168+
If you don't provide a KMS key ID, Amazon SageMaker uses the
169+
default KMS key for Amazon S3 of the account linked to your
170+
IAM role.
168171
base_job_name (str): Prefix for training job name when the
169172
:meth:`~sagemaker.estimator.EstimatorBase.fit` method launches.
170173
If not specified, the estimator generates a default job name

0 commit comments

Comments
 (0)