Uses of Class
com.oracle.bmc.aianomalydetection.model.Anomaly.Builder
-
Packages that use Anomaly.Builder Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of Anomaly.Builder in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return Anomaly.Builder Modifier and Type Method Description Anomaly.Builder
Anomaly.Builder. actualValue(Double actualValue)
The actual value for the anomaly point at given signal and timestamp/rowAnomaly.Builder
Anomaly.Builder. anomalyScore(Double anomalyScore)
A significant score ranged from 0 to 1 to each anomaly point.static Anomaly.Builder
Anomaly. builder()
Create a new builder.Anomaly.Builder
Anomaly.Builder. copy(Anomaly model)
Anomaly.Builder
Anomaly.Builder. estimatedValue(Double estimatedValue)
The estimated value for the anomaly point at given signal and timestamp/rowAnomaly.Builder
Anomaly.Builder. imputedValue(Double imputedValue)
The value imputed by an IDP step for missing values in origin data.Anomaly.Builder
Anomaly.Builder. signalName(String signalName)
Name of a signal where current anomaly point belongs toAnomaly.Builder
Anomaly. toBuilder()
-