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

A company is running ML models on premises by using custom Python scripts and proprietary datasets. The company is using PyTorch. The model building requires unique domain knowledge. The company needs to move the models to AWS.
Which solution will meet these requirements with the LEAST effort?

Answer options

Correct answer: B

Explanation

Option B is correct because SageMaker script mode allows for easy integration of custom scripts while leveraging pre-made images, reducing the effort required for setup. Option A would involve reworking the datasets to fit built-in algorithms, which may require more effort. Option C demands creating and managing custom containers, which is more complex than using SageMaker's built-in capabilities. Option D does not address the need for custom model building, as it suggests purchasing rather than developing.