A company has developed a computer vision model. The company needs to deploy the model into production on Amazon SageMaker AI. The company has not hosted a model on SageMaker AI previously. An ML engineer needs to implement a solution to track model versions. The solution also must provide recommendations about which Amazon EC2 instance types to use to host the model. Which solution will meet these requirements?
- ARegister the model in Amazon Elastic Container Registry (Amazon ECR). Use AWS Compute Optimizer for recommendations about instance types.
- BRegister the model in the SageMaker Model Registry. Use SageMaker Autopilot for recommendations about instance types.
- CRegister the model in the SageMaker Model Registry. Use SageMaker Inference Recommender for recommendations about instance types. (correct answer)
- DRegister the model in Amazon Elastic Container Registry (Amazon ECR). Use SageMaker Experiments for recommendations about instance types.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Register the model in the SageMaker Model Registry. Use SageMaker Inference Recommender for recommendations about instance types.
Explanation
Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.