We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31051b + 8bed0bc commit d813097Copy full SHA for d813097
src/sagemaker/estimator.py
@@ -164,7 +164,10 @@ def __init__(
164
file:// urls are used for local mode. For example: 'file://model/'
165
will save to the model folder in the current directory.
166
output_kms_key (str): Optional. KMS key ID for encrypting the
167
- training output (default: None).
+ 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.
171
base_job_name (str): Prefix for training job name when the
172
:meth:`~sagemaker.estimator.EstimatorBase.fit` method launches.
173
If not specified, the estimator generates a default job name
0 commit comments