Preventing high cost with Aws Personalize

0

I was testing AWS Personalize recommenders and I realize that I was using all which charge for real-time recommendations. Is there a way to use them not for charge on real-time?

1 Answer
2
Accepted Answer

Yes, take a look at asynchronous batch for Amazon Personalize here:

https://docs.aws.amazon.com/personalize/latest/dg/recommendations-batch.html

profile pictureAWS
EXPERT
answered 2 years ago
AWS
EXPERT
reviewed 2 years ago
  • Hi @amiller. Thanks for your answer. After tried this approach, I'm having this error on output file: "output":{"recommendedItems":[]},"error":"User error: Required fields for the provided recipe are userId"}. My input file its a json with:

    {"userId":"244922300825"}
    {"userId":"244922300827"}
    ...
    
  • Can you post your the line of code that invokes the Personlize API?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions