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?

已提问 2 年前735 查看次数
1 回答
2
已接受的回答

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

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

profile pictureAWS
专家
已回答 2 年前
AWS
专家
已审核 2 年前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则