amazonka-frauddetector-2.0: Amazon Fraud Detector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Description

 
Synopsis

Documentation

data ATITrainingMetricsValue Source #

The Account Takeover Insights (ATI) model training metric details.

See: newATITrainingMetricsValue smart constructor.

Constructors

ATITrainingMetricsValue' 

Fields

Instances

Instances details
FromJSON ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Generic ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Associated Types

type Rep ATITrainingMetricsValue :: Type -> Type #

Read ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Show ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

NFData ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Methods

rnf :: ATITrainingMetricsValue -> () #

Eq ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

Hashable ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

type Rep ATITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ATITrainingMetricsValue

type Rep ATITrainingMetricsValue = D1 ('MetaData "ATITrainingMetricsValue" "Amazonka.FraudDetector.Types.ATITrainingMetricsValue" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "ATITrainingMetricsValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricDataPoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ATIMetricDataPoint])) :*: S1 ('MetaSel ('Just "modelPerformance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ATIModelPerformance))))

newATITrainingMetricsValue :: ATITrainingMetricsValue Source #

Create a value of ATITrainingMetricsValue 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:metricDataPoints:ATITrainingMetricsValue', aTITrainingMetricsValue_metricDataPoints - The model's performance metrics data points.

$sel:modelPerformance:ATITrainingMetricsValue', aTITrainingMetricsValue_modelPerformance - The model's overall performance scores.