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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 135

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