Class RerankQuery
java.lang.Object
co.elastic.clients.elasticsearch.inference.rerank.RerankQuery
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<RerankQuery.Kind,Object>
@JsonpDeserializable
public class RerankQuery
extends Object
implements TaggedUnion<RerankQuery.Kind,Object>, JsonpSerializable
Query input for the
rerank task. Either a string, or an object.
The object form additionally allows specifying non-text inputs, such as
images. info Only the
elasticservice currently supports non-text queries for thereranktask.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal Object_get()final RerankQuery.Kind_kind()Get the of the kind of variant held by this object.booleanisObject()Is this variant instance of kindobject?booleanisString()Is this variant instance of kindstring?object()Get theobjectvariant value.static RerankQueryvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) string()Get thestringvariant value.toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<RerankQuery.Kind,Object> - Returns:
- the variant kind
-
_get
- Specified by:
_getin interfaceTaggedUnion<RerankQuery.Kind,Object>
-
of
-
isObject
public boolean isObject()Is this variant instance of kindobject? -
object
Get theobjectvariant value.- Throws:
IllegalStateException- if the current variant is not of theobjectkind.
-
isString
public boolean isString()Is this variant instance of kindstring? -
string
Get thestringvariant value.- Throws:
IllegalStateException- if the current variant is not of thestringkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
-