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.TFITrainingMetricsValue

Description

 
Synopsis

Documentation

data TFITrainingMetricsValue Source #

The Transaction Fraud Insights (TFI) model training metric details.

See: newTFITrainingMetricsValue smart constructor.

Constructors

TFITrainingMetricsValue' 

Fields

Instances

Instances details
FromJSON TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

Generic TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

Associated Types

type Rep TFITrainingMetricsValue :: Type -> Type #

Read TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

Show TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

NFData TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

Methods

rnf :: TFITrainingMetricsValue -> () #

Eq TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

Hashable TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

type Rep TFITrainingMetricsValue Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.TFITrainingMetricsValue

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

newTFITrainingMetricsValue :: TFITrainingMetricsValue Source #

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

$sel:modelPerformance:TFITrainingMetricsValue', tFITrainingMetricsValue_modelPerformance - The model performance score.