Google Cloud Professional Machine Learning Engineer — Question 265

You work for a pet food company that manages an online forum. Customers upload photos of their pets on the forum to share with others. About 20 photos are uploaded daily. You want to automatically and in near real time detect whether each uploaded photo has an animal. You want to prioritize time and minimize cost of your application development and deployment. What should you do?

Answer options

Correct answer: A

Explanation

Option A is the best choice as it leverages the Cloud Vision API for quick object localization, minimizing development time and costs. Option B requires building and hosting a custom model, which may be more time-consuming and expensive. Options C and D involve manual labeling and training models, leading to greater effort and delays in deployment.