Conversation
| return [ | ||
| region && `region: ${region}`, | ||
| provider && `provider: ${provider}`, | ||
| model && `model: ${model}`, |
There was a problem hiding this comment.
We do not need to add 'model' information to this array. This should be automatically handled by this code-block. Essentially, we display models using a badge for different inference endpoints.
|
@markjhoy Can you please share a screen-shot of inference endpoints view after applying this change? The change looks good to me. |
Sure! Here you go: |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
…d filtering of inference endpoints (elastic#188670) ## Summary Adds Amazon Bedrock support to the [Inference Endpoints management UI](elastic#186206) (`relevance/inference_endpoints`) management list view. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 25960d2)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…arch and filtering of inference endpoints (#188670) (#189325) # Backport This will backport the following commits from `main` to `8.15`: - [[Inference Endpoints View] Adds Amazon Bedrock to Deletion, search and filtering of inference endpoints (#188670)](#188670) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mark J. Hoy","email":"mark.hoy@elastic.co"},"sourceCommit":{"committedDate":"2024-07-26T21:31:34Z","message":"[Inference Endpoints View] Adds Amazon Bedrock to Deletion, search and filtering of inference endpoints (#188670)\n\n## Summary\r\n\r\nAdds Amazon Bedrock support to the [Inference Endpoints management\r\nUI](https://github.com/elastic/kibana/pull/186206)\r\n(`relevance/inference_endpoints`) management list view.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"25960d251eba27fb9d4c728d79a9bde15bfdb461","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.15.0","v8.16.0"],"title":"[Inference Endpoints View] Adds Amazon Bedrock to Deletion, search and filtering of inference endpoints","number":188670,"url":"https://github.com/elastic/kibana/pull/188670","mergeCommit":{"message":"[Inference Endpoints View] Adds Amazon Bedrock to Deletion, search and filtering of inference endpoints (#188670)\n\n## Summary\r\n\r\nAdds Amazon Bedrock support to the [Inference Endpoints management\r\nUI](https://github.com/elastic/kibana/pull/186206)\r\n(`relevance/inference_endpoints`) management list view.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"25960d251eba27fb9d4c728d79a9bde15bfdb461"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188670","number":188670,"mergeCommit":{"message":"[Inference Endpoints View] Adds Amazon Bedrock to Deletion, search and filtering of inference endpoints (#188670)\n\n## Summary\r\n\r\nAdds Amazon Bedrock support to the [Inference Endpoints management\r\nUI](https://github.com/elastic/kibana/pull/186206)\r\n(`relevance/inference_endpoints`) management list view.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"25960d251eba27fb9d4c728d79a9bde15bfdb461"}}]}] BACKPORT--> Co-authored-by: Mark J. Hoy <mark.hoy@elastic.co>
… and filtering of inference endpoints (#190783) Summary Adds Alibaba AI Search support to the #186206 (relevance/inference_endpoints) management list view. The Elasticsearch PR is: elastic/elasticsearch#111181 I'm not very familiar with kibana. I made this PR from #188670. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
… and filtering of inference endpoints (elastic#190783) Summary Adds Alibaba AI Search support to the elastic#186206 (relevance/inference_endpoints) management list view. The Elasticsearch PR is: elastic/elasticsearch#111181 I'm not very familiar with kibana. I made this PR from elastic#188670. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 12205d5)
…search and filtering of inference endpoints (#190783) (#194597) # Backport This will backport the following commits from `main` to `8.x`: - [[Inference Endpoints View] Adds Alibaba AI Search to Deletion, search and filtering of inference endpoints (#190783)](#190783) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"weizijun","email":"weizijun1989@gmail.com"},"sourceCommit":{"committedDate":"2024-10-01T14:40:18Z","message":"[Inference Endpoints View] Adds Alibaba AI Search to Deletion, search and filtering of inference endpoints (#190783)\n\nSummary\r\nAdds Alibaba AI Search support to the\r\nhttps://github.com//pull/186206\r\n(relevance/inference_endpoints) management list view.\r\n\r\nThe Elasticsearch PR is:\r\nhttps://github.com/elastic/elasticsearch/pull/111181\r\n\r\nI'm not very familiar with kibana. I made this PR from\r\nhttps://github.com//pull/188670.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Dima Arnautov <arnautov.dima@gmail.com>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"12205d51c5a6ff02737d4312de1ec598f7732608","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","💝community","v9.0.0","v8.16.0","backport:version"],"title":"[Inference Endpoints View] Adds Alibaba AI Search to Deletion, search and filtering of inference endpoints","number":190783,"url":"https://github.com/elastic/kibana/pull/190783","mergeCommit":{"message":"[Inference Endpoints View] Adds Alibaba AI Search to Deletion, search and filtering of inference endpoints (#190783)\n\nSummary\r\nAdds Alibaba AI Search support to the\r\nhttps://github.com//pull/186206\r\n(relevance/inference_endpoints) management list view.\r\n\r\nThe Elasticsearch PR is:\r\nhttps://github.com/elastic/elasticsearch/pull/111181\r\n\r\nI'm not very familiar with kibana. I made this PR from\r\nhttps://github.com//pull/188670.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Dima Arnautov <arnautov.dima@gmail.com>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"12205d51c5a6ff02737d4312de1ec598f7732608"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/190783","number":190783,"mergeCommit":{"message":"[Inference Endpoints View] Adds Alibaba AI Search to Deletion, search and filtering of inference endpoints (#190783)\n\nSummary\r\nAdds Alibaba AI Search support to the\r\nhttps://github.com//pull/186206\r\n(relevance/inference_endpoints) management list view.\r\n\r\nThe Elasticsearch PR is:\r\nhttps://github.com/elastic/elasticsearch/pull/111181\r\n\r\nI'm not very familiar with kibana. I made this PR from\r\nhttps://github.com//pull/188670.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Dima Arnautov <arnautov.dima@gmail.com>\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"12205d51c5a6ff02737d4312de1ec598f7732608"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: weizijun <weizijun1989@gmail.com>

Summary
Adds Amazon Bedrock support to the Inference Endpoints management UI (
relevance/inference_endpoints) management list view.Checklist