Class: Aws::FraudDetector::Types::TrainingMetricsV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::TrainingMetricsV2
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The training metrics details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ati ⇒ Types::ATITrainingMetricsValue
The Account Takeover Insights (ATI) model training metric details.
-
#ofi ⇒ Types::OFITrainingMetricsValue
The Online Fraud Insights (OFI) model training metric details.
-
#tfi ⇒ Types::TFITrainingMetricsValue
The Transaction Fraud Insights (TFI) model training metric details.
Instance Attribute Details
#ati ⇒ Types::ATITrainingMetricsValue
The Account Takeover Insights (ATI) model training metric details.
4424 4425 4426 4427 4428 4429 4430 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4424 class TrainingMetricsV2 < Struct.new( :ofi, :tfi, :ati) SENSITIVE = [] include Aws::Structure end |
#ofi ⇒ Types::OFITrainingMetricsValue
The Online Fraud Insights (OFI) model training metric details.
4424 4425 4426 4427 4428 4429 4430 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4424 class TrainingMetricsV2 < Struct.new( :ofi, :tfi, :ati) SENSITIVE = [] include Aws::Structure end |
#tfi ⇒ Types::TFITrainingMetricsValue
The Transaction Fraud Insights (TFI) model training metric details.
4424 4425 4426 4427 4428 4429 4430 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4424 class TrainingMetricsV2 < Struct.new( :ofi, :tfi, :ati) SENSITIVE = [] include Aws::Structure end |