We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f6a28 + c900b79 commit 2149121Copy full SHA for 2149121
src/sagemaker/estimator.py
@@ -204,9 +204,9 @@ def __init__(
204
https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html
205
(default: ``False``).
206
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``).
+ job (default: None). After this amount of time Amazon
+ SageMaker will stop waiting for managed spot training job to
+ complete (default: ``None``).
210
checkpoint_s3_uri (str): The S3 URI in which to persist checkpoints
211
that the algorithm persists (if any) during training. (default:
212
``None``).
0 commit comments