Auto-generated API code (#2678)

This commit is contained in:
Elastic Machine
2025-03-24 19:19:59 +02:00
committed by GitHub
parent e502d2f17a
commit 2d75e0a16c
2 changed files with 45 additions and 1 deletions

View File

@ -7287,7 +7287,7 @@ To unset a version, replace the template without specifying one.
** *`create` (Optional, boolean)*: If true, this request cannot replace or update existing index templates.
** *`master_timeout` (Optional, string | -1 | 0)*: Period to wait for a connection to the master node. If no response is
received before the timeout expires, the request fails and returns an error.
** *`cause` (Optional, string)*
** *`cause` (Optional, string)*: User defined reason for creating/updating the index template
[discrete]
==== recovery
@ -8097,6 +8097,17 @@ NOTE: The `chat_completion` task type only supports streaming and only through t
** *`service` (Enum("elastic"))*: The type of service supported for the specified task type. In this case, `elastic`.
** *`service_settings` ({ model_id, rate_limit })*: Settings used to install the inference model. These settings are specific to the `elastic` service.
[discrete]
==== put_mistral
Configure a Mistral inference endpoint
{ref}/infer-service-mistral.html[Endpoint documentation]
[source,ts]
----
client.inference.putMistral()
----
[discrete]
==== put_openai
Create an OpenAI inference endpoint.