get_online_features
Fetch entity-specific online features from a Feast feature store using a feature view and entity key, enabling real-time model inference and data science workflows.
Instructions
Retrieve online features for an entity from Feast feature store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityKey | Yes | Entity key as JSON object (e.g., {user_id: '123'}) | |
| featureView | Yes | Name of the feature view |