Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
AutoMLResult' | |
|
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.