ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

198 / 258

Question 198:

You work as a machine learning specialist for the infectious disease testing department of a national government agency. Your machine learning team is responsible for creating a machine learning model that analyzes the daily test datasets for your country and produces daily predictions of trends of disease contraction and death rates. These projections are used throughout national and international news agencies to report on the daily projections of infectious disease progression. Since your model works on huge datasets on a daily basis, which of the following statements gives an accurate description of your inference processing?

Answer options:

A.You have set up a persistent endpoint to get predictions from your model using SageMaker batch transform.
B.You have set up a persistent endpoint to get predictions from your model using SageMaker hosting services.
C.You don`t need a persistent endpoint. You use SageMaker batch transform to get inferences from your large datasets.
D.You don`t need a persistent endpoint. You use SageMaker hosting services to get inferences from your large datasets.