Uses of Class
technology.semi.weaviate.client.v1.data.api.ObjectCreator
-
Packages that use ObjectCreator Package Description technology.semi.weaviate.client.v1.data technology.semi.weaviate.client.v1.data.api -
-
Uses of ObjectCreator in technology.semi.weaviate.client.v1.data
Methods in technology.semi.weaviate.client.v1.data that return ObjectCreator Modifier and Type Method Description ObjectCreatorData. creator() -
Uses of ObjectCreator in technology.semi.weaviate.client.v1.data.api
Methods in technology.semi.weaviate.client.v1.data.api that return ObjectCreator Modifier and Type Method Description ObjectCreatorObjectCreator. withClassName(String className)ObjectCreatorObjectCreator. withID(String uuid)ObjectCreatorObjectCreator. withProperties(Map<String,Object> properties)ObjectCreatorObjectCreator. withVector(Float[] vector)
-