We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77792ed commit f3c2d7eCopy full SHA for f3c2d7e
src/sagemaker/estimator.py
@@ -2116,9 +2116,9 @@ def __init__(
2116
https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html
2117
(default: ``False``).
2118
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).
+ job (default: None). After this amount of time Amazon
+ SageMaker will stop waiting for managed spot training job to
+ complete (default: None).
2122
checkpoint_s3_uri (str): The S3 URI in which to persist checkpoints
2123
that the algorithm persists (if any) during training. (default:
2124
None).
0 commit comments