Class: Aws::FraudDetector::Types::TFITrainingMetricsValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The Transaction Fraud Insights (TFI) model training metric details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_data_pointsArray<Types::TFIMetricDataPoint>

The model's performance metrics data points.

Returns:



4307
4308
4309
4310
4311
4312
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4307

class TFITrainingMetricsValue < Struct.new(
  :metric_data_points,
  :model_performance)
  SENSITIVE = []
  include Aws::Structure
end

#model_performanceTypes::TFIModelPerformance

The model performance score.



4307
4308
4309
4310
4311
4312
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4307

class TFITrainingMetricsValue < Struct.new(
  :metric_data_points,
  :model_performance)
  SENSITIVE = []
  include Aws::Structure
end