Skip to content

Commit f6a5050

Browse files
update estimator documentation regarding hyperparameters for source_dir (#5190)
1 parent e1b6a7f commit f6a5050

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/estimator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ def __init__(
456456
A dictionary containing the hyperparameters to
457457
initialize this estimator with. (Default: None).
458458
459+
If a source directory is specified, the set_hyperparameters method escapes
460+
the dict argument as JSON, and updates the private hyperparameter attribute.
461+
459462
.. caution::
460463
You must not include any security-sensitive information, such as
461464
account access IDs, secrets, and tokens, in the dictionary for configuring

0 commit comments

Comments
 (0)