Class Anomaly.Builder
- java.lang.Object
-
- com.oracle.bmc.aianomalydetection.model.Anomaly.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Anomaly.Builder
actualValue(Double actualValue)
The actual value for the anomaly point at given signal and timestamp/rowAnomaly.Builder
anomalyScore(Double anomalyScore)
A significant score ranged from 0 to 1 to each anomaly point.Anomaly
build()
Anomaly.Builder
copy(Anomaly model)
Anomaly.Builder
estimatedValue(Double estimatedValue)
The estimated value for the anomaly point at given signal and timestamp/rowAnomaly.Builder
imputedValue(Double imputedValue)
The value imputed by an IDP step for missing values in origin data.Anomaly.Builder
signalName(String signalName)
Name of a signal where current anomaly point belongs to
-
-
-
Method Detail
-
signalName
public Anomaly.Builder signalName(String signalName)
Name of a signal where current anomaly point belongs to- Parameters:
signalName
- the value to set- Returns:
- this builder
-
actualValue
public Anomaly.Builder actualValue(Double actualValue)
The actual value for the anomaly point at given signal and timestamp/row- Parameters:
actualValue
- the value to set- Returns:
- this builder
-
estimatedValue
public Anomaly.Builder estimatedValue(Double estimatedValue)
The estimated value for the anomaly point at given signal and timestamp/row- Parameters:
estimatedValue
- the value to set- Returns:
- this builder
-
imputedValue
public Anomaly.Builder imputedValue(Double imputedValue)
The value imputed by an IDP step for missing values in origin data.- Parameters:
imputedValue
- the value to set- Returns:
- this builder
-
anomalyScore
public Anomaly.Builder anomalyScore(Double anomalyScore)
A significant score ranged from 0 to 1 to each anomaly point.- Parameters:
anomalyScore
- the value to set- Returns:
- this builder
-
build
public Anomaly build()
-
copy
public Anomaly.Builder copy(Anomaly model)
-
-