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 3 years, 5 months agoinder0007
Highly Voted 3 years, 5 months agojkkim_jt
Most Recent 1 month agojkkim_jt
1 month agonktyagi
2 months agoLeumaS_NoswaY
2 months, 1 week agoYorko
4 months, 2 weeks agoPhilipKoku
5 months, 3 weeks agoRPS007
7 months agoShreeti_Saha
7 months, 3 weeks agofragkris
11 months, 4 weeks agoRangasamyArran
1 year agoLMDY
1 year, 2 months agodeepakno
1 year, 2 months agosachinbhavar
1 year, 3 months agoRemi2021
1 year, 4 months agoPuneet2022
1 year, 7 months ago