Skip to content

Commit cb411c6

Browse files
add the 'add endpoints' functionality
1 parent 9044069 commit cb411c6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inference endpoints UI [inference-endpoints]
22

3-
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 [Inference API](https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html).
3+
Inference endpoints streamline the deployment and management of machine learning models in {{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 [Inference API](https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html).
44

55
:::{image} ../../../images/kibana-inference-endpoints-ui.png
66
:alt: Inference endpoints UI
@@ -9,6 +9,16 @@ Inference endpoints streamline the deployment and management of machine learning
99

1010
Available actions:
1111

12+
* Add new endpoint
1213
* View endpoint details
1314
* Copy the inference endpoint ID
14-
* Delete endpoints
15+
* Delete endpoints
16+
17+
## Add new inference endpoint
18+
19+
To add a new interference endpoint on the UI:
20+
21+
1. Select the **Add endpoint** button.
22+
1. Select a service from the drop down menu.
23+
1. Provide the required configuration details.
24+
1. Select **Save** to create the endpoint.

0 commit comments

Comments
 (0)