ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

193 / 258

Question 193:

You work as a machine learning specialist for a mobile phone carrier network. [1] [2] Your team of machine learning specialists needs to produce a model that clusters network users by payment plan and real-time geographic region. Your management team wants to use the model to consider marketing offerings targeted to a customer’s billing plan and geographic region in which they spend the most time. You have created a k-means model, and you need to test variations of the model on real-time customer data. Which option is considered the best practice for testing model variations as described by your use case?

Answer options:

A.Deploy the multiple variants of your model to the same SageMaker HTTPS endpoint, directing a percentage of traffic to each variant of the model, using an endpoint configuration that describes all variants of the model.
B.Deploy the multiple variants of your model to multiple SageMaker HTTPS endpoints, directing a percentage of traffic to each variant of the model, using an endpoint configuration for each variant of the model that describes the model.
C.Deploy the multiple variants of your model to the same SageMaker HTTPS endpoint, directing a percentage of traffic to each variant of the model, using an endpoint configuration for each variant of the model that describes the model.
D.Deploy the multiple variants of your model to multiple SageMaker HTTPS endpoints, directing a percentage of traffic to each variant of the model, using an endpoint configuration that describes all variants of the model.