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[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript