A grain-silo vibration trainer can pause and resume from checkpoints, and the team wants a lower training bill. The setting lives on the training job, not on a production endpoint purchase plan. What should they enable?
Select an answer to reveal the explanation.
Short Explanation
Think of a vibration trainer that can pause and resume from checkpoints, and a lower training bill. Enable SageMaker managed spot: use_spot_instances, a max wait, and a checkpoint path. A production endpoint Savings Plan is the wrong knob.
Full Explanation
SageMaker managed spot training uses use_spot_instances plus a max wait and a checkpoint path so an interruptible training job can resume and cost less. A production endpoint purchase plan is not that setting. Polly is irrelevant, and turning off checkpoints throws away progress on each interruption.