Class WeaviateClass.VectorConfig
- java.lang.Object
-
- io.weaviate.client.v1.schema.model.WeaviateClass.VectorConfig
-
- Enclosing class:
- WeaviateClass
public static class WeaviateClass.VectorConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWeaviateClass.VectorConfig.VectorConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WeaviateClass.VectorConfig.VectorConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)VectorIndexConfiggetVectorIndexConfig()StringgetVectorIndexType()Map<String,Object>getVectorizer()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static WeaviateClass.VectorConfig.VectorConfigBuilder builder()
-
getVectorIndexConfig
public VectorIndexConfig getVectorIndexConfig()
-
getVectorIndexType
public String getVectorIndexType()
-
canEqual
protected boolean canEqual(Object other)
-
-