Câu 82: Google Cloud Professional Machine Learning Engineer
You need to design an architecture that serves asynchronous predictions to determine whether a particular mission-critical machine part will fail. Your system collects data from multiple sensors from the machine. You want to build a model that will predict a failure in the next N minutes, given the average of each sen…
Nội dung câu hỏi
You need to design an architecture that serves asynchronous predictions to determine whether a particular mission-critical machine part will fail. Your system collects data from multiple sensors from the machine. You want to build a model that will predict a failure in the next N minutes, given the average of each sensor’s data from the past 12 hours. How should you design the architecture?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. 1. HTTP requests are sent by the sensors to your ML model, which is deployed as a microservice and exposes a REST API for prediction2. Your application queries a Vertex AI endpoint where you deployed your model.3. Responses are received by the caller application as soon as the model produces the prediction.
- B. 1. Events are sent by the sensors to Pub/Sub, consumed in real time, and processed by a Dataflow stream processing pipeline.2. The pipeline invokes the model for prediction and sends the predictions to another Pub/Sub topic.3. Pub/Sub messages containing predictions are then consumed by a downstream system for monitoring. — đáp án hiện tại
- C. 1. Export your data to Cloud Storage using Dataflow.2. Submit a Vertex AI batch prediction job that uses your trained model in Cloud Storage to perform scoring on the preprocessed data.3. Export the batch prediction job outputs from Cloud Storage and import them into Cloud SQL.
- D. 1. Export the data to Cloud Storage using the BigQuery command-line tool2. Submit a Vertex AI batch prediction job that uses your trained model in Cloud Storage to perform scoring on the preprocessed data.3. Export the batch prediction job outputs from Cloud Storage and import them into BigQuery.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.