Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectionRequest

Package version

Request to submit a detection.

Hierarchy

  • DetectionRequest

Index

Properties

Properties

endTime

endTime: Date

A require field, end time of data be used for detection, should be date-time.

source

source: string

source file link of the input variables, each variable will be a csv with two columns, the first column will be timestamp, the second column will be value.Besides these variable csv files, a extra meta.json can be included in th zip file if you would like to rename a variable.Be default, the file name of the variable will be used as the variable name. The variables used in detection should be consistent with variables in the model used for detection.

startTime

startTime: Date

A require field, start time of data be used for detection, should be date-time.

Generated using TypeDoc