diff --git a/images/kibana-inference-endpoints-ui.png b/images/kibana-inference-endpoints-ui.png index a4e091b609..8350f51be7 100644 Binary files a/images/kibana-inference-endpoints-ui.png and b/images/kibana-inference-endpoints-ui.png differ diff --git a/raw-migrated-files/kibana/kibana/inference-endpoints.md b/raw-migrated-files/kibana/kibana/inference-endpoints.md index 157d6e6d2c..542d374799 100644 --- a/raw-migrated-files/kibana/kibana/inference-endpoints.md +++ b/raw-migrated-files/kibana/kibana/inference-endpoints.md @@ -1,6 +1,6 @@ # Inference endpoints UI [inference-endpoints] -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). +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). :::{image} ../../../images/kibana-inference-endpoints-ui.png :alt: Inference endpoints UI @@ -9,6 +9,16 @@ Inference endpoints streamline the deployment and management of machine learning Available actions: +* Add new endpoint +* View endpoint details * Copy the inference endpoint ID * Delete endpoints +## Add new inference endpoint + +To add a new interference endpoint using the UI: + +1. Select the **Add endpoint** button. +1. Select a service from the drop down menu. +1. Provide the required configuration details. +1. Select **Save** to create the endpoint. \ No newline at end of file