Class DenseVectorIndexOptions
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.DenseVectorIndexOptions
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DenseVectorIndexOptions extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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:type
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DenseVectorIndexOptions> _DESERIALIZER
Json deserializer forDenseVectorIndexOptions
-
-
Method Detail
-
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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupDenseVectorIndexOptionsDeserializer
protected static void setupDenseVectorIndexOptionsDeserializer(ObjectDeserializer<DenseVectorIndexOptions.Builder> op)
-
-