Class PutVoyageaiRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.inference.PutVoyageaiRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class PutVoyageaiRequest extends RequestBase implements JsonpSerializable
Create a VoyageAI inference endpoint.

Create an inference endpoint to perform an inference task with the voyageai service.

Avoid creating multiple endpoints for the same model unless required, as each endpoint consumes significant resources.

See Also: