Class TextEmbeddingRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.inference.TextEmbeddingRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TextEmbeddingRequest
extends RequestBase
implements JsonpSerializable
Perform text embedding inference on the service.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TextEmbeddingRequest>Json deserializer forTextEmbeddingRequeststatic final Endpoint<TextEmbeddingRequest,TextEmbeddingResponse, ErrorResponse> Endpoint "inference.text_embedding". -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - The inference Idinput()Required - Inference input.final StringThe input data type for the text embedding model.static TextEmbeddingRequestrebuild()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal JsonDataTask settings for the individual inference request.final Timetimeout()Specifies the amount of time to wait for the inference request to complete.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forTextEmbeddingRequest -
_ENDPOINT
Endpoint "inference.text_embedding".
-
-
Method Details
-
of
public static TextEmbeddingRequest of(Function<TextEmbeddingRequest.Builder, ObjectBuilder<TextEmbeddingRequest>> fn) -
inferenceId
Required - The inference IdAPI name:
inference_id -
input
Required - Inference input. Either a string or an array of strings.API name:
input -
inputType
The input data type for the text embedding model. Possible values include:SEARCHINGESTCLASSIFICATIONCLUSTERINGNot all services support all values. Unsupported values will trigger a validation exception. Accepted values depend on the configured inference service, refer to the relevant service-specific documentation for more info.
info The
input_typeparameter specified on the root level of the request body will take precedence over theinput_typeparameter specified intask_settings.API name:
input_type -
taskSettings
Task settings for the individual inference request. These settings are specific to the <task_type> you specified and override the task settings specified when initializing the service.API name:
task_settings -
timeout
Specifies the amount of time to wait for the inference request to complete.API name:
timeout -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
rebuild
- Returns:
- New
TextEmbeddingRequest.Builderinitialized with field values of this instance
-
setupTextEmbeddingRequestDeserializer
protected static void setupTextEmbeddingRequestDeserializer(ObjectDeserializer<TextEmbeddingRequest.Builder> op)
-