AnomalyDetector: Constants.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace AdExchangeAnalyzer.Helpers | |
{ | |
public class Constants | |
{ | |
public static readonly string SubscriptionKey = "your-api-key"; | |
public static readonly string Endpoint = "https://your-endpoint.cognitiveservices.azure.com/"; | |
public static readonly string DetectAnomaliesServiceURL = "/anomalydetector/v1.0/timeseries/entire/detect"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment