Class: Aws::Personalize::Types::AutoMLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::AutoMLResult
- 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.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html
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 'lib/aws-sdk-personalize/types.rb', line 135 class AutoMLResult < Struct.new( :best_recipe_arn) SENSITIVE = [] include Aws::Structure end |