An ML engineer needs to use AWS CloudFormation to create an ML model that an Amazon SageMaker endpoint will host. Which resource should the ML engineer declare in the CloudFormation template to meet this requirement?
- AAWS::SageMaker::Model (correct answer)
- BAWS::SageMaker::Endpoint
- CAWS::SageMaker::NotebookInstance
- DAWS::SageMaker::Pipeline
Reveal answer & explanationHide answer
The correct answer is A. Option A: AWS::SageMaker::Model
Explanation
Amazon SageMaker builds, trains and deploys machine learning models in a fully managed service.