MLA-C01 · Question #178
A company is using Amazon SageMaker AI to deploy a new recommendation model for its ecommerce website. The model must use data from all client website interactions as input. Traffic is variable…
The correct answer is D. Serverless inference endpoint. Serverless inference automatically scales compute capacity up and down based on request volume and charges only for the compute used per invocation. This makes it the most cost- effective option for variable traffic patterns while still supporting real-time recommendations from…
Question
A company is using Amazon SageMaker AI to deploy a new recommendation model for its ecommerce website. The model must use data from all client website interactions as input. Traffic is variable throughout the day. The company needs to create an inference endpoint for the model. Which type of inference endpoint will meet these requirements MOST cost-effectively?
Options
- ABatch transform inference endpoint
- BAsynchronous inference endpoint
- CReal-time inference endpoint
- DServerless inference endpoint
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D82% (23)
Explanation
Serverless inference automatically scales compute capacity up and down based on request volume and charges only for the compute used per invocation. This makes it the most cost- effective option for variable traffic patterns while still supporting real-time recommendations from client interaction data.
Topics
Community Discussion
No community discussion yet for this question.