@Generated(value="software.amazon.awssdk:codegen") public final class Anomaly extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Anomaly.Builder,Anomaly>
Information about an anomaly type found on an image by an image segmentation model. For more information, see DetectAnomalies.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Anomaly.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Anomaly.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of an anomaly type found in an image.
|
PixelAnomaly |
pixelAnomaly()
Information about the pixel mask that covers an anomaly type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Anomaly.Builder> |
serializableBuilderClass() |
Anomaly.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of an anomaly type found in an image. Name maps to an anomaly type in the training dataset,
apart from the anomaly type background. The service automatically inserts the
background anomaly type into the response from DetectAnomalies.
Name maps to an anomaly type in the training
dataset, apart from the anomaly type background. The service automatically inserts the
background anomaly type into the response from DetectAnomalies.public final PixelAnomaly pixelAnomaly()
Information about the pixel mask that covers an anomaly type.
public Anomaly.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Anomaly.Builder,Anomaly>public static Anomaly.Builder builder()
public static Class<? extends Anomaly.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.