@@ -419,7 +419,7 @@ def __init__(
419
419
420
420
You must not include any security sensitive information, such as
421
421
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
423
423
exception error for detected credentials, if such user input is found.
424
424
425
425
container_log_level (int): The log level to use within the container
@@ -2352,7 +2352,7 @@ def __init__(
2352
2352
2353
2353
You must not include any security sensitive information, such as
2354
2354
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
2356
2356
exception error for detected credentials, if such user input is found.
2357
2357
2358
2358
tags (list[dict]): List of tags for labeling a training job. For
@@ -2814,7 +2814,7 @@ def __init__(
2814
2814
2815
2815
You must not include any security sensitive information, such as
2816
2816
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
2818
2818
exception error for detected credentials, if such user input is found.
2819
2819
2820
2820
container_log_level (int): Log level to use within the container
0 commit comments