Class DenseVectorIndexOptions
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.DenseVectorIndexOptions
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DenseVectorIndexOptions
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DenseVectorIndexOptions>Json deserializer forDenseVectorIndexOptions -
Method Summary
Modifier and TypeMethodDescriptionfinal intRequired - API name:ef_constructionfinal intm()Required - API name:mstatic DenseVectorIndexOptionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forDenseVectorIndexOptions
-
-
Method Details
-
of
public static DenseVectorIndexOptions of(Function<DenseVectorIndexOptions.Builder, ObjectBuilder<DenseVectorIndexOptions>> fn) -
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
-
toString
-
setupDenseVectorIndexOptionsDeserializer
protected static void setupDenseVectorIndexOptionsDeserializer(ObjectDeserializer<DenseVectorIndexOptions.Builder> op)
-