frauddetector_get_event_prediction_metadata {paws.machine.learning} | 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
Description
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.
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
|
[Package paws.machine.learning version 0.7.0 Index]