Class KnnVectorProperty
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase
-
- org.opensearch.client.opensearch._types.mapping.KnnVectorProperty
-
- All Implemented Interfaces:
JsonpSerializable,PropertyVariant
@JsonpDeserializable public class KnnVectorProperty extends PropertyBase implements PropertyVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKnnVectorProperty.BuilderBuilder forKnnVectorProperty.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
PropertyBase.AbstractBuilder<BuilderT extends PropertyBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<KnnVectorProperty>_DESERIALIZERJson deserializer forKnnVectorProperty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Property.Kind_propertyKind()Property variant kind.intdimension()Required - API name:dimensionKnnVectorMethodmethod()API name:methodjava.lang.StringmodelId()API name:model_idstatic KnnVectorPropertyof(java.util.function.Function<KnnVectorProperty.Builder,ObjectBuilder<KnnVectorProperty>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupKnnVectorPropertyDeserializer(ObjectDeserializer<KnnVectorProperty.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, localMetadata, meta, name, properties, serialize, setupPropertyBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.JsonpSerializable
serialize
-
Methods inherited from interface org.opensearch.client.opensearch._types.mapping.PropertyVariant
_toProperty
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<KnnVectorProperty> _DESERIALIZER
Json deserializer forKnnVectorProperty
-
-
Method Detail
-
of
public static KnnVectorProperty of(java.util.function.Function<KnnVectorProperty.Builder,ObjectBuilder<KnnVectorProperty>> fn)
-
setupKnnVectorPropertyDeserializer
protected static void setupKnnVectorPropertyDeserializer(ObjectDeserializer<KnnVectorProperty.Builder> op)
-
_propertyKind
public Property.Kind _propertyKind()
Property variant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
dimension
public final int dimension()
Required - API name:dimension
-
modelId
@Nullable public final java.lang.String modelId()
API name:model_id
-
method
@Nullable public final KnnVectorMethod method()
API name:method
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classPropertyBase
-
-