PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #288
You work for a large bank that serves customers through an application hosted in Google Cloud that is running in the US and Singapore. You have developed a PyTorch model to classify transactions as…
The correct answer is D. Create another Vertex AI endpoint in the asia-southeast1 region, and allow the application to. By having an endpoint in the asia-southeast1 region (Singapore), the data doesn't have to travel as far, significantly reducing the round-trip time. Allowing the application to choose the appropriate endpoint based on the user's location ensures that requests are handled by the…
Question
Options
- AAttach an NVIDIA T4 GPU to the machines being used for online inference.
- BChange the machines being used for online inference to nl-highcpu-32.
- CDeploy the model to Vertex AI private endpoints in the us-central1 and asia-southeast1 regions,
- DCreate another Vertex AI endpoint in the asia-southeast1 region, and allow the application to
How the community answered
(19 responses)- A5% (1)
- C11% (2)
- D84% (16)
Explanation
By having an endpoint in the asia-southeast1 region (Singapore), the data doesn't have to travel as far, significantly reducing the round-trip time. Allowing the application to choose the appropriate endpoint based on the user's location ensures that requests are handled by the nearest available server, optimizing response times for users in different regions.
Topics
Community Discussion
No community discussion yet for this question.