Closed vscherbinin closed 3 years ago
@vscherbinin Thanks for the question. We are investigating the issue and will update you shortly.
@vscherbinin Thanks, We are able to successfully import AnomalyDetectorClient. Can you please install Anomaly Detector Client Library for Python using the following. pip install azure-ai-anomalydetector.
Thank you, Ram. I've done that, the issue is the same, fixed it for now as below, this did the trick for now:
class AnomalyDetectorErrorCodes(str, Enum):
"""The error code.
"""
INVALID_CUSTOM_INTERVAL = "InvalidCustomInterval"
BAD_ARGUMENT = "BadArgument"
@vscherbinin Thanks, We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.
Hi guys,
import os from azure.ai.anomalydetector import AnomalyDetectorClient
gives
TypeError Traceback (most recent call last)