Class Anomaly
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutvision.model.Anomaly
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Anomaly.Builder,Anomaly>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnomaly.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Anomaly.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of an anomaly type found in an image.PixelAnomalypixelAnomaly()Information about the pixel mask that covers an anomaly type.List<SdkField<?>>sdkFields()static Class<? extends Anomaly.Builder>serializableBuilderClass()Anomaly.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of an anomaly type found in an image.
Namemaps to an anomaly type in the training dataset, apart from the anomaly typebackground. The service automatically inserts thebackgroundanomaly type into the response fromDetectAnomalies.- Returns:
- The name of an anomaly type found in an image.
Namemaps to an anomaly type in the training dataset, apart from the anomaly typebackground. The service automatically inserts thebackgroundanomaly type into the response fromDetectAnomalies.
-
pixelAnomaly
public final PixelAnomaly pixelAnomaly()
Information about the pixel mask that covers an anomaly type.
- Returns:
- Information about the pixel mask that covers an anomaly type.
-
toBuilder
public Anomaly.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Anomaly.Builder,Anomaly>
-
builder
public static Anomaly.Builder builder()
-
serializableBuilderClass
public static Class<? extends Anomaly.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-