AnomalyDetectorGetDetectionResultResponse type
包含 getDetectionResult 作業的回應資料。
type AnomalyDetectorGetDetectionResultResponse = DetectionResult & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DetectionResult
}
}