Uses of Class
io.weaviate.client.v1.batch.util.ObjectsPath
-
Packages that use ObjectsPath Package Description io.weaviate.client.v1.batch.api -
-
Uses of ObjectsPath in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type ObjectsPath Modifier and Type Method Description static ObjectsBatcherObjectsBatcher. create(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig)static ObjectsBatcherObjectsBatcher. createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)Constructors in io.weaviate.client.v1.batch.api with parameters of type ObjectsPath Constructor Description ObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath)
-