Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.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.
|
static DetectionResultItem.Builder |
DetectionResultItem.builder()
Create a new builder.
|
DetectionResultItem.Builder |
DetectionResultItem.Builder.copy(DetectionResultItem model) |
DetectionResultItem.Builder |
DetectionResultItem.Builder.rowIndex(Integer rowIndex)
The index number to indicate where anomaly points are located among all rows when there
are no timestamps provided.
|
DetectionResultItem.Builder |
DetectionResultItem.Builder.score(Double score)
A significant score across multiple signals at timestamp/row level
|
DetectionResultItem.Builder |
DetectionResultItem.Builder.timestamp(Date timestamp)
The time stamp associated with a list of anomaly points, format defined by
RFC3339.
|
DetectionResultItem.Builder |
DetectionResultItem.toBuilder() |
Copyright © 2016–2024. All rights reserved.