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 réponse
2
Réponse acceptée

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
répondu il y a 2 ans
AWS
EXPERT
vérifié il y a 2 ans
  • 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?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions