Can one Anomaly Detector resource run multiple data feeds in parallel?

RuthAnn Haefli 1 Reputation point
2021-04-02T19:42:42.087+00:00

Hello,

Can one Anomaly Detection API run multiple data feeds in parallel?

For example, if I have a transaction dataset with weather data (date, value, type) (where type is either temperature, humidity, rainfall, etc). I want Anomaly Detector to run per type. Can I run a dataset with temperature and another dataset with humidity at the same time using the same Anomaly Detector resource? Or do they have to run in series?

Also in Metrics Advisor, it looks like I could add type as a dimension and that would provide the output that I'm looking for (anomaly detections by temperature/humidity/etc., running all at once). Can Anomaly Detector also do this?

Thank you

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,364 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 41,866 Reputation points Microsoft Employee
    2021-04-05T04:00:19.12+00:00

    @RuthAnn Haefli I think you can run multiple calls to your API based on the input or timeseries data that is sent in your request. In your case one with temperature and another with humidity. It might be easier for you to test the same with the demo sample to understand how you can format data and feed it to the API.

    Metrics advisor provides a higher level of functionality which might suit this scenario to add both the dimensions in a single request which is not possible with Anomaly detector API.

    0 comments No comments