Caesar AI Atlas

Feature Serving

Caesar AI Atlas Definition

Feature serving is the process of retrieving or exporting feature values for model training or inference. It may be performed online for low-latency predictions or offline in batches for training, analysis, or historical feature generation.

Other Definitions

Feature Serving Source

Feature serving is the process of exporting or fetching feature values for training or inference. In Vertex AI, there are two types of feature serving---online serving and offline serving. Online serving retrieves the latest feature values of a subset of the feature data source for online inferences. Offline or batch serving exports high volumes of feature data---including historical data---for offline processing, such as ML model training.

Related Terms