Uses of Class
io.weaviate.client.v1.data.Data
Packages that use Data
Package
Description
-
Uses of Data in io.weaviate.client
Methods in io.weaviate.client that return Data -
Uses of Data in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type DataModifierConstructorDescriptionBatch(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 DataModifier and TypeMethodDescriptionstatic 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) -
Uses of Data in io.weaviate.client.v1.experimental
Constructors in io.weaviate.client.v1.experimental with parameters of type DataModifierConstructorDescriptionBatcher(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data, Class<T> cls) DataClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data)