Class: Aws::FraudDetector::Types::GetEventPredictionMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEventPredictionMetadataResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The detector ID.
-
#detector_version_id ⇒ String
The detector version ID.
-
#detector_version_status ⇒ String
The status of the detector version.
-
#entity_id ⇒ String
The entity ID.
-
#entity_type ⇒ String
The entity type.
-
#evaluated_external_models ⇒ Array<Types::EvaluatedExternalModel>
External (Amazon SageMaker) models that were evaluated for generating predictions.
-
#evaluated_model_versions ⇒ Array<Types::EvaluatedModelVersion>
Model versions that were evaluated for generating predictions.
-
#event_id ⇒ String
The event ID.
-
#event_timestamp ⇒ String
The timestamp for when the prediction was generated for the associated event ID.
-
#event_type_name ⇒ String
The event type associated with the detector specified for this prediction.
-
#event_variables ⇒ Array<Types::EventVariableSummary>
A list of event variables that influenced the prediction scores.
-
#outcomes ⇒ Array<String>
The outcomes of the matched rule, based on the rule execution mode.
-
#prediction_timestamp ⇒ String
The timestamp that defines when the prediction was generated.
-
#rule_execution_mode ⇒ String
The execution mode of the rule used for evaluating variable values.
-
#rules ⇒ Array<Types::EvaluatedRule>
List of rules associated with the detector version that were used for evaluating variable values.
Instance Attribute Details
#detector_id ⇒ String
The detector ID.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#detector_version_id ⇒ String
The detector version ID.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#detector_version_status ⇒ String
The status of the detector version.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The entity ID.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#evaluated_external_models ⇒ Array<Types::EvaluatedExternalModel>
External (Amazon SageMaker) models that were evaluated for generating predictions.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#evaluated_model_versions ⇒ Array<Types::EvaluatedModelVersion>
Model versions that were evaluated for generating predictions.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The event ID.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ String
The timestamp for when the prediction was generated for the associated event ID.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type associated with the detector specified for this prediction.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_variables ⇒ Array<Types::EventVariableSummary>
A list of event variables that influenced the prediction scores.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#outcomes ⇒ Array<String>
The outcomes of the matched rule, based on the rule execution mode.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#prediction_timestamp ⇒ String
The timestamp that defines when the prediction was generated.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#rule_execution_mode ⇒ String
The execution mode of the rule used for evaluating variable values.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::EvaluatedRule>
List of rules associated with the detector version that were used for evaluating variable values.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2422 class GetEventPredictionMetadataResult < Struct.new( :event_id, :event_type_name, :entity_id, :entity_type, :event_timestamp, :detector_id, :detector_version_id, :detector_version_status, :event_variables, :rules, :rule_execution_mode, :outcomes, :evaluated_model_versions, :evaluated_external_models, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |