| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
List<Anomaly> |
DetectAnomalyResult.anomalies()
If the model is an image segmentation model,
Anomalies contains a list of anomaly types found in the
image. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2022. All rights reserved.