Aamazon SageMaker feature store throughput and latency

0

What is the maximum throughput of AWS feature store. Also what is the P99 value of latency of AWS feature store (online store) ?

1개 답변
0

There are soft limits on Feature Store TPS, feature number etc. But soft limits can be increased based on your need.

  • Maximum number of feature groups per AWS account: Soft limit of 100.
  • Maximum number of feature definitions per feature group: 2500.
  • Maximum Transactions per second (TPS) per API per AWS account: Soft limit of 10000 TPS per API excluding the BatchGetRecord API call, which has a soft limit of 500 TPS.
  • Maximum size of a record: 350KB.
  • Maximum size of a feature value: 350KB.
  • Maximum number of concurrent feature group creation workflows: 4.
  • BatchGetRecord API: Can contain as many as 100 records and can query up to 10 feature groups.

You can check Limits and Quotas in the SageMaker Developer Guide.

Depending on your data ingestion use cases, your requirements and runtime context might be different:

  • Experimenting with new ML features
  • Streaming feature ingestion
  • *Bulk feature ingestion as part of a batch pipeline **

For more details on use cases and Feature ingestion APIs, see this blogpost

AWS
Zmnako
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠