Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
DetectionResultItem |
DetectionResultItem.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DetectionResultItem> |
AnomalyDetectResult.getDetectionResults()
A list to hold anomaly points grouped by timestamp/row.
|
Modifier and Type | Method and Description |
---|---|
DetectionResultItem.Builder |
DetectionResultItem.Builder.copy(DetectionResultItem model) |
Modifier and Type | Method and Description |
---|---|
AnomalyDetectResult.Builder |
AnomalyDetectResult.Builder.detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.
|
Constructor and Description |
---|
AnomalyDetectResult(List<DetectionResultItem> detectionResults)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.