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
Source:R/frauddetector_operations.R
frauddetector_get_event_prediction_metadata.RdGets 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.
Usage
frauddetector_get_event_prediction_metadata(
eventId,
eventTypeName,
detectorId,
detectorVersionId,
predictionTimestamp
)Arguments
- eventId
[required] The event ID.
- eventTypeName
[required] The event type associated with the detector specified for the prediction.
- detectorId
[required] The detector ID.
- detectorVersionId
[required] The detector version ID.
- predictionTimestamp
[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_predictionsfirst, and using thepredictionTimestampvalue in the response to provide an accurate prediction timestamp value.