Skip to content

Commit 2149121

Browse files
authored
Merge branch 'master' into improve_error_msg
2 parents a3f6a28 + c900b79 commit 2149121

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
@@ -204,9 +204,9 @@ def __init__(
204204
https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html
205205
(default: ``False``).
206206
max_wait (int): Timeout in seconds waiting for spot training
207-
instances (default: None). After this amount of time Amazon
208-
SageMaker will stop waiting for Spot instances to become
209-
available (default: ``None``).
207+
job (default: None). After this amount of time Amazon
208+
SageMaker will stop waiting for managed spot training job to
209+
complete (default: ``None``).
210210
checkpoint_s3_uri (str): The S3 URI in which to persist checkpoints
211211
that the algorithm persists (if any) during training. (default:
212212
``None``).

0 commit comments

Comments
 (0)