QuestionQ306
Designing for security and complianceYou are designing a new application feature for a healthcare provider located in Qatar. The feature must summarize sensitive patient notes submitted by clinicians. A critical requirement is that the contents of these patient notes must never be processed outside Qatar's borders. You want to use a powerful, pretrained generative model for the summarization task while strictly complying with the data-residency constraint. What should you do?
- A Write application code that sends the patient notes explicitly to the Gemini API endpoint in Qatar for summarization. Protect the API by VPC-Service Controls.
- B Use Vertex AI Model Garden to select a Gemma model. Deploy this model to a Vertex AI Endpoint within a Google Cloud region located in Qatar.
- C Use the Cloud Natural Language API to analyze the text and configure it to generate a summary of the patient notes.
- D Gather a large, anonymized dataset of medical notes. Use Vertex AI Training to train a custom summarization model from scratch, deploying it in a Qatar region.
Community Discussion