| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| 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. |
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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectAnomalyResult.Builder> |
DetectAnomalyResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectAnomaliesResponse.Builder |
DetectAnomaliesResponse.Builder.detectAnomalyResult(Consumer<DetectAnomalyResult.Builder> detectAnomalyResult)
The results of the
DetectAnomalies operation. |
Copyright © 2023. All rights reserved.