-
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] Support trained model aliases #99174
Conversation
…aliases # Conflicts: # x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/models_management/expanded_row.tsx
Pinging @elastic/ml-ui (: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.
Tested and LGTM
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.
Code LGTM ⚡
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.
Functional tests LGTM 🎉
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @darnautov |
* [ML] use toString to make sure boolean values are rendered * [ML] extract metadata * [ML] retrieve pipelines associated with model alias * [ML] fix ts issues * [ML] functional tests * [ML] remove unused models definitions
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* [ML] use toString to make sure boolean values are rendered * [ML] extract metadata * [ML] retrieve pipelines associated with model alias * [ML] fix ts issues * [ML] functional tests * [ML] remove unused models definitions Co-authored-by: Dima Arnautov <[email protected]>
Summary
Resolves #93392
Fetches ingest pipelines associated with model's aliases
Adds an extra panel to the expandable row to show models metadata
How to test
model_id
Checklist