Amazon Fraud Detector · Arazzo Workflow
Amazon Fraud Detector Detector Pipeline
Version 1.0.0
Define an event type, create a detector and a rule, then score a sample event against the detector.
Provider
Workflows
detector-pipeline
Stand up an event type, detector, and rule, then score a sample event.
Defines the event type, creates a detector and a rule on it, and submits a sample event for prediction to verify the pipeline returns scores and rule results.
1
defineEventType
putEventType
Create or update the event type so the detector and event share a schema.
2
createDetector
putDetector
Create the detector that will orchestrate rules for the event type.
3
createRule
createRule
Author a DETECTORPL rule on the detector with its expression and outcomes.
4
scoreEvent
getEventPrediction
Submit a sample event to the detector for prediction and return the model scores and rule results.