Class: Aws::Personalize::Types::AutoMLResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

When the solution performs AutoML (‘performAutoML` is true in CreateSolution), specifies the recipe that best optimized the specified metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#best_recipe_arnString

The Amazon Resource Name (ARN) of the best recipe.

Returns:

  • (String)


135
136
137
138
139
# File 'lib/aws-sdk-personalize/types.rb', line 135

class AutoMLResult < Struct.new(
  :best_recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end