Uses of Class
io.qdrant.client.grpc.Points.SearchBatchResponse
Packages that use Points.SearchBatchResponse
-
Uses of Points.SearchBatchResponse in io.qdrant.client
Methods in io.qdrant.client that return Points.SearchBatchResponseModifier and TypeMethodDescriptionQdrantClient.searchBatchPoints
(Points.SearchBatchPoints request) Performs a batch search for points. -
Uses of Points.SearchBatchResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.SearchBatchResponseModifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.build()
Points.SearchBatchResponse.Builder.buildPartial()
static Points.SearchBatchResponse
Points.SearchBatchResponse.getDefaultInstance()
Points.SearchBatchResponse.Builder.getDefaultInstanceForType()
Points.SearchBatchResponse.getDefaultInstanceForType()
static Points.SearchBatchResponse
Points.SearchBatchResponse.parseDelimitedFrom
(InputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(byte[] data) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(InputStream input) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(ByteBuffer data) static Points.SearchBatchResponse
Points.SearchBatchResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.searchBatch
(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsMethods in io.qdrant.client.grpc that return types with arguments of type Points.SearchBatchResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchBatchResponse>
Points.SearchBatchResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.SearchBatchPoints,
Points.SearchBatchResponse> PointsGrpc.getSearchBatchMethod()
static com.google.protobuf.Parser<Points.SearchBatchResponse>
Points.SearchBatchResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>
PointsGrpc.PointsFutureStub.searchBatch
(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsMethods in io.qdrant.client.grpc with parameters of type Points.SearchBatchResponseModifier and TypeMethodDescriptionPoints.SearchBatchResponse.Builder.mergeFrom
(Points.SearchBatchResponse other) Points.SearchBatchResponse.newBuilder
(Points.SearchBatchResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Points.SearchBatchResponseModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsvoid
PointsGrpc.PointsStub.searchBatch
(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions