Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DetectionResultItem

An object to hold detection result for one timestamp/row.

Properties

anomalies

anomalies: Array<Anomaly>

An array of anomalies associated with a given timestamp/row.

Optional rowIndex

rowIndex: undefined | number

The index number to indicate where anomaly points are located among all rows when there are no timestamps provided. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional score

score: undefined | number

A significant score across multiple signals at timestamp/row level Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timestamp

timestamp: Date

The time stamp associated with a list of anomaly points, format defined by RFC3339.

Functions

getDeserializedJsonObj

getJsonObj