Question 172:
You work as a machine learning specialist for an online news organization. Your company is implementing a crowd-sourced news feature that will allow subscribers to upload their own news stories complete with images. You have been tasked with building and deploying a machine learning model that alerts adult content in an image uploaded by a subscriber. Which option describes the best data preparation and implementation of your machine learning hosted inference?
Answer options:
A.Use the Semantic Segmentation SageMaker built-in algorithm and code your application to query the deployed endpoint providing an image in the image/png content type. B.Use the Object2Vec SageMaker built-in algorithm and code your application to query the deployed endpoint providing an image in the application/jsonlines content type. C.Use the Image Classification SageMaker built-in algorithm and code your application to query the deployed endpoint providing an image in the application/x-recordio content type. D.Use the Image Classification SageMaker built-in algorithm and code your application to query the deployed endpoint providing an image in the application/x-image content type.