Class: Aws::FraudDetector::Types::ATITrainingMetricsValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ATITrainingMetricsValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The Account Takeover Insights (ATI) model training metric details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_data_points ⇒ Array<Types::ATIMetricDataPoint>
The model’s performance metrics data points.
-
#model_performance ⇒ Types::ATIModelPerformance
The model’s overall performance scores.
Instance Attribute Details
#metric_data_points ⇒ Array<Types::ATIMetricDataPoint>
The model’s performance metrics data points.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 89 class ATITrainingMetricsValue < Struct.new( :metric_data_points, :model_performance) SENSITIVE = [] include Aws::Structure end |
#model_performance ⇒ Types::ATIModelPerformance
The model’s overall performance scores.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 89 class ATITrainingMetricsValue < Struct.new( :metric_data_points, :model_performance) SENSITIVE = [] include Aws::Structure end |