Class: Aws::FraudDetector::Types::GetEventPredictionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_model_outputsArray<Types::ExternalModelOutputs>

The model scores for Amazon SageMaker models.

Returns:



2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2535

class GetEventPredictionResult < Struct.new(
  :model_scores,
  :rule_results,
  :external_model_outputs)
  SENSITIVE = []
  include Aws::Structure
end

#model_scoresArray<Types::ModelScores>

The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.

Returns:



2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2535

class GetEventPredictionResult < Struct.new(
  :model_scores,
  :rule_results,
  :external_model_outputs)
  SENSITIVE = []
  include Aws::Structure
end

#rule_resultsArray<Types::RuleResult>

The results from the rules.

Returns:



2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2535

class GetEventPredictionResult < Struct.new(
  :model_scores,
  :rule_results,
  :external_model_outputs)
  SENSITIVE = []
  include Aws::Structure
end