Topic 1 Question 188
You work at a bank. You have a custom tabular ML model that was provided by the bank’s vendor. The training data is not available due to its sensitivity. The model is packaged as a Vertex AI Model serving container, which accepts a string as input for each prediction instance. In each string, the feature values are separated by commas. You want to deploy this model to production for online predictions and monitor the feature distribution over time with minimal effort. What should you do?
- Upload the model to Vertex AI Model Registry, and deploy the model to a Vertex AI endpoint
- Create a Vertex AI Model Monitoring job with feature drift detection as the monitoring objective, and provide an instance schema
- Upload the model to Vertex AI Model Registry, and deploy the model to a Vertex AI endpoint
- Create a Vertex AI Model Monitoring job with feature skew detection as the monitoring objective, and provide an instance schema
- Refactor the serving container to accept key-value pairs as input format
- Upload the model to Vertex AI Model Registry, and deploy the model to a Vertex AI endpoint
- Create a Vertex AI Model Monitoring job with feature drift detection as the monitoring objective.
- Refactor the serving container to accept key-value pairs as input format
- Upload the model to Vertex AI Model Registry, and deploy the model to a Vertex AI endpoint
- Create a Vertex AI Model Monitoring job with feature skew detection as the monitoring objective
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Handles string input format: Vertex AI Model Monitoring can parse comma-separated feature values, avoiding the need to refactor the serving container.
It directly monitors feature distribution over time, aligning with the goal of detecting potential drifts.
👍 1pikachu0072024/01/12
シャッフルモード