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

Description

 
Synopsis

Documentation

data AggregatedLogOddsMetric Source #

The log odds metric details.

Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are IP address and user.

See: newAggregatedLogOddsMetric smart constructor.

Constructors

AggregatedLogOddsMetric' 

Fields

Instances

Instances details
FromJSON AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

Generic AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

Associated Types

type Rep AggregatedLogOddsMetric :: Type -> Type #

Read AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

Show AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

NFData AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

Methods

rnf :: AggregatedLogOddsMetric -> () #

Eq AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

Hashable AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

type Rep AggregatedLogOddsMetric Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.AggregatedLogOddsMetric

type Rep AggregatedLogOddsMetric = D1 ('MetaData "AggregatedLogOddsMetric" "Amazonka.FraudDetector.Types.AggregatedLogOddsMetric" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "AggregatedLogOddsMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "variableNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "aggregatedVariablesImportance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newAggregatedLogOddsMetric Source #

Create a value of AggregatedLogOddsMetric 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:variableNames:AggregatedLogOddsMetric', aggregatedLogOddsMetric_variableNames - The names of all the variables.

$sel:aggregatedVariablesImportance:AggregatedLogOddsMetric', aggregatedLogOddsMetric_aggregatedVariablesImportance - The relative importance of the variables in the list to the other event variable.

aggregatedLogOddsMetric_aggregatedVariablesImportance :: Lens' AggregatedLogOddsMetric Double Source #

The relative importance of the variables in the list to the other event variable.