Amazon Fraud Detector · Arazzo Workflow
Amazon Fraud Detector Score Event and Tag
Version 1.0.0
Score an event against a detector and branch on the returned model score to tag the detector accordingly.
Provider
Workflows
score-event-and-tag
Score an event and tag the detector based on whether the score crosses a threshold.
Submits an event for prediction, then branches on the model score to tag the detector resource as having flagged a high-risk or low-risk event.
1
scoreEvent
getEventPrediction
Submit the event to the detector for prediction and capture the model score from the first model result.
2
tagHighRisk
tagResource
Tag the detector resource to record that it flagged a high-risk event.
3
tagLowRisk
tagResource
Tag the detector resource to record that it saw a low-risk event.