MLA-C01 · Question #161
An ML engineer uses one ML framework to train multiple ML models. The ML engineer needs to optimize the inference costs and host the models on Amazon SageMaker AI. Which solution will meet these…
The correct answer is B. Create a multi-model inference endpoint for all the models. A multi-model inference endpoint allows multiple models that use the same ML framework to share the same endpoint and underlying compute resources, significantly reducing hosting costs by loading models on demand instead of running separate infrastructure for each model.
Question
An ML engineer uses one ML framework to train multiple ML models. The ML engineer needs to optimize the inference costs and host the models on Amazon SageMaker AI. Which solution will meet these requirements MOST cost-effectively?
Options
- ACreate a multi-container inference endpoint for direct invocation.
- BCreate a multi-model inference endpoint for all the models.
- CCreate a multi-container inference endpoint for sequential invocation.
- DCreate multiple single-model inference endpoint for each model.
How the community answered
(61 responses)- A5% (3)
- B72% (44)
- C8% (5)
- D15% (9)
Explanation
A multi-model inference endpoint allows multiple models that use the same ML framework to share the same endpoint and underlying compute resources, significantly reducing hosting costs by loading models on demand instead of running separate infrastructure for each model.
Topics
Community Discussion
No community discussion yet for this question.