Uses of Class
technology.semi.weaviate.client.v1.batch.api.ObjectsBatcher.BatchRetriesConfig
-
Packages that use ObjectsBatcher.BatchRetriesConfig Package Description technology.semi.weaviate.client.v1.batch technology.semi.weaviate.client.v1.batch.api -
-
Uses of ObjectsBatcher.BatchRetriesConfig in technology.semi.weaviate.client.v1.batch
Methods in technology.semi.weaviate.client.v1.batch with parameters of type ObjectsBatcher.BatchRetriesConfig Modifier and Type Method Description ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig)ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)ObjectsBatcherBatch. objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) -
Uses of ObjectsBatcher.BatchRetriesConfig in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api that return ObjectsBatcher.BatchRetriesConfig Modifier and Type Method Description ObjectsBatcher.BatchRetriesConfigObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder. build()Methods in technology.semi.weaviate.client.v1.batch.api with parameters of type ObjectsBatcher.BatchRetriesConfig 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)
-