Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.PixelAnomaly.Builder
-
Packages that use PixelAnomaly.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of PixelAnomaly.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return PixelAnomaly.Builder Modifier and Type Method Description static PixelAnomaly.BuilderPixelAnomaly. builder()PixelAnomaly.BuilderPixelAnomaly.Builder. color(String color)A hex color value for the mask that covers an anomaly type.PixelAnomaly.BuilderPixelAnomaly. toBuilder()PixelAnomaly.BuilderPixelAnomaly.Builder. totalPercentageArea(Float totalPercentageArea)The percentage area of the image that the anomaly type covers.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type PixelAnomaly.Builder Modifier and Type Method Description static Class<? extends PixelAnomaly.Builder>PixelAnomaly. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type PixelAnomaly.Builder Modifier and Type Method Description default Anomaly.BuilderAnomaly.Builder. pixelAnomaly(Consumer<PixelAnomaly.Builder> pixelAnomaly)Information about the pixel mask that covers an anomaly type.
-