Class: Aws::FraudDetector::Types::EvaluatedExternalModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EvaluatedExternalModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The details of the external (Amazon Sagemaker) model evaluated for generating predictions.
Constant Summary collapse
- SENSITIVE =
[:input_variables, :output_variables]
Instance Attribute Summary collapse
-
#input_variables ⇒ Hash<String,String>
Input variables use for generating predictions.
-
#model_endpoint ⇒ String
The endpoint of the external (Amazon Sagemaker) model.
-
#output_variables ⇒ Hash<String,String>
Output variables.
-
#use_event_variables ⇒ Boolean
Indicates whether event variables were used to generate predictions.
Instance Attribute Details
#input_variables ⇒ Hash<String,String>
Input variables use for generating predictions.
1574 1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1574 class EvaluatedExternalModel < Struct.new( :model_endpoint, :use_event_variables, :input_variables, :output_variables) SENSITIVE = [:input_variables, :output_variables] include Aws::Structure end |
#model_endpoint ⇒ String
The endpoint of the external (Amazon Sagemaker) model.
1574 1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1574 class EvaluatedExternalModel < Struct.new( :model_endpoint, :use_event_variables, :input_variables, :output_variables) SENSITIVE = [:input_variables, :output_variables] include Aws::Structure end |
#output_variables ⇒ Hash<String,String>
Output variables.
1574 1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1574 class EvaluatedExternalModel < Struct.new( :model_endpoint, :use_event_variables, :input_variables, :output_variables) SENSITIVE = [:input_variables, :output_variables] include Aws::Structure end |
#use_event_variables ⇒ Boolean
Indicates whether event variables were used to generate predictions.
1574 1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1574 class EvaluatedExternalModel < Struct.new( :model_endpoint, :use_event_variables, :input_variables, :output_variables) SENSITIVE = [:input_variables, :output_variables] include Aws::Structure end |