DetectionRequest Class

Detection request.

All required parameters must be populated in order to send to Azure.

Inheritance
DetectionRequest

Constructor

DetectionRequest(*, source: str, start_time: datetime.datetime, end_time: datetime.datetime, **kwargs)

Variables

source
str

Required. 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.

start_time
datetime

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

end_time
datetime

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