Class DenseVectorIndexOptions.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.mapping.DenseVectorIndexOptions.Builder
-
- All Implemented Interfaces:
ObjectBuilder<DenseVectorIndexOptions>
- Enclosing class:
- DenseVectorIndexOptions
public static class DenseVectorIndexOptions.Builder extends ObjectBuilderBase implements ObjectBuilder<DenseVectorIndexOptions>
Builder forDenseVectorIndexOptions.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DenseVectorIndexOptionsbuild()Builds aDenseVectorIndexOptions.DenseVectorIndexOptions.BuilderefConstruction(int value)Required - API name:ef_constructionDenseVectorIndexOptions.Builderm(int value)Required - API name:mDenseVectorIndexOptions.Buildertype(java.lang.String value)Required - API name:type-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
type
public final DenseVectorIndexOptions.Builder type(java.lang.String value)
Required - API name:type
-
m
public final DenseVectorIndexOptions.Builder m(int value)
Required - API name:m
-
efConstruction
public final DenseVectorIndexOptions.Builder efConstruction(int value)
Required - API name:ef_construction
-
build
public DenseVectorIndexOptions build()
Builds aDenseVectorIndexOptions.- Specified by:
buildin interfaceObjectBuilder<DenseVectorIndexOptions>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-