performAutoML property
When true, Amazon Personalize performs a search for the best
USER_PERSONALIZATION recipe from the list specified in the solution
configuration (recipeArn
must not be specified). When false
(the default), Amazon Personalize uses recipeArn
for training.
Implementation
final bool? performAutoML;