A marina slip-application clerk UI must return a risk flag in well under a second, all day, with steady office-hour traffic. Which SageMaker serving mode fits?
Select an answer to reveal the explanation.
Short Explanation
The clerk UI needs a risk flag in well under a second, all day. That is a SageMaker real-time endpoint. Serverless cold starts miss that budget, batch transform is offline, and a training job is not a serving endpoint.
Full Explanation
A SageMaker real-time endpoint is the serving mode for interactive, low-latency, sustained traffic. Serverless cold starts miss a sub-second clerk UI. Batch transform is offline. A training job is not an inference endpoint.