Class: Aws::FraudDetector::Types::GetEventPredictionMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEventPredictionMetadataRequest
- Defined in:
- gems/aws-sdk-frauddetector/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.
2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2224 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.
2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2224 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.
2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2224 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.
2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2224 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.
2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2224 class GetEventPredictionMetadataRequest < Struct.new( :event_id, :event_type_name, :detector_id, :detector_version_id, :prediction_timestamp) SENSITIVE = [] include Aws::Structure end |