Class: Aws::FraudDetector::Types::AggregatedVariablesImportanceMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::AggregatedVariablesImportanceMetrics
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The details of the relative importance of the aggregated variables.
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
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_odds_metrics ⇒ Array<Types::AggregatedLogOddsMetric>
List of variables' metrics.
Instance Attribute Details
#log_odds_metrics ⇒ Array<Types::AggregatedLogOddsMetric>
List of variables' metrics.
195 196 197 198 199 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 195 class AggregatedVariablesImportanceMetrics < Struct.new( :log_odds_metrics) SENSITIVE = [] include Aws::Structure end |