Your team is using Vertex AI Feature Store for online predictions. You notice that feature values for some entities are missing in production, leading to failed predictions. Upon investigation, you find that the ingestion pipeline has been failing intermittently. What is the best immediate course of action to prevent prediction failures?
Ensures predictions can be made even when features are not available.
Why this answer
Configuring default values for missing features in the feature store allows the model to fall back on them, ensuring predictions can still be made during intermittent ingestion pipeline failures. Option B is incorrect because monitoring alerts notify of failures but do not prevent them. Option C is incorrect because ignoring missing features may lead to incorrect or failed predictions.
Option D is incorrect because manually re-ingesting is not a sustainable solution and does not address the intermittent nature of the failure.