Nightly lock-ferry training reads a historical feature snapshot; a later low-latency lookup needs the current row. Which two SageMaker Feature Store access patterns is that?
Select an answer to reveal the explanation.
Short Explanation
Think of a nightly historical snapshot versus a later low-latency current-row lookup. Offline store for batch history. Online store for the current row. Do not swap those.
Full Explanation
SageMaker Feature Store’s offline store is the batch and historical path. The online store is the low-latency current-feature path. Swapping those, Glacier, and a serving-architecture rewrite miss the pair.