Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/kibana-inference-endpoints-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion raw-migrated-files/kibana/kibana/inference-endpoints.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Loading