AnomalyDetectorExportModelResponse type

Contains response data for the exportModel operation.

type AnomalyDetectorExportModelResponse = {
  _response: coreHttp.HttpResponse
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}