What is the primary purpose of Vertex AI Feature Store?
Feature Store is designed for feature management and serving.
Why this answer
Vertex AI Feature Store is a managed service for storing, serving, and sharing ML features. It supports both online (low-latency serving for prediction) and offline (batch serving for training) serving. It is not for model training, data transformation, or experiment tracking.