Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectionRequest

Package version

Detection request.

Hierarchy

  • DetectionRequest

Index

Properties

Properties

endTime

endTime: Date

A required field, indicating the end time of data for detection. Should be date-time.

source

source: string

Source link to the input variables. Each variable should be a csv with two columns, timestamp and value. The file name of the variable will be used as its name. The variables used in detection should be exactly the same with those used in the training phase.

startTime

startTime: Date

A required field, indicating the start time of data for detection. Should be date-time.

Generated using TypeDoc