| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Personalize.Types.AutoMLResult
Description
Synopsis
Documentation
data AutoMLResult Source #
When the solution performs AutoML (performAutoML is true in
CreateSolution), specifies the recipe that best optimized the specified
metric.
See: newAutoMLResult smart constructor.
Constructors
| AutoMLResult' | |
Fields
| |
Instances
newAutoMLResult :: AutoMLResult Source #
Create a value of AutoMLResult with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bestRecipeArn:AutoMLResult', autoMLResult_bestRecipeArn - The Amazon Resource Name (ARN) of the best recipe.
autoMLResult_bestRecipeArn :: Lens' AutoMLResult (Maybe Text) Source #
The Amazon Resource Name (ARN) of the best recipe.