AnomalyDetectorDetectEntireSeriesResponse type
Contains response data for the detectEntireSeries operation.
type AnomalyDetectorDetectEntireSeriesResponse = DetectEntireResponse & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: DetectEntireResponse,
},
}
Feedback
Submit and view feedback for