Valid Professional-Machine-Learning-Engineer Dumps shared by EduDump.com for Helping Passing Professional-Machine-Learning-Engineer Exam! EduDump.com now offer the newest Professional-Machine-Learning-Engineer exam dumps, the EduDump.com Professional-Machine-Learning-Engineer exam questions have been updated and answers have been corrected get the newest EduDump.com Professional-Machine-Learning-Engineer dumps with Test Engine here:
You are implementing a batch inference ML pipeline in Google Cloud. The model was developed by using TensorFlow and is stored in SavedModel format in Cloud Storage. You need to apply the model to a historical dataset that is stored in a BigQuery table. You want to perform inference with minimal effort. What should you do?
Correct Answer: B
Vertex AI batch prediction is the most appropriate and efficient way to apply a pre-trained model like TensorFlow's SavedModel to a large dataset, especially for batch processing. The Vertex AI batch prediction job works by exporting your dataset (in this case, historical data from BigQuery) to a suitable format (like Avro or CSV) and then processing it in Cloud Storage where the model is stored. Avro format is recommended for large datasets as it is highly efficient for data storage and is optimized for read/write operations in Google Cloud, which is why option B is correct. Option A suggests using BigQuery ML for inference, but it does not support running arbitrary TensorFlow models directly within BigQuery ML. Hence, BigQuery ML is not a valid option for this particular task. Option C (exporting to CSV) is a valid alternative but is less efficient compared to Avro in terms of performance. Option D suggests deploying a Vertex AI endpoint, which is better suited for real-time inference rather than batch inference. Since the question asks for batch inference, B is the best answer.