Uses of Class
com.oracle.bmc.aianomalydetection.model.Anomaly
-
Packages that use Anomaly Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of Anomaly in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return Anomaly Modifier and Type Method Description Anomaly
Anomaly.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type Anomaly Modifier and Type Method Description List<Anomaly>
DetectionResultItem. getAnomalies()
An array of anomalies associated with a given timestamp/row.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type Anomaly Modifier and Type Method Description Anomaly.Builder
Anomaly.Builder. copy(Anomaly model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type Anomaly Modifier and Type Method Description DetectionResultItem.Builder
DetectionResultItem.Builder. anomalies(List<Anomaly> anomalies)
An array of anomalies associated with a given timestamp/row.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type Anomaly Constructor Description DetectionResultItem(Date timestamp, Integer rowIndex, Double score, List<Anomaly> anomalies)
Deprecated.
-