Amazon Fraud Detector · Arazzo Workflow
Amazon Fraud Detector Provision Model and Detector
Version 1.0.0
Define an event type, create an ML model and a detector on top of it, then confirm the detector exists.
Provider
Workflows
provision-model-detector
Provision an event type, an ML model, and a detector in one pass.
Defines the event type, creates an ML model and a detector that both reference it, then reads the detector back to verify it exists.
1
defineEventType
putEventType
Create or update the event type so the model and detector have a schema to bind to.
2
createModel
putModel
Create the ML model bound to the event type defined in the previous step.
3
createDetector
putDetector
Create the detector that orchestrates models and rules for the same event type.
4
confirmDetector
getDetectors
Read the detector back by id to confirm it was created against the expected event type.