Uses of Class
technology.semi.weaviate.client.v1.batch.api.ObjectsBatcher
-
Packages that use ObjectsBatcher Package Description technology.semi.weaviate.client.v1.batch technology.semi.weaviate.client.v1.batch.api -
-
Uses of ObjectsBatcher in technology.semi.weaviate.client.v1.batch
Methods in technology.semi.weaviate.client.v1.batch that return ObjectsBatcher Modifier and Type Method Description ObjectsBatcherBatch. objectsAutoBatcher()ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig)ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig)ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)ObjectsBatcherBatch. objectsBatcher()ObjectsBatcherBatch. objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) -
Uses of ObjectsBatcher in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api that return ObjectsBatcher 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)ObjectsBatcherObjectsBatcher. withConsistencyLevel(String consistencyLevel)ObjectsBatcherObjectsBatcher. withObject(WeaviateObject object)ObjectsBatcherObjectsBatcher. withObjects(WeaviateObject... objects)
-