-
Notifications
You must be signed in to change notification settings - Fork 73
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
[DOCS] Adds descriptions to ML APIs #2245
Conversation
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. I've left a few small suggestions.
renormalization_window_days?: long | ||
/** | ||
* A text string that affects the name of the machine learning results index. | ||
* The default value is `shared`, which generates an index named `.ml-anomalies-shared`. |
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.
* The default value is `shared`, which generates an index named `.ml-anomalies-shared`. | |
* The default value is `shared`, which generates an index named `.ml-anomalies-shared`. | |
* @server_default shared |
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.
I intentionally left the default values out here as the generator complains if I add a default value for a required parameter.
Co-authored-by: Abdon Pijpelink <[email protected]>
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Overview
Related to #964.
Adds descriptions to ML API properties. Source of info: