DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.anomalies(Collection<Anomaly> anomalies) |
If the model is an image segmentation model, Anomalies contains a list of anomaly types found in
the image.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.anomalies(Consumer<Anomaly.Builder>... anomalies) |
If the model is an image segmentation model, Anomalies contains a list of anomaly types found in
the image.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.anomalies(Anomaly... anomalies) |
If the model is an image segmentation model, Anomalies contains a list of anomaly types found in
the image.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.anomalyMask(SdkBytes anomalyMask) |
If the model is an image segmentation model, AnomalyMask contains pixel masks that covers all
anomaly types found on the image.
|
static DetectAnomalyResult.Builder |
DetectAnomalyResult.builder() |
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.confidence(Float confidence) |
The confidence that Lookout for Vision has in the accuracy of the classification in IsAnomalous.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.isAnomalous(Boolean isAnomalous) |
True if Amazon Lookout for Vision classifies the image as containing an anomaly, otherwise false.
|
default DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.source(Consumer<ImageSource.Builder> source) |
The source of the image that was analyzed.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.Builder.source(ImageSource source) |
The source of the image that was analyzed.
|
DetectAnomalyResult.Builder |
DetectAnomalyResult.toBuilder() |
|