DataFeedMissingDataPointFillSettings Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedMissingDataPointFillSettings
- com.
public final class DataFeedMissingDataPointFillSettings
The DataFeedMissingDataPointFillSettings model.
Constructor Summary
Constructor | Description |
---|---|
DataFeedMissingDataPointFillSettings() |
Create a new instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
getCustomFillValue()
Get the custom value of fill missing point for anomaly detection. |
Data |
getFillType()
Get the type of fill missing point for anomaly detection. |
Data |
setCustomFillValue(Double customFillValue)
Set the custom value of fill missing point for anomaly detection. |
Data |
setFillType(DataFeedMissingDataPointFillType fillMissingPointType)
Set the type of fill missing point for anomaly detection. |
Methods inherited from java.lang.Object
Constructor Details
DataFeedMissingDataPointFillSettings
public DataFeedMissingDataPointFillSettings()
Create a new instance of DataFeedMissingDataPointFillSettings.
Method Details
getCustomFillValue
public Double getCustomFillValue()
Get the custom value of fill missing point for anomaly detection.
Returns:
getFillType
public DataFeedMissingDataPointFillType getFillType()
Get the type of fill missing point for anomaly detection.
Returns:
setCustomFillValue
public DataFeedMissingDataPointFillSettings setCustomFillValue(Double customFillValue)
Set the custom value of fill missing point for anomaly detection.
Parameters:
Returns:
setFillType
public DataFeedMissingDataPointFillSettings setFillType(DataFeedMissingDataPointFillType fillMissingPointType)
Set the type of fill missing point for anomaly detection.
Parameters:
Returns:
Applies to
Azure SDK for Java