Versions in this module Expand all Collapse all v28 v28.1.0 Apr 29, 2019 v28.0.0 Apr 26, 2019 Changes in this version + func UserAgent() string + func Version() string + type APIError struct + Code interface{} + Message *string + type BaseClient struct + Endpoint string + func New(endpoint string) BaseClient + func NewWithoutDefaults(endpoint string) BaseClient + func (client BaseClient) EntireDetect(ctx context.Context, body Request) (result EntireDetectResponse, err error) + func (client BaseClient) EntireDetectPreparer(ctx context.Context, body Request) (*http.Request, error) + func (client BaseClient) EntireDetectResponder(resp *http.Response) (result EntireDetectResponse, err error) + func (client BaseClient) EntireDetectSender(req *http.Request) (*http.Response, error) + func (client BaseClient) LastDetect(ctx context.Context, body Request) (result LastDetectResponse, err error) + func (client BaseClient) LastDetectPreparer(ctx context.Context, body Request) (*http.Request, error) + func (client BaseClient) LastDetectResponder(resp *http.Response) (result LastDetectResponse, err error) + func (client BaseClient) LastDetectSender(req *http.Request) (*http.Response, error) + type EntireDetectResponse struct + ExpectedValues *[]float64 + IsAnomaly *[]bool + IsNegativeAnomaly *[]bool + IsPositiveAnomaly *[]bool + LowerMargins *[]float64 + Period *int32 + UpperMargins *[]float64 + type Granularity string + const Daily + const Hourly + const Minutely + const Monthly + const Weekly + const Yearly + func PossibleGranularityValues() []Granularity + type LastDetectResponse struct + ExpectedValue *float64 + IsAnomaly *bool + IsNegativeAnomaly *bool + IsPositiveAnomaly *bool + LowerMargin *float64 + Period *int32 + SuggestedWindow *int32 + UpperMargin *float64 + type Point struct + Timestamp *date.Time + Value *float64 + type Request struct + CustomInterval *int32 + Granularity Granularity + MaxAnomalyRatio *float64 + Period *int32 + Sensitivity *int32 + Series *[]Point Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48