ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

206 / 258

Question 206:

You work as a machine learning specialist for a data mining department of a large bank. Your department is responsible for leveraging the bank`s huge data lake to gain insights and make predictions for your marketing and risk departments. Your team’s latest project, an XGBoost prediction model, is ready for production deployment. However, you want to run some additional batch predictions using a batch inference job to make sure your model can handle the production prediction workload. In your SageMaker notebook, how do you extend your estimator to read input data in batch from a specified S3 bucket and make predictions?

Answer options:

A.Extend the estimator to a Transformer object.
B.Extend the estimator to a Predictor object.
C.Extend the estimator to a MultiDataModel object.
D.Extend the estimator to a BatchPredictor object.