How to configure Vertex AI Model Monitoring for high volume?
You developed a custom model by using Vertex AI to forecast the sales of your company’s products based on historical transactional data. You anticipate changes in the feature distributions and the correlations between the features in the near future. You also expect to receive a large volume of prediction requests. You plan to use Vertex AI Model Monitoring for drift detection and you want to minimize the cost. What should you do?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This tests cost optimization in Vertex AI Model Monitoring, specifically balancing the need for detailed drift detection (attributions) against the high costs of sampling large volumes of prediction requests.
To minimize Vertex AI Model Monitoring costs for high-volume prediction requests, enable feature attribution monitoring and set the prediction sampling rate closer to 0. The community consensus confirms that lowering the sampling rate is the most effective cost-control measure for high-traffic models.
Selecting options with higher monitoring frequencies or sampling rates (Options A or B) is a common mistake because these settings directly increase costs, contradicting the requirement to minimize expenditure.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option D is correct because it addresses the need to detect changes in feature correlations—requiring feature attributions—while managing costs for high traffic. Setting the prediction-sampling-rate closer to 0 ensures that only a small fraction of the large request volume is analyzed, which is the primary lever for reducing monitoring expenses.Why the Other Options Are Wrong
Options A and B are incorrect because increasing the monitoring frequency or sampling rate directly increases costs, violating the requirement to minimize them. Option C lowers the frequency but does not mitigate the cost impact of a large volume of requests as effectively as lowering the sampling rate does.Community Comment Notes
Community members highlighted that with a large volume of prediction requests, reducing the sampling rate is crucial to keep costs manageable. Additionally, comments noted that since the question mentions anticipating changes in correlations between features, monitoring feature attributions is necessary to detect these specific shifts.Official Reference
Exam Strategy
When asked to minimize costs for high-traffic models, prioritize reducing the prediction sampling rate over changing the monitoring frequency. Remember that feature attributions are specifically required to detect changes in feature correlations, distinguishing them from simple distribution shifts.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →