DetectionRequest interface

Detection request.

Properties

endTime

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

source

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

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

Property Details

endTime

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

endTime: Date

Property Value

Date

source

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.

source: string

Property Value

string

startTime

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

startTime: Date

Property Value

Date