personalize import fail logs

0

Hello

I have AWS import job (interactions) keep fails and I am not able to find the logs so I realize the reason any idea how I access the logs?

  • oh my bad I got the reason from the import details page in User Class: com.amazonaws.concierge.exceptions.InvalidFormatException : Dataset has fewer than 1000 interactions

1 Antwort
0

Hi! can you try with https://awscli.amazonaws.com/v2/documentation/api/latest/reference/personalize/describe-dataset-import-job.html ?

aws personalize describe-dataset-import-job --dataset-import-job-arn DATASET-IMPORT-JOB-ARN

This need to be executed in cli (either local machine with aws credentials to run describe dataset import job, or cloudshell)

That would give you a reason. failureReason -> (string)

If a dataset import job fails, provides the reason why.

AWS
Kike
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen