Read multiple records simultaneously from Amazon SageMaker Feature Store using the new BatchGetRecord API - devamazonaws.blogspot.com

Amazon SageMaker Feature Store is a fully managed, purpose-built repository to store, update, retrieve, and share machine learning (ML) features. Customers can retrieve features from SageMaker Feature Store at low millisecond latencies for real-time use-cases using the GetRecord API. This API allows customers to retrieve features from a single feature group and access one record per API call. Until now, to read multiple records at a time from SageMaker Feature Store, customers needed to call the GetRecord API multiple times and manage parallelization of the API calls to achieve lower latency, which increased operational complexity.

Post Updated on June 11, 2021 at 05:15PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Boosting Azure DevOps Security with GHAS Code Scanning - devamazonaws.blogspot.com

[MS] Going beyond the empty set: Embracing the power of other empty things - devamazonaws.blogspot.com