Skip to content

Commit aeb6453

Browse files
committed
change a word
1 parent 01920f1 commit aeb6453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sagemaker/estimator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def __init__(
428428
You must not include any security-sensitive information, such as
429429
account access IDs, secrets, and tokens, in the dictionary for configuring
430430
hyperparameters. SageMaker rejects the training job request and returns an
431-
exception error for detected credentials, if such user input is found.
431+
validation error for detected credentials, if such user input is found.
432432
433433
container_log_level (int or PipelineVariable): The log level to use within the container
434434
(default: logging.INFO). Valid values are defined in the Python
@@ -2474,7 +2474,7 @@ def __init__(
24742474
You must not include any security-sensitive information, such as
24752475
account access IDs, secrets, and tokens, in the dictionary for configuring
24762476
hyperparameters. SageMaker rejects the training job request and returns an
2477-
exception error for detected credentials, if such user input is found.
2477+
validation error for detected credentials, if such user input is found.
24782478
24792479
tags (list[dict[str, str] or list[dict[str, PipelineVariable]]): List of tags for
24802480
labeling a training job. For more, see
@@ -2958,8 +2958,8 @@ def __init__(
29582958
You must not include any security-sensitive information, such as
29592959
account access IDs, secrets, and tokens, in the dictionary for configuring
29602960
hyperparameters. SageMaker rejects the training job request and returns an
2961-
exception error for detected credentials, if such user input is found.
2962-
2961+
validation error for detected credentials, if such user input is found.
2962+
29632963
container_log_level (int or PipelineVariable): Log level to use within the container
29642964
(default: logging.INFO). Valid values are defined in the Python
29652965
logging module.

0 commit comments

Comments
 (0)