We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9f919 commit 1bd76c0Copy full SHA for 1bd76c0
src/sagemaker/estimator.py
@@ -166,7 +166,7 @@ def __init__(
166
output_kms_key (str): Optional. KMS key ID for encrypting the
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
+ default KMS key for Amazon S3 of the account linked to your
170
IAM role.
171
base_job_name (str): Prefix for training job name when the
172
:meth:`~sagemaker.estimator.EstimatorBase.fit` method launches.
0 commit comments