| 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 |
Amazonka.Glue.Types.EvaluationMetrics
Description
Documentation
data EvaluationMetrics Source #
Evaluation metrics provide an estimate of the quality of your machine learning transform.
See: newEvaluationMetrics smart constructor.
Constructors
| EvaluationMetrics' | |
Fields
| |
Instances
Create a value of EvaluationMetrics 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:findMatchesMetrics:EvaluationMetrics', evaluationMetrics_findMatchesMetrics - The evaluation metrics for the find matches algorithm.
$sel:transformType:EvaluationMetrics', evaluationMetrics_transformType - The type of machine learning transform.
evaluationMetrics_findMatchesMetrics :: Lens' EvaluationMetrics (Maybe FindMatchesMetrics) Source #
The evaluation metrics for the find matches algorithm.
evaluationMetrics_transformType :: Lens' EvaluationMetrics TransformType Source #
The type of machine learning transform.