Skip to content

Commit e22e04f

Browse files
mohamed-aliMohamed Ali Jamaoui
authored andcommitted
fix: Align max_wait definitions in EstimaorBase and Estimator (aws#3009)
Co-authored-by: Mohamed Ali Jamaoui <[email protected]>
1 parent f2a0379 commit e22e04f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/estimator.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2116,9 +2116,9 @@ def __init__(
21162116
https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html
21172117
(default: ``False``).
21182118
max_wait (int): Timeout in seconds waiting for spot training
2119-
instances (default: None). After this amount of time Amazon
2120-
SageMaker will stop waiting for Spot instances to become
2121-
available (default: None).
2119+
job (default: None). After this amount of time Amazon
2120+
SageMaker will stop waiting for managed spot training job to
2121+
complete (default: None).
21222122
checkpoint_s3_uri (str): The S3 URI in which to persist checkpoints
21232123
that the algorithm persists (if any) during training. (default:
21242124
None).

0 commit comments

Comments
 (0)