Skip to content

Commit 1bd76c0

Browse files
authored
Update estimator.py
1 parent cf9f919 commit 1bd76c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __init__(
166166
output_kms_key (str): Optional. KMS key ID for encrypting the
167167
training output (default: Your IAM role's KMS key for Amazon S3).
168168
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
169+
default KMS key for Amazon S3 of the account linked to your
170170
IAM role.
171171
base_job_name (str): Prefix for training job name when the
172172
:meth:`~sagemaker.estimator.EstimatorBase.fit` method launches.

0 commit comments

Comments
 (0)