AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 137

A company has several teams that have developed separate prediction models on their own laptops. The teams developed the models by using Python with scikit-learn and TensorFlow frameworks.

The company must rebuild the models and must integrate the models into an ML infrastructure that the company manages by using Amazon SageMaker. The company also must incorporate the models into a model registry.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

The correct answer is D because it ensures that the models are built natively in SageMaker, allowing for optimal integration with its features and minimizing operational overhead. Options A and C introduce additional complexity by requiring external services or containerization, while option B does not address the need to rebuild the models using SageMaker's capabilities.