Class: Aws::FraudDetector::Types::VariableImportanceMetrics

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

Overview

The variable importance metrics details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_odds_metricsArray<Types::LogOddsMetric>

List of variable metrics.

Returns:



5139
5140
5141
5142
5143
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 5139

class VariableImportanceMetrics < Struct.new(
  :log_odds_metrics)
  SENSITIVE = []
  include Aws::Structure
end