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