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.
See https://www.paws-r-sdk.com/docs/frauddetector_get_event_prediction_metadata/ for full documentation.
frauddetector_get_event_prediction_metadata(
eventId,
eventTypeName,
detectorId,
detectorVersionId,
predictionTimestamp
)
[required] The event ID.
[required] The event type associated with the detector specified for the prediction.
[required] The detector ID.
[required] The detector version ID.
[required] The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.
We recommend calling
list_event_predictions
first,
and using the predictionTimestamp
value in the response to provide an
accurate prediction timestamp value.