Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClientAPI ¶
type BaseClientAPI interface { DetectChangePoint(ctx context.Context, body anomalydetector.ChangePointDetectRequest) (result anomalydetector.ChangePointDetectResponse, err error) DetectEntireSeries(ctx context.Context, body anomalydetector.DetectRequest) (result anomalydetector.EntireDetectResponse, err error) DetectLastPoint(ctx context.Context, body anomalydetector.DetectRequest) (result anomalydetector.LastDetectResponse, err error) }
BaseClientAPI contains the set of methods on the BaseClient type.
Click to show internal directories.
Click to hide internal directories.