Uses of Class
io.weaviate.client.v1.batch.api.ObjectsBatcher.AutoBatchConfig
-
Packages that use ObjectsBatcher.AutoBatchConfig Package Description io.weaviate.client.v1.batch io.weaviate.client.v1.batch.api -
-
Uses of ObjectsBatcher.AutoBatchConfig in io.weaviate.client.v1.batch
Methods in io.weaviate.client.v1.batch with parameters of type ObjectsBatcher.AutoBatchConfig Modifier and Type Method Description ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig)ObjectsBatcherBatch. objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig) -
Uses of ObjectsBatcher.AutoBatchConfig in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return ObjectsBatcher.AutoBatchConfig Modifier and Type Method Description ObjectsBatcher.AutoBatchConfigObjectsBatcher.AutoBatchConfig.AutoBatchConfigBuilder. build()Methods in io.weaviate.client.v1.batch.api with parameters of type ObjectsBatcher.AutoBatchConfig Modifier and Type Method Description static ObjectsBatcherObjectsBatcher. createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)
-