Skip to content

SYSTEM Cited by 1 source

Amazon SageMaker Feature Store

Amazon SageMaker Feature Store is a managed repository inside SageMaker AI for storing, updating, and retrieving machine-learning feature vectors. It offers two storage modes with different SLA shapes:

  • Online store — low-latency, low-throughput lookup of only the latest valid feature vector per record; used for interactive inference and rapid per-request feature retrieval.
  • Offline store — backed by Amazon S3 in append mode; optimised for cost-efficient high-throughput data IO; latency "in the order of minutes"; used for batch pipelines, archiving, debugging, long-term retention.

Stub page — expand as deeper SageMaker Feature Store internals are ingested from dedicated AWS posts.

Seen in

Last updated · 501 distilled / 1,218 read