Class: Aws::FraudDetector::Types::ModelVersionEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelVersionEvaluation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The model version evalutions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_score ⇒ String
The evaluation score generated for the model version.
-
#output_variable_name ⇒ String
The output variable name.
-
#prediction_explanations ⇒ Types::PredictionExplanations
The prediction explanations generated for the model version.
Instance Attribute Details
#evaluation_score ⇒ String
The evaluation score generated for the model version.
3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3664 class ModelVersionEvaluation < Struct.new( :output_variable_name, :evaluation_score, :prediction_explanations) SENSITIVE = [] include Aws::Structure end |
#output_variable_name ⇒ String
The output variable name.
3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3664 class ModelVersionEvaluation < Struct.new( :output_variable_name, :evaluation_score, :prediction_explanations) SENSITIVE = [] include Aws::Structure end |
#prediction_explanations ⇒ Types::PredictionExplanations
The prediction explanations generated for the model version.
3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3664 class ModelVersionEvaluation < Struct.new( :output_variable_name, :evaluation_score, :prediction_explanations) SENSITIVE = [] include Aws::Structure end |