AnomalyDetectorDetectEntireSeriesResponse type
包含 detectEntireSeries 作業的回應資料。
type AnomalyDetectorDetectEntireSeriesResponse = DetectEntireResponse & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DetectEntireResponse
}
}