public static class AnomalyDetectResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnomalyDetectResult |
build() |
AnomalyDetectResult.Builder |
copy(AnomalyDetectResult model) |
AnomalyDetectResult.Builder |
detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.
|
public AnomalyDetectResult.Builder detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.
detectionResults
- the value to setpublic AnomalyDetectResult build()
public AnomalyDetectResult.Builder copy(AnomalyDetectResult model)
Copyright © 2016–2024. All rights reserved.