Skip to content

Commit 2a06815

Browse files
committed
fix typo
1 parent 961fe77 commit 2a06815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/estimator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def __init__(
419419
420420
You must not include any security sensitive information, such as
421421
account access IDs, secrets, and tokens, in the dictionary for configuring
422-
hyperparameters. &SM; rejects the training job request and returns an
422+
hyperparameters. SageMaker rejects the training job request and returns an
423423
exception error for detected credentials, if such user input is found.
424424
425425
container_log_level (int): The log level to use within the container
@@ -2352,7 +2352,7 @@ def __init__(
23522352
23532353
You must not include any security sensitive information, such as
23542354
account access IDs, secrets, and tokens, in the dictionary for configuring
2355-
hyperparameters. &SM; rejects the training job request and returns an
2355+
hyperparameters. SageMaker rejects the training job request and returns an
23562356
exception error for detected credentials, if such user input is found.
23572357
23582358
tags (list[dict]): List of tags for labeling a training job. For
@@ -2814,7 +2814,7 @@ def __init__(
28142814
28152815
You must not include any security sensitive information, such as
28162816
account access IDs, secrets, and tokens, in the dictionary for configuring
2817-
hyperparameters. &SM; rejects the training job request and returns an
2817+
hyperparameters. SageMaker rejects the training job request and returns an
28182818
exception error for detected credentials, if such user input is found.
28192819
28202820
container_log_level (int): Log level to use within the container

0 commit comments

Comments
 (0)