Uses of Class
software.amazon.awssdk.services.lookoutvision.model.Anomaly
-
Packages that use Anomaly Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of Anomaly in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type Anomaly Modifier and Type Method Description List<Anomaly>DetectAnomalyResult. anomalies()If the model is an image segmentation model,Anomaliescontains a list of anomaly types found in the image.Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type Anomaly Modifier and Type Method Description DetectAnomalyResult.BuilderDetectAnomalyResult.Builder. anomalies(Anomaly... anomalies)If the model is an image segmentation model,Anomaliescontains a list of anomaly types found in the image.Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type Anomaly Modifier and Type Method Description DetectAnomalyResult.BuilderDetectAnomalyResult.Builder. anomalies(Collection<Anomaly> anomalies)If the model is an image segmentation model,Anomaliescontains a list of anomaly types found in the image.
-