Uses of Class
technology.semi.weaviate.client.v1.batch.util.ObjectsPath
-
Packages that use ObjectsPath Package Description technology.semi.weaviate.client.v1.batch.api -
-
Uses of ObjectsPath in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.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 technology.semi.weaviate.client.v1.batch.api with parameters of type ObjectsPath Constructor Description ObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath)
-