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 an AI engineer working for a popular video streaming platform. You built a classification model using PyTorch to predict customer churn. Each week, the customer retention team plans to contact customers identified as at-risk for churning with personalized offers. You want to deploy the model while minimizing maintenance effort. What should you do?
Correct Answer: C
Deploying the model on Vertex AI with a batch prediction configuration is ideal for weekly inference jobs since the retention team needs predictions once per week. Scheduling batch predictions minimizes computational costs, and Vertex AI's endpoint management simplifies infrastructure setup without needing additional maintenance. Using Vertex AI's prebuilt containers also provides a flexible deployment pipeline for any future model updates. Options A and D do not suit batch needs, and GKE (Option B) requires more manual maintenance.