PROFESSIONAL-CLOUD-ARCHITECT · Question #295
You are architecting a new application feature for a healthcare provider based in Qatar. The feature needs to summarize sensitive patient notes that are submitted by clinicians. A critical…
The correct answer is B. Use Vertex AI Model Garden to select a Gemma model. Deploy this model to a Vertex AI. The Vertex AI documentation shows that the Middle East region me-central1 (Doha, Qatar) is By selecting a pretrained model (for example from the Model Garden) and deploying it as an endpoint in that Qatar region, you can ensure that the data never leaves Qatari borders…
Question
Options
- AWrite application code that sends the patient notes explicitly to the Gemini API endpoint in Qatar
- BUse Vertex AI Model Garden to select a Gemma model. Deploy this model to a Vertex AI
- CUse the Cloud Natural Language API to analyze the text and configure it to generate a summary
- DGather a large, anonymized dataset of medical notes. Use Vertex AI Training to train a custom
How the community answered
(52 responses)- A29% (15)
- B56% (29)
- C6% (3)
- D10% (5)
Explanation
The Vertex AI documentation shows that the Middle East region me-central1 (Doha, Qatar) is By selecting a pretrained model (for example from the Model Garden) and deploying it as an endpoint in that Qatar region, you can ensure that the data never leaves Qatari borders, fulfilling the data residency requirement.
Topics
Community Discussion
No community discussion yet for this question.