Class: Aws::FraudDetector::Types::GetEventPredictionMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEventPredictionMetadataRequest
- 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.
-
#event_id ⇒ String
The event ID.
-
#event_type_name ⇒ String
The event type associated with the detector specified for the prediction.
-
#prediction_timestamp ⇒ String
The timestamp that defines when the prediction was generated.
Instance Attribute Details
#detector_id ⇒ String
The detector ID.
2346 2347 2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2346 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#detector_version_id ⇒ String
The detector version ID.
2346 2347 2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2346 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The event ID.
2346 2347 2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2346 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type associated with the detector specified for the prediction.
2346 2347 2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2346 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |
#prediction_timestamp ⇒ String
The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.
We recommend calling [ListEventPredictions] first, and using the ‘predictionTimestamp` value in the response to provide an accurate prediction timestamp value.
[1]: docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html
2346 2347 2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2346 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |