DetectAnomalyResult

The prediction results from a call to DetectAnomalies. DetectAnomalyResult includes classification information for the prediction (IsAnomalous and Confidence). If the model you use is an image segementation model, DetectAnomalyResult also includes segmentation information (Anomalies and AnomalyMask). Classification information is calculated separately from segmentation information and you shouldn't assume a relationship between them.

AWSComputer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

Properties

Name Type Description
Source object
IsAnomalous object
Confidence object
Anomalies object
AnomalyMask object
View JSON Schema on GitHub