Uses of Class
io.weaviate.client.v1.async.data.api.ObjectCreator
Packages that use ObjectCreator
-
Uses of ObjectCreator in io.weaviate.client.v1.async.data
Methods in io.weaviate.client.v1.async.data that return ObjectCreator -
Uses of ObjectCreator in io.weaviate.client.v1.async.data.api
Methods in io.weaviate.client.v1.async.data.api that return ObjectCreatorModifier and TypeMethodDescriptionObjectCreator.withClassName(String className) ObjectCreator.withConsistencyLevel(String consistencyLevel) ObjectCreator.withMultiVectors(Map<String, Float[][]> multiVectors) ObjectCreator.withProperties(Map<String, Object> properties) ObjectCreator.withTenant(String tenant) ObjectCreator.withVector(Float[] vector) ObjectCreator.withVectors(Map<String, Float[]> vectors)