AnomalyDetectorClientVariableState interface

Properties

effectiveCount

Number of effective points counted.

endTime

End time of the variable.

filledNARatio

Proportion of NaN values filled of the variable.

startTime

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