Uses of Class
technology.semi.weaviate.client.v1.data.Data
-
Packages that use Data Package Description technology.semi.weaviate.client technology.semi.weaviate.client.v1.batch technology.semi.weaviate.client.v1.batch.api -
-
Uses of Data in technology.semi.weaviate.client
Methods in technology.semi.weaviate.client that return Data Modifier and Type Method Description DataWeaviateClient. data() -
Uses of Data in technology.semi.weaviate.client.v1.batch
Constructors in technology.semi.weaviate.client.v1.batch with parameters of type Data Constructor Description Batch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, Data data) -
Uses of Data in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api with parameters of type Data Modifier and Type Method Description static ObjectsBatcherObjectsBatcher. create(HttpClient httpClient, Config config, Data data, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig)static ObjectsBatcherObjectsBatcher. createAuto(HttpClient httpClient, Config config, Data data, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)
-