Class DenseVectorProperty.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<DenseVectorProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.DenseVectorProperty.Builder
- All Implemented Interfaces:
ObjectBuilder<DenseVectorProperty>
- Enclosing class:
- DenseVectorProperty
public static class DenseVectorProperty.Builder extends PropertyBase.AbstractBuilder<DenseVectorProperty.Builder> implements ObjectBuilder<DenseVectorProperty>
Builder for
DenseVectorProperty.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DenseVectorPropertybuild()Builds aDenseVectorProperty.DenseVectorProperty.Builderdims(int value)Required - API name:dimsprotected DenseVectorProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, ignoreAbove, localMetadata, meta, name, properties, properties, putFields, putFields, putLocalMetadata, putMeta, putProperties, putPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dims
Required - API name:dims -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<DenseVectorProperty.Builder>
-
build
Builds aDenseVectorProperty.- Specified by:
buildin interfaceObjectBuilder<DenseVectorProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-