-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ML] Add _cat/ml/data_frame/analytics API #52260
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
Conversation
Pinging @elastic/ml-core (:ml) |
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 wonder if we should also include dataframe analytics version as well as an optional column?
...in/ml/src/main/java/org/elasticsearch/xpack/ml/rest/cat/RestCatDataFrameAnalyticsAction.java
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.
I wonder if we should also include dataframe analytics version as well as an optional column?
Done.
...in/ml/src/main/java/org/elasticsearch/xpack/ml/rest/cat/RestCatDataFrameAnalyticsAction.java
Outdated
Show resolved
Hide resolved
081c9a5
to
84bdb12
Compare
Adds new
_cat/ml/data_frame/analytics
and_cat/ml/data_frame/analytics/{id}
endpoints.Example output for single job:
Example output for multiple jobs:
Help output:
Relates #51413