Uses of Class
io.weaviate.client.v1.batch.api.ReferencesBatcher.AutoBatchConfig
-
Packages that use ReferencesBatcher.AutoBatchConfig Package Description io.weaviate.client.v1.batch io.weaviate.client.v1.batch.api -
-
Uses of ReferencesBatcher.AutoBatchConfig in io.weaviate.client.v1.batch
Methods in io.weaviate.client.v1.batch with parameters of type ReferencesBatcher.AutoBatchConfig Modifier and Type Method Description ReferencesBatcherBatch. referencesAutoBatcher(ReferencesBatcher.AutoBatchConfig autoBatchConfig)ReferencesBatcherBatch. referencesAutoBatcher(ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig) -
Uses of ReferencesBatcher.AutoBatchConfig in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return ReferencesBatcher.AutoBatchConfig Modifier and Type Method Description ReferencesBatcher.AutoBatchConfigReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder. build()Methods in io.weaviate.client.v1.batch.api with parameters of type ReferencesBatcher.AutoBatchConfig Modifier and Type Method Description static ReferencesBatcherReferencesBatcher. createAuto(HttpClient httpClient, Config config, ReferencesPath referencesPath, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig)
-