List of questions
Related questions
Question 127 - Professional Machine Learning Engineer discussion
You are working on a system log anomaly detection model for a cybersecurity organization. You have developed the model using TensorFlow, and you plan to use it for real-time prediction. You need to create a Dataflow pipeline to ingest data via Pub/Sub and write the results to BigQuery. You want to minimize the serving latency as much as possible. What should you do?
A.
Containerize the model prediction logic in Cloud Run, which is invoked by Dataflow.
B.
Load the model directly into the Dataflow job as a dependency, and use it for prediction.
C.
Deploy the model to a Vertex AI endpoint, and invoke this endpoint in the Dataflow job.
D.
Deploy the model in a TFServing container on Google Kubernetes Engine, and invoke it in the Dataflow job.
Your answer:
0 comments
Sorted by
Leave a comment first