-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.15] [Inference Endpoints View] Deletion, search and filtering of i…
…nference endpoints (#186206) (#187887) # Backport This will backport the following commits from `main` to `8.15`: - [[Inference Endpoints View] Deletion, search and filtering of inference endpoints (#186206)](#186206) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Saikat Sarkar","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-09T14:42:52Z","message":"[Inference Endpoints View] Deletion, search and filtering of inference endpoints (#186206)\n\nThis PR consists of the following changes:\r\n- An option to delete an existing inference endpoint\r\n- Filtering the endpoints based on 'provider' and 'type'\r\n- Search option\r\n- Display the trained models deployment status\r\n- Display additional 3rd party providers (Mistral, Azure OpenAI, Azure\r\nAI Studio)\r\n- Add licensing for gating enterprise licensed users\r\n\r\n### Stack Management\r\n![Screenshot 2024-06-24 at 2 38\r\n44 PM](https://github.com/elastic/kibana/assets/132922331/d8072069-2309-40b9-a723-6b34f64b7ef0)\r\n\r\n\r\n\r\n### Serverless\r\n![Screenshot 2024-06-24 at 2 43\r\n36 PM](https://github.com/elastic/kibana/assets/132922331/fe5be2fd-d9ca-41f7-b246-8767e88d2938)\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson <[email protected]>","sha":"ff651f20d247f2ccf64b712131edd346f3ccf1a8","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.15.0","v8.16.0"],"number":186206,"url":"https://github.com/elastic/kibana/pull/186206","mergeCommit":{"message":"[Inference Endpoints View] Deletion, search and filtering of inference endpoints (#186206)\n\nThis PR consists of the following changes:\r\n- An option to delete an existing inference endpoint\r\n- Filtering the endpoints based on 'provider' and 'type'\r\n- Search option\r\n- Display the trained models deployment status\r\n- Display additional 3rd party providers (Mistral, Azure OpenAI, Azure\r\nAI Studio)\r\n- Add licensing for gating enterprise licensed users\r\n\r\n### Stack Management\r\n![Screenshot 2024-06-24 at 2 38\r\n44 PM](https://github.com/elastic/kibana/assets/132922331/d8072069-2309-40b9-a723-6b34f64b7ef0)\r\n\r\n\r\n\r\n### Serverless\r\n![Screenshot 2024-06-24 at 2 43\r\n36 PM](https://github.com/elastic/kibana/assets/132922331/fe5be2fd-d9ca-41f7-b246-8767e88d2938)\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson <[email protected]>","sha":"ff651f20d247f2ccf64b712131edd346f3ccf1a8"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186206","number":186206,"mergeCommit":{"message":"[Inference Endpoints View] Deletion, search and filtering of inference endpoints (#186206)\n\nThis PR consists of the following changes:\r\n- An option to delete an existing inference endpoint\r\n- Filtering the endpoints based on 'provider' and 'type'\r\n- Search option\r\n- Display the trained models deployment status\r\n- Display additional 3rd party providers (Mistral, Azure OpenAI, Azure\r\nAI Studio)\r\n- Add licensing for gating enterprise licensed users\r\n\r\n### Stack Management\r\n![Screenshot 2024-06-24 at 2 38\r\n44 PM](https://github.com/elastic/kibana/assets/132922331/d8072069-2309-40b9-a723-6b34f64b7ef0)\r\n\r\n\r\n\r\n### Serverless\r\n![Screenshot 2024-06-24 at 2 43\r\n36 PM](https://github.com/elastic/kibana/assets/132922331/fe5be2fd-d9ca-41f7-b246-8767e88d2938)\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson <[email protected]>","sha":"ff651f20d247f2ccf64b712131edd346f3ccf1a8"}}]}] BACKPORT-->
- Loading branch information
1 parent
2193e94
commit ee7fd95
Showing
70 changed files
with
2,458 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.