0

I have incorporated the solutionConfig as part of HPO in AWS personlaize service. solutionConfig = { "optimizationObjective": { "itemAttribute": "ITEM_WEIGHT", "objectiveSensitivity": "HIGH" },

I am getting the following error Unknown parameter in solutionConfig: "optimizationObjective", must be one of: eventValueThreshold, hpoConfig, algorithmHyperParameters, featureTransformationParameters, autoMLConfig]

1 Answers1

0

It looks like you may be using a version of the AWS SDK that does not include support for the optimizationObjective parameter of the solution config. Check to make sure that you're using the latest version of the AWS SDK.

James J
  • 621
  • 3
  • 6
  • Hi James...Thanks for your advise...But I am using the latest version. Also I tried using all the parameters and still I am getting the same error. – ssr ram Mar 24 '22 at 05:34