/AWS1/CL_FDT=>GETEVENTPREDICTIONMETADATA()
¶
About GetEventPredictionMetadata¶
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_EVENTID
TYPE /AWS1/FDTIDENTIFIER
/AWS1/FDTIDENTIFIER
¶
The event ID.
IV_EVENTTYPENAME
TYPE /AWS1/FDTIDENTIFIER
/AWS1/FDTIDENTIFIER
¶
The event type associated with the detector specified for the prediction.
IV_DETECTORID
TYPE /AWS1/FDTIDENTIFIER
/AWS1/FDTIDENTIFIER
¶
The detector ID.
IV_DETECTORVERSIONID
TYPE /AWS1/FDTWHOLENUMBERVRSSTRING
/AWS1/FDTWHOLENUMBERVRSSTRING
¶
The detector version ID.
IV_PREDICTIONTIMESTAMP
TYPE /AWS1/FDTTIME
/AWS1/FDTTIME
¶
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.