Question 239 of 280
Single answerYour work for a textile manufacturing company. Your company has hundreds of machines, and each machine has many sensors. Your team used the sensory data to build hundreds of ML models that detect machine anomalies. Models are retrained daily, and you need to deploy these models in a cost-effective way. The models must operate 24/7 without downtime and make sub millisecond predictions. What should you do?
ADeploy a Dataflow batch pipeline and a Vertex AI Prediction endpoint.
BDeploy a Dataflow batch pipeline with the Runlnference API, and use model refresh.
CDeploy a Dataflow streaming pipeline and a Vertex AI Prediction endpoint with autoscaling.
✓DDeploy a Dataflow streaming pipeline with the Runlnference API, and use automatic model refresh.
✓
Correct Answer: D
Deploy a Dataflow streaming pipeline with the Runlnference API, and use automatic model refresh.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.