[8.18][DOCS] Backport - Update Inference UI (#213214) (#213351)

Manual backport of https://github.com/elastic/kibana/pull/213214

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
Charlotte Hoblik 2025-03-06 13:53:43 +01:00 committed by GitHub
parent 29f07f1b52
commit 1ced1ba713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Before After
Before After

View file

@ -3,13 +3,26 @@
== Inference endpoints UI
Inference endpoints streamline the deployment and management of machine learning models in
{es}. The *Inference endpoints* page in {kib} provides an interface for displaying inference
endpoints that have been created using the {ref}/put-inference-api.html[Inference API].
{es}. The *Inference endpoints* page in {kib} provides an interface for managing inference
endpoints. You can create and manage endpoints either from the {kib} UI or the {ref}/put-inference-api.html[Inference API].
[role="screenshot"]
image::images/inference-endpoints-ui.png[Inference endpoints UI]
Available actions:
[[inference-endpoints-available-actions]]
=== Available actions:
* Add new endpoint
* View endpoint details
* Copy the inference endpoint ID
* Delete endpoints
* Delete endpoints
[[inference-endpoints-add]]
=== Add new inference endpoint
To add a new interference endpoint using the UI:
1. Select the **Add endpoint** button.
2. Select a service from the drop down menu.
3. Provide the required configuration details.
4. Select **Save** to create the endpoint.