| 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.FraudDetector.Types.ModelVersionEvaluation
Description
Synopsis
- data ModelVersionEvaluation = ModelVersionEvaluation' {}
- newModelVersionEvaluation :: ModelVersionEvaluation
- modelVersionEvaluation_evaluationScore :: Lens' ModelVersionEvaluation (Maybe Text)
- modelVersionEvaluation_outputVariableName :: Lens' ModelVersionEvaluation (Maybe Text)
- modelVersionEvaluation_predictionExplanations :: Lens' ModelVersionEvaluation (Maybe PredictionExplanations)
Documentation
data ModelVersionEvaluation Source #
The model version evalutions.
See: newModelVersionEvaluation smart constructor.
Constructors
| ModelVersionEvaluation' | |
Fields
| |
Instances
newModelVersionEvaluation :: ModelVersionEvaluation Source #
Create a value of ModelVersionEvaluation 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:evaluationScore:ModelVersionEvaluation', modelVersionEvaluation_evaluationScore - The evaluation score generated for the model version.
$sel:outputVariableName:ModelVersionEvaluation', modelVersionEvaluation_outputVariableName - The output variable name.
$sel:predictionExplanations:ModelVersionEvaluation', modelVersionEvaluation_predictionExplanations - The prediction explanations generated for the model version.
modelVersionEvaluation_evaluationScore :: Lens' ModelVersionEvaluation (Maybe Text) Source #
The evaluation score generated for the model version.
modelVersionEvaluation_outputVariableName :: Lens' ModelVersionEvaluation (Maybe Text) Source #
The output variable name.
modelVersionEvaluation_predictionExplanations :: Lens' ModelVersionEvaluation (Maybe PredictionExplanations) Source #
The prediction explanations generated for the model version.