Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

support return AD job when get detector #50

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public interface AnomalyDetectorFunction {

/**
* Performs this operation.
*
* Notes: don't forget to send back response via channel if you process response with this method.
ylwu-amzn marked this conversation as resolved.
Show resolved Hide resolved
*/
void execute();
}