Compartilhar via


DataFeedMissingDataPointFillSettings Class

  • java.lang.Object
    • com.azure.ai.metricsadvisor.administration.models.DataFeedMissingDataPointFillSettings

public final class DataFeedMissingDataPointFillSettings

The DataFeedMissingDataPointFillSettings model.

Constructor Summary

Constructor Description
DataFeedMissingDataPointFillSettings()

Create a new instance of DataFeedMissingDataPointFillSettings.

Method Summary

Modifier and Type Method and Description
Double getCustomFillValue()

Get the custom value of fill missing point for anomaly detection.

DataFeedMissingDataPointFillType getFillType()

Get the type of fill missing point for anomaly detection.

DataFeedMissingDataPointFillSettings setCustomFillValue(Double customFillValue)

Set the custom value of fill missing point for anomaly detection.

DataFeedMissingDataPointFillSettings 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:

the custom value of fill missing point for anomaly detection.

getFillType

public DataFeedMissingDataPointFillType getFillType()

Get the type of fill missing point for anomaly detection.

Returns:

the type of fill missing point for anomaly detection.

setCustomFillValue

public DataFeedMissingDataPointFillSettings setCustomFillValue(Double customFillValue)

Set the custom value of fill missing point for anomaly detection.

Parameters:

customFillValue - the custom fill value value to set.

Returns:

the DataFeedMissingDataPointFillSettings object itself.

setFillType

public DataFeedMissingDataPointFillSettings setFillType(DataFeedMissingDataPointFillType fillMissingPointType)

Set the type of fill missing point for anomaly detection.

Parameters:

fillMissingPointType - the missing data point type fill value to set.

Returns:

the DataFeedMissingDataPointFillSettings object itself.

Applies to