AlignPolicy Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. AlignPolicy
- com.
public final class AlignPolicy
An optional field, indicating the manner to align multiple variables.
Constructor Summary
Constructor | Description |
---|---|
AlignPolicy() |
Creates an instance of Align |
Method Summary
Modifier and Type | Method and Description |
---|---|
Align |
getAlignMode()
Get the align |
Fill |
getFillNAMethod()
Get the fill |
Double |
getPaddingValue()
Get the padding |
Align |
setAlignMode(AlignMode alignMode)
Set the align |
Align |
setFillNAMethod(FillNAMethod fillNAMethod)
Set the fill |
Align |
setPaddingValue(Double paddingValue)
Set the padding |
Methods inherited from java.lang.Object
Constructor Details
AlignPolicy
public AlignPolicy()
Creates an instance of AlignPolicy class.
Method Details
getAlignMode
public AlignMode getAlignMode()
Get the alignMode property: An optional field, indicating how to align different variables to the same time-range. Either Inner or Outer.
Returns:
getFillNAMethod
public FillNAMethod getFillNAMethod()
Get the fillNAMethod property: An optional field, indicating how missing values will be filled. One of Previous, Subsequent, Linear, Zero, Fixed.
Returns:
getPaddingValue
public Double getPaddingValue()
Get the paddingValue property: An optional field. Required when fillNAMethod is Fixed.
Returns:
setAlignMode
public AlignPolicy setAlignMode(AlignMode alignMode)
Set the alignMode property: An optional field, indicating how to align different variables to the same time-range. Either Inner or Outer.
Parameters:
Returns:
setFillNAMethod
public AlignPolicy setFillNAMethod(FillNAMethod fillNAMethod)
Set the fillNAMethod property: An optional field, indicating how missing values will be filled. One of Previous, Subsequent, Linear, Zero, Fixed.
Parameters:
Returns:
setPaddingValue
public AlignPolicy setPaddingValue(Double paddingValue)
Set the paddingValue property: An optional field. Required when fillNAMethod is Fixed.
Parameters:
Returns:
Applies to
Azure SDK for Java