Uses of Class
io.weaviate.client.v1.batch.api.ObjectsBatcher.AutoBatchConfig
Packages that use ObjectsBatcher.AutoBatchConfig
-
Uses of ObjectsBatcher.AutoBatchConfig in io.weaviate.client.v1.batch
Methods in io.weaviate.client.v1.batch with parameters of type ObjectsBatcher.AutoBatchConfigModifier and TypeMethodDescriptionBatch.objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.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.AutoBatchConfigMethods in io.weaviate.client.v1.batch.api with parameters of type ObjectsBatcher.AutoBatchConfigModifier and TypeMethodDescriptionstatic ObjectsBatcherObjectsBatcher.createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)