Class AnomalyDetectResult.Builder
- java.lang.Object
-
- com.oracle.bmc.aianomalydetection.model.AnomalyDetectResult.Builder
-
- Enclosing class:
- AnomalyDetectResult
public static class AnomalyDetectResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnomalyDetectResult
build()
AnomalyDetectResult.Builder
copy(AnomalyDetectResult model)
AnomalyDetectResult.Builder
detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.
-
-
-
Method Detail
-
detectionResults
public AnomalyDetectResult.Builder detectionResults(List<DetectionResultItem> detectionResults)
A list to hold anomaly points grouped by timestamp/row.- Parameters:
detectionResults
- the value to set- Returns:
- this builder
-
build
public AnomalyDetectResult build()
-
copy
public AnomalyDetectResult.Builder copy(AnomalyDetectResult model)
-
-