An ice-rink engineer has a trained Model (or estimator) in a notebook and needs the snippet-level call that creates the real-time endpoint, not a CloudFormation rewrite and not a from-scratch Flask server. Which path fits?
Select an answer to reveal the explanation.
Short Explanation
The ice-rink engineer has a trained Model in a notebook. Use the SageMaker SDK deploy path, Model.deploy. A CloudFormation rewrite misses the snippet ask, and a homemade Flask server skips the SDK.
Full Explanation
Host with the SageMaker AI SDK deploy path (Model.deploy or the equivalent create-endpoint call). Associate-level snippet familiarity is enough. A CloudFormation rewrite and a homemade Flask server miss that path. Polly is not the SDK.