Does AWS Personalize charge for sessionId?

0

My interactions dataset has been prepared with userId. I intend to use PutEvents to record real-time events for sessionId and obtain recommendations through sessionId. I'm curious whether AWS charges for the next full training cycle for the sessionId. I couldn't find documentation about this.

Khanh
質問済み 7ヶ月前269ビュー
1回答
0

You will be charged for ingesting the anonymous event data (see the pricing page). However, unless those anonymous events can be matched up with a known user (i.e., other interactions with the same sessionId but with a userId specified), they will be excluded from training. Therefore, generally speaking, those unmatched anonymous events should not increase training time and by extension cost.

AWS
James_J
回答済み 7ヶ月前
  • Currently, I am only using the domain use case recipe, and there is no training cost. So, the unmatched sessionId will not count towards the unique userId and will not be charged for. Am I understanding this correctly?"

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ