Uses of Class
technology.semi.weaviate.client.v1.batch.api.ReferencesBatcher.BatchRetriesConfig
-
Packages that use ReferencesBatcher.BatchRetriesConfig Package Description technology.semi.weaviate.client.v1.batch technology.semi.weaviate.client.v1.batch.api -
-
Uses of ReferencesBatcher.BatchRetriesConfig in technology.semi.weaviate.client.v1.batch
Methods in technology.semi.weaviate.client.v1.batch with parameters of type ReferencesBatcher.BatchRetriesConfig Modifier and Type Method Description ReferencesBatcherBatch. referencesAutoBatcher(ReferencesBatcher.BatchRetriesConfig batchRetriesConfig)ReferencesBatcherBatch. referencesAutoBatcher(ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig)ReferencesBatcherBatch. referencesBatcher(ReferencesBatcher.BatchRetriesConfig batchRetriesConfig) -
Uses of ReferencesBatcher.BatchRetriesConfig in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api that return ReferencesBatcher.BatchRetriesConfig Modifier and Type Method Description ReferencesBatcher.BatchRetriesConfigReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder. build()Methods in technology.semi.weaviate.client.v1.batch.api with parameters of type ReferencesBatcher.BatchRetriesConfig Modifier and Type Method Description static ReferencesBatcherReferencesBatcher. create(HttpClient httpClient, Config config, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig)static ReferencesBatcherReferencesBatcher. createAuto(HttpClient httpClient, Config config, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig)
-