Topic 1 Question 190
You recently deployed a model to a Vertex AI endpoint. Your data drifts frequently, so you have enabled request-response logging and created a Vertex AI Model Monitoring job. You have observed that your model is receiving higher traffic than expected. You need to reduce the model monitoring cost while continuing to quickly detect drift. What should you do?
Replace the monitoring job with a DataFlow pipeline that uses TensorFlow Data Validation (TFDV)
Replace the monitoring job with a custom SQL script to calculate statistics on the features and predictions in BigQuery
Decrease the sample_rate parameter in the RandomSampleConfig of the monitoring job
Increase the monitor_interval parameter in the ScheduleConfig of the monitoring job
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
The answer is C, simplest and does not affect the time it takes to detect the drift
👍 1pikachu0072024/01/12
シャッフルモード