-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Adds anomaly detectors forecast API test #125214
[ML] Adds anomaly detectors forecast API test #125214
Conversation
Pinging @elastic/ml-ui (:ml) |
x-pack/test/api_integration/apis/ml/anomaly_detectors/forecast_with_spaces.ts
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/anomaly_detectors/forecast_with_spaces.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [ML] Adds anomaly detectors forecast API test * [ML] Add check that forecast results exist (cherry picked from commit 2c7d96b)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
Adds tests to check the response of the
/api/ml/anomaly_detectors/<jobId>/_forecast
endpoint.Part of #117501
Checklist