You are building an ML model to detect anomalies in real-time sensor data. You will use Pub/Sub to handle incoming requests. You want to store the results for analytics and visualization. How should you configure the pipeline?
A.
1 = Dataflow, 2 = AI Platform, 3 = BigQuery
B.
1 = DataProc, 2 = AutoML, 3 = Cloud Bigtable
C.
1 = BigQuery, 2 = AutoML, 3 = Cloud Functions
D.
1 = BigQuery, 2 = AI Platform, 3 = Cloud Storage
ChatGPT Prompt: Using Google Pub/Sub Define ML Pipeline for Anomaly Detection
```mermaid
graph TD;
A[Data Source] -->|Pub/Sub Topic| B[Pub/Sub]
B --> C[Dataflow for Preprocessing]
C --> D[ML Model Inference (AI Platform)]
D -->|Prediction| E[BigQuery / Cloud Storage]
D -->|Alert| F[Cloud Functions]
```
ChatGPT Prompt: Using Google Pub/Sub Define ML Pipeline for Anomaly Detection
```mermaid
graph TD;
A[Data Source] -->|Pub/Sub Topic| B[Pub/Sub]
B --> C[Dataflow for Preprocessing]
C --> D[ML Model Inference (AI Platform)]
D -->|Prediction| E[BigQuery / Cloud Storage]
D -->|Alert| F[Cloud Functions]
```
To preprocess data you will use Dataflow, and then you can use the Vertex AI platform for training and serving. Since it's a recommendation use case, Cloud BigQuery is the recommended NoSQL store to manage this use case storage at scale and reduce latency.
This use case similar to anomaly detection also points to A only.
https://cloud.google.com/blog/products/data-analytics/anomaly-detection-using-streaming-analytics-and-ai
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
esuaaaa
Highly Voted 4 years agoinder0007
Highly Voted 4 years agoyia20082000
Most Recent 2 months, 3 weeks agoAWBY_sback
3 months, 3 weeks agoki_123
6 months, 2 weeks agojkkim_jt
8 months agojkkim_jt
8 months agonktyagi
9 months agoLeumaS_NoswaY
9 months agoYorko
11 months, 2 weeks agoPhilipKoku
1 year agoRPS007
1 year, 1 month agoShreeti_Saha
1 year, 2 months agofragkris
1 year, 6 months agoRangasamyArran
1 year, 7 months agoLMDY
1 year, 8 months agodeepakno
1 year, 9 months ago