DetectionResultSummary interface
Properties
errors | Error message when detection is failed. |
setup |
Detection request. |
status | Status of detection results. One of CREATED, RUNNING, READY, and FAILED. |
variable |
Property Details
errors
Error message when detection is failed.
errors?: AnomalyDetectorClientErrorResponse[]
Property Value
setupInfo
status
Status of detection results. One of CREATED, RUNNING, READY, and FAILED.
status: DetectionStatus
Property Value
variableStates
variableStates?: AnomalyDetectorClientVariableState[]