ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

138 / 258

Question 138:

You work for a company that manufactures cell phone peripherals such as bluetooth headphones and bluetooth selfie sticks. Your company has designed its products to act as IoT devices that send usage and diagnostic MQTT messages to your IoT Core service running in AWS. Your machine learning team wants to use this IoT message data to run inferences through your machine learning inference end-point. However, the IoT data is unstructured. So you need to preprocess the data by performing feature engineering on the observations before they are fed into your inference endpoint.
You have decided to use a SageMaker Inference Pipeline to construct this machine learning solution. As you define the containers for your pipeline, one for feature engineering pre-processing, and one for inference predictions, which SageMaker CLI command and which parameter on that command do you need to run using the SageMaker CLI to build your inference pipeline?

Answer options:

A.CreateModel command with the EndpointArn request parameter
B.UpdateEndpoint command with the Containers parameter
C.CreateModel command with the PrimaryContainer request parameter
D.CreateModel command with the Containers request parameter
E.UpdateEndpoint command with the ModelArn parameter