Skip to content

Commit 0b0ef91

Browse files
author
Ivy Bazan
committed
updated sagemaker.estimator.EstimatorBase
1 parent 116bcce commit 0b0ef91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sagemaker/estimator.py

Lines changed: 4 additions & 1 deletion
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 for 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)