Uses of Class
technology.semi.weaviate.client.v1.data.model.WeaviateObject
-
-
Uses of WeaviateObject in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api with parameters of type WeaviateObject Modifier and Type Method Description ObjectsBatcherObjectsBatcher. withObject(WeaviateObject object)ObjectsBatcherObjectsBatcher. withObjects(WeaviateObject... objects) -
Uses of WeaviateObject in technology.semi.weaviate.client.v1.batch.model
Methods in technology.semi.weaviate.client.v1.batch.model that return WeaviateObject Modifier and Type Method Description WeaviateObject[]ObjectsBatchRequestBody. getObjects()Methods in technology.semi.weaviate.client.v1.batch.model with parameters of type WeaviateObject Modifier and Type Method Description ObjectsBatchRequestBody.ObjectsBatchRequestBodyBuilderObjectsBatchRequestBody.ObjectsBatchRequestBodyBuilder. objects(WeaviateObject[] objects) -
Uses of WeaviateObject in technology.semi.weaviate.client.v1.data.api
Methods in technology.semi.weaviate.client.v1.data.api that return types with arguments of type WeaviateObject Modifier and Type Method Description Result<WeaviateObject>ObjectCreator. run()Result<List<WeaviateObject>>ObjectsGetter. run() -
Uses of WeaviateObject in technology.semi.weaviate.client.v1.data.model
Methods in technology.semi.weaviate.client.v1.data.model that return WeaviateObject Modifier and Type Method Description WeaviateObjectWeaviateObject.WeaviateObjectBuilder. build()WeaviateObject[]ObjectsListResponse. getObjects()Methods in technology.semi.weaviate.client.v1.data.model with parameters of type WeaviateObject Modifier and Type Method Description ObjectsListResponse.ObjectsListResponseBuilderObjectsListResponse.ObjectsListResponseBuilder. objects(WeaviateObject[] objects)
-