File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
anomalydetector/azure-ai-anomalydetector/samples
metricsadvisor/azure-ai-metricsadvisor/samples Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,9 @@ pip install azure-ai-anomalydetector
45
45
2 . Set the environment variables specified in the sample file you wish to run.
46
46
3 . Follow the usage described in the file, e.g. ` python sample_detect_entire_series_anomaly.py `
47
47
48
- ## Next steps
49
-
50
- Check out the [ API reference documentation] [ python-fr-ref-docs ] to learn more about
51
- what you can do with the Azure Anomaly Detector client library.
52
-
53
48
[ pip ] : https://pypi.org/project/pip/
54
49
[ azure_subscription ] : https://azure.microsoft.com/free/cognitive-services
55
50
[ azure_anomaly_detector_account ] : https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector
56
- [ python-fr-ref-docs ] : https://azuresdkdocs.blob.core.windows.net/$web/python/azure-cognitiveservices-anomalydetector/0.3.0/index.html
57
51
58
52
[ sample_detect_entire_series_anomaly ] : https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_detect_entire_series_anomaly.py
59
53
[ sample_detect_last_point_anomaly ] : https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_detect_last_point_anomaly.py
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ what you can do with the Azure Metrics Advisor client library.
56
56
[ pip ] : https://pypi.org/project/pip/
57
57
[ azure_subscription ] : https://azure.microsoft.com/free/
58
58
[ portal_metrics_advisor_account ] : https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesMetricsAdvisor
59
- [ reference_documentation ] : https://aka.ms/azsdk/python/metricsadvisor/docs
59
+ [ reference_documentation ] : https://learn.microsoft.com/azure/ai-services/metrics-advisor/
60
60
61
61
[ sample_authentication ] : https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/metricsadvisor/azure-ai-metricsadvisor/samples/sample_authentication.py
62
62
[ sample_authentication_async ] : https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/metricsadvisor/azure-ai-metricsadvisor/samples/async_samples/sample_authentication_async.py
You can’t perform that action at this time.
0 commit comments