Uses of Class
technology.semi.weaviate.client.v1.batch.api.ReferencesBatcher.AutoBatchConfig
-
Packages that use ReferencesBatcher.AutoBatchConfig Package Description technology.semi.weaviate.client.v1.batch technology.semi.weaviate.client.v1.batch.api -
-
Uses of ReferencesBatcher.AutoBatchConfig in technology.semi.weaviate.client.v1.batch
Methods in technology.semi.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 technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api that return ReferencesBatcher.AutoBatchConfig Modifier and Type Method Description ReferencesBatcher.AutoBatchConfigReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder. build()Methods in technology.semi.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)
-