Closed mtochs closed 4 years ago
Figured it out. The example in the notebook for api endpoint uses the cognitive service url: https://westus2.api.cognitive.microsoft.com/anomalydetector/v1.0/timeseries/entire/detect
the correct endpoint is the anomaly detector api address in combination with the extra directory information: https://xxxxx.cognitiveservices.azure.com/anomalydetector/v1.0/timeseries/entire/detect
where xxxxx is the name of the anomaly detector api
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Will there be an update to integrate directly with anomaly detector service? Not the anomaly detector within cognitive search service.