Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/sagemaker/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down