AnomalyDetectorClientVariableState interface
Properties
effective |
Number of effective points counted. |
end |
End time of the variable. |
filled |
Proportion of NaN values filled of the variable. |
start |
Start time of the variable. |
variable | Variable name. |
Property Details
effectiveCount
Number of effective points counted.
effectiveCount?: number
Property Value
number
endTime
End time of the variable.
endTime?: Date
Property Value
Date
filledNARatio
Proportion of NaN values filled of the variable.
filledNARatio?: number
Property Value
number
startTime
Start time of the variable.
startTime?: Date
Property Value
Date
variable
Variable name.
variable?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript