Google Cloud Professional Machine Learning Engineer — Question 329

You are a SQL analyst. You need to utilize a TensorFlow customer segmentation model stored In Cloud Storage. You want to use the simplest and most efficient approach. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because importing the model directly into BigQuery allows for seamless integration and the use of SQL for inference without additional complexity. Options A and B introduce unnecessary layers of deployment and infrastructure, while option C requires a conversion process that may not be needed for direct SQL inference.