Uses of Class
io.weaviate.client.v1.schema.model.WeaviateClass.VectorConfig
Packages that use WeaviateClass.VectorConfig
Package
Description
-
Uses of WeaviateClass.VectorConfig in io.weaviate.client.v1.async.schema.api
Methods in io.weaviate.client.v1.async.schema.api with parameters of type WeaviateClass.VectorConfigModifier and TypeMethodDescriptionVectorAdder.withVectorConfig(String name, WeaviateClass.VectorConfig vector) Add a named vectors.Method parameters in io.weaviate.client.v1.async.schema.api with type arguments of type WeaviateClass.VectorConfigModifier and TypeMethodDescriptionVectorAdder.withVectorConfig(Map<String, WeaviateClass.VectorConfig> vectors) Add all vectors from the map. -
Uses of WeaviateClass.VectorConfig in io.weaviate.client.v1.schema.api
Methods in io.weaviate.client.v1.schema.api with parameters of type WeaviateClass.VectorConfigModifier and TypeMethodDescriptionVectorAdder.withVectorConfig(String name, WeaviateClass.VectorConfig vector) Add a named vectors.Method parameters in io.weaviate.client.v1.schema.api with type arguments of type WeaviateClass.VectorConfigModifier and TypeMethodDescriptionVectorAdder.withVectorConfig(Map<String, WeaviateClass.VectorConfig> vectors) Add all vectors from the map. -
Uses of WeaviateClass.VectorConfig in io.weaviate.client.v1.schema.model
Methods in io.weaviate.client.v1.schema.model that return WeaviateClass.VectorConfigMethods in io.weaviate.client.v1.schema.model that return types with arguments of type WeaviateClass.VectorConfigMethod parameters in io.weaviate.client.v1.schema.model with type arguments of type WeaviateClass.VectorConfigModifier and TypeMethodDescriptionWeaviateClass.WeaviateClassBuilder.vectorConfig(Map<String, WeaviateClass.VectorConfig> vectorConfig)