Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratedClient

Package version

Hierarchy

Index

Constructors

constructor

Properties

endpoint

endpoint: string

Methods

detectChangePoint

detectEntireSeries

  • This operation generates a model using an entire series, each point is detected with the same model. With this method, points before and after a certain point are used to determine whether it is an anomaly. The entire detection can give user an overall status of the time series.

    Parameters

    • body: DetectRequest

      Time series points and period if needed. Advanced model parameters can also be set in the request.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<GeneratedClientDetectEntireSeriesResponse>

detectLastPoint

  • This operation generates a model using points before the latest one. With this method, only historical points are used to determine whether the target point is an anomaly. The latest point detecting operation matches the scenario of real-time monitoring of business metrics.

    Parameters

    • body: DetectRequest

      Time series points and period if needed. Advanced model parameters can also be set in the request.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<GeneratedClientDetectLastPointResponse>

Generated using TypeDoc