class Aws::Personalize::Types::AutoMLConfig

When 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.

@note When making an API call, you may pass AutoMLConfig

data as a hash:

    {
      metric_name: "MetricName",
      recipe_list: ["Arn"],
    }

@!attribute [rw] metric_name

The metric to optimize.
@return [String]

@!attribute [rw] recipe_list

The list of candidate recipes.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/AutoMLConfig AWS API Documentation

Constants

SENSITIVE