Uses of Class
com.oracle.bmc.aianomalydetection.model.DetectionResultItem
-
Packages that use DetectionResultItem Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of DetectionResultItem in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DetectionResultItem Modifier and Type Method Description DetectionResultItem
DetectionResultItem.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type DetectionResultItem Modifier and Type Method Description List<DetectionResultItem>
AnomalyDetectResult. getDetectionResults()
A list to hold anomaly points grouped by timestamp/row.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DetectionResultItem Modifier and Type Method Description DetectionResultItem.Builder
DetectionResultItem.Builder. copy(DetectionResultItem model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DetectionResultItem Modifier and Type Method Description AnomalyDetectResult.Builder
AnomalyDetectResult.Builder. detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DetectionResultItem Constructor Description AnomalyDetectResult(List<DetectionResultItem> detectionResults)
Deprecated.
-