AnomalyDetectorGetDetectionResultResponse type
Contains response data for the getDetectionResult operation.
type AnomalyDetectorGetDetectionResultResponse = DetectionResult & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DetectionResult
}
}