Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Detect anomaly status of the latest point in time series.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/last/detect
Detect anomalies for the entire series in batch.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/entire/detect
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:cognitiveservices-AnomalyDetector
At a glance
Language Java
Endpoints3
✓ Official