ExamQuestions.com

Register
Login
Google Cloud Certified Professional Machine Learning Engineer Exam Exam Questions

Google

Google Cloud Certified Professional Machine Learning Engineer Exam

42 / 56

Question 42:

As the lead ML Engineer for your company, you are responsible for building ML models to digitize scanned customer forms. You have developed a TensorFlow model that converts the scanned images into text and stores them in Cloud Storage. You need to use your ML model on the aggregated data collected at the end of each day with minimal manual intervention. What should you do? 

Answer options:

A. Use the batch prediction functionality of AI Platform.
B. Create a serving pipeline in Compute Engine for prediction.
C. Use Cloud Functions for prediction each time a new data point is ingested.
D. Deploy the model on AI Platform and create a version of it for online inference.