Class: Aws::Personalize::Types::AutoMLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::AutoMLResult
- 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
-
#best_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the best recipe.
Instance Attribute Details
#best_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the best recipe.
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 |