@@ -428,7 +428,7 @@ def __init__(
428
428
You must not include any security-sensitive information, such as
429
429
account access IDs, secrets, and tokens, in the dictionary for configuring
430
430
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.
432
432
433
433
container_log_level (int or PipelineVariable): The log level to use within the container
434
434
(default: logging.INFO). Valid values are defined in the Python
@@ -2474,7 +2474,7 @@ def __init__(
2474
2474
You must not include any security-sensitive information, such as
2475
2475
account access IDs, secrets, and tokens, in the dictionary for configuring
2476
2476
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.
2478
2478
2479
2479
tags (list[dict[str, str] or list[dict[str, PipelineVariable]]): List of tags for
2480
2480
labeling a training job. For more, see
@@ -2958,8 +2958,8 @@ def __init__(
2958
2958
You must not include any security-sensitive information, such as
2959
2959
account access IDs, secrets, and tokens, in the dictionary for configuring
2960
2960
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
+
2963
2963
container_log_level (int or PipelineVariable): Log level to use within the container
2964
2964
(default: logging.INFO). Valid values are defined in the Python
2965
2965
logging module.
0 commit comments