Question 94:
You work as a machine learning specialist for a gaming software company. You have trained and tested a machine learning model to predict gaming users likelihood of buying in-app purchases based on their player characteristics, such as playing time, levels achieved, etc. You are now ready to deploy your trained model onto the Amazon SageMaker Hosting service. What are the three steps for deploying a model using Amazon SageMaker Hosting Services? (Select THREE)
Answer options:
A.Create a model in Amazon SageMaker including the S3 path where the model artifacts are stored and the Docker registry path for the inference image. B.Create a model in Amazon SageMaker including the S3 path where the model artifacts are stored and the Kubernetes registry path for the inference image. C.Create an endpoint configuration for a REST endpoint. D.Create an endpoint configuration for an HTTPS endpoint. E.Create an HTTPS endpoint. F.Create a REST endpoint.