Class VectorIndexConfig.VectorIndexConfigBuilder
- java.lang.Object
-
- technology.semi.weaviate.client.v1.misc.model.VectorIndexConfig.VectorIndexConfigBuilder
-
- Enclosing class:
- VectorIndexConfig
public static class VectorIndexConfig.VectorIndexConfigBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VectorIndexConfigbuild()VectorIndexConfig.VectorIndexConfigBuildercleanupIntervalSeconds(Integer cleanupIntervalSeconds)VectorIndexConfig.VectorIndexConfigBuilderdynamicEfFactor(Integer dynamicEfFactor)VectorIndexConfig.VectorIndexConfigBuilderdynamicEfMax(Integer dynamicEfMax)VectorIndexConfig.VectorIndexConfigBuilderdynamicEfMin(Integer dynamicEfMin)VectorIndexConfig.VectorIndexConfigBuilderef(Integer ef)VectorIndexConfig.VectorIndexConfigBuilderefConstruction(Integer efConstruction)VectorIndexConfig.VectorIndexConfigBuilderflatSearchCutoff(Integer flatSearchCutoff)VectorIndexConfig.VectorIndexConfigBuildermaxConnections(Integer maxConnections)VectorIndexConfig.VectorIndexConfigBuilderskip(Boolean skip)StringtoString()VectorIndexConfig.VectorIndexConfigBuildervectorCacheMaxObjects(Long vectorCacheMaxObjects)
-
-
-
Method Detail
-
cleanupIntervalSeconds
public VectorIndexConfig.VectorIndexConfigBuilder cleanupIntervalSeconds(Integer cleanupIntervalSeconds)
- Returns:
this.
-
efConstruction
public VectorIndexConfig.VectorIndexConfigBuilder efConstruction(Integer efConstruction)
- Returns:
this.
-
maxConnections
public VectorIndexConfig.VectorIndexConfigBuilder maxConnections(Integer maxConnections)
- Returns:
this.
-
vectorCacheMaxObjects
public VectorIndexConfig.VectorIndexConfigBuilder vectorCacheMaxObjects(Long vectorCacheMaxObjects)
- Returns:
this.
-
ef
public VectorIndexConfig.VectorIndexConfigBuilder ef(Integer ef)
- Returns:
this.
-
skip
public VectorIndexConfig.VectorIndexConfigBuilder skip(Boolean skip)
- Returns:
this.
-
dynamicEfFactor
public VectorIndexConfig.VectorIndexConfigBuilder dynamicEfFactor(Integer dynamicEfFactor)
- Returns:
this.
-
dynamicEfMax
public VectorIndexConfig.VectorIndexConfigBuilder dynamicEfMax(Integer dynamicEfMax)
- Returns:
this.
-
dynamicEfMin
public VectorIndexConfig.VectorIndexConfigBuilder dynamicEfMin(Integer dynamicEfMin)
- Returns:
this.
-
flatSearchCutoff
public VectorIndexConfig.VectorIndexConfigBuilder flatSearchCutoff(Integer flatSearchCutoff)
- Returns:
this.
-
build
public VectorIndexConfig build()
-
-