diff --git a/src/sagemaker/estimator.py b/src/sagemaker/estimator.py index fa40719c9f..16e6ac1cd0 100644 --- a/src/sagemaker/estimator.py +++ b/src/sagemaker/estimator.py @@ -456,6 +456,9 @@ def __init__( A dictionary containing the hyperparameters to initialize this estimator with. (Default: None). + If a source directory is specified, the set_hyperparameters method escapes + the dict argument as JSON, and updates the private hyperparameter attribute. + .. caution:: You must not include any security-sensitive information, such as account access IDs, secrets, and tokens, in the dictionary for configuring