Parameter validation fails for trainingDataConfig parameter in solutionConfig in AWS Personalize

29 views Asked by At

To exclude a column GENRE_L1 from training, I provided the excludedDatasetColumns object in the trainingDataConfig as part of the solution configuration.

solutionConfig = { 'trainingDataConfig': { 'excludedDatasetColumns': { 'Items': ['GENRE_L1'] } } }

But I get ParamValidationError mentioning trainingDataConfig as unknown parameter in solutionConfig.

I was calling personalize.create_solution for similar-items recipe.

How can I resolve this?

1

There are 1 answers

1
shaila309 On

The issue was resolved with the update of boto3 version to 1.26.165.