Class: Aws::FraudDetector::Types::TFITrainingMetricsValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::TFITrainingMetricsValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The Transaction Fraud Insights (TFI) model training metric details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_data_points ⇒ Array<Types::TFIMetricDataPoint>
The model’s performance metrics data points.
-
#model_performance ⇒ Types::TFIModelPerformance
The model performance score.
Instance Attribute Details
#metric_data_points ⇒ Array<Types::TFIMetricDataPoint>
The model’s performance metrics data points.
4307 4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4307 class TFITrainingMetricsValue < Struct.new( :metric_data_points, :model_performance) SENSITIVE = [] include Aws::Structure end |
#model_performance ⇒ Types::TFIModelPerformance
The model performance score.
4307 4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4307 class TFITrainingMetricsValue < Struct.new( :metric_data_points, :model_performance) SENSITIVE = [] include Aws::Structure end |