View source: R/frauddetector_operations.R
frauddetector_get_event_prediction_metadata | R Documentation |
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
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.