Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
Anomaly |
Anomaly.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Anomaly> |
DetectionResultItem.getAnomalies()
An array of anomalies associated with a given timestamp/row.
|
Modifier and Type | Method and Description |
---|---|
Anomaly.Builder |
Anomaly.Builder.copy(Anomaly model) |
Modifier and Type | Method and Description |
---|---|
DetectionResultItem.Builder |
DetectionResultItem.Builder.anomalies(List<Anomaly> anomalies)
An array of anomalies associated with a given timestamp/row.
|
Constructor and Description |
---|
DetectionResultItem(Date timestamp,
Integer rowIndex,
Double score,
List<Anomaly> anomalies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.