Values.AutoMLConfigSourceWhen the solution performs AutoML (performAutoML is true in CreateSolution), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric. Amazon Personalize then uses that recipe for the solution.
type nonrec t = {metricName : MetricName.t option;The metric to optimize.
*)recipeList : ArnList.t option;The list of candidate recipes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Arn.t ] list | `String of MetricName.t ])
list ]