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 Answer
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
answered a year ago

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