Class DenseVectorIndexOptions
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.DenseVectorIndexOptions
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DenseVectorIndexOptions extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDenseVectorIndexOptions.BuilderBuilder forDenseVectorIndexOptions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DenseVectorIndexOptions>_DESERIALIZERJson deserializer forDenseVectorIndexOptions -
Method Summary
Modifier and Type Method Description intefConstruction()Required - API name:ef_constructionintm()Required - API name:mstatic DenseVectorIndexOptionsof(java.util.function.Function<DenseVectorIndexOptions.Builder,ObjectBuilder<DenseVectorIndexOptions>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDenseVectorIndexOptionsDeserializer(ObjectDeserializer<DenseVectorIndexOptions.Builder> op)java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDenseVectorIndexOptions
-
-
Method Details
-
of
public static DenseVectorIndexOptions of(java.util.function.Function<DenseVectorIndexOptions.Builder,ObjectBuilder<DenseVectorIndexOptions>> fn) -
type
public final java.lang.String type()Required - API name:type -
m
public final int m()Required - API name:m -
efConstruction
public final int efConstruction()Required - API name:ef_construction -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDenseVectorIndexOptionsDeserializer
protected static void setupDenseVectorIndexOptionsDeserializer(ObjectDeserializer<DenseVectorIndexOptions.Builder> op)
-