Uses of Class
io.qdrant.client.grpc.Points.RecommendBatchResponse
Packages that use Points.RecommendBatchResponse
-
Uses of Points.RecommendBatchResponse in io.qdrant.client
Methods in io.qdrant.client that return Points.RecommendBatchResponseModifier and TypeMethodDescriptionQdrantClient.recommendBatch
(Points.RecommendBatchPoints request) Recommends points batch based on the given positive/negative points recommendation request. -
Uses of Points.RecommendBatchResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RecommendBatchResponseModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.build()
Points.RecommendBatchResponse.Builder.buildPartial()
Points.RecommendBatchResponse.getDefaultInstance()
Points.RecommendBatchResponse.Builder.getDefaultInstanceForType()
Points.RecommendBatchResponse.getDefaultInstanceForType()
Points.RecommendBatchResponse.parseDelimitedFrom
(InputStream input) Points.RecommendBatchResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.parseFrom
(byte[] data) Points.RecommendBatchResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.parseFrom
(com.google.protobuf.ByteString data) Points.RecommendBatchResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input) Points.RecommendBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.parseFrom
(InputStream input) Points.RecommendBatchResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.parseFrom
(ByteBuffer data) Points.RecommendBatchResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.recommendBatch
(Points.RecommendBatchPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.Methods in io.qdrant.client.grpc that return types with arguments of type Points.RecommendBatchResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendBatchResponse>
Points.RecommendBatchResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,
Points.RecommendBatchResponse> PointsGrpc.getRecommendBatchMethod()
static com.google.protobuf.Parser<Points.RecommendBatchResponse>
Points.RecommendBatchResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.RecommendBatchResponse>
PointsGrpc.PointsFutureStub.recommendBatch
(Points.RecommendBatchPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.Methods in io.qdrant.client.grpc with parameters of type Points.RecommendBatchResponseModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.mergeFrom
(Points.RecommendBatchResponse other) Points.RecommendBatchResponse.newBuilder
(Points.RecommendBatchResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Points.RecommendBatchResponseModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.recommendBatch
(Points.RecommendBatchPoints request, io.grpc.stub.StreamObserver<Points.RecommendBatchResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.void
PointsGrpc.PointsStub.recommendBatch
(Points.RecommendBatchPoints request, io.grpc.stub.StreamObserver<Points.RecommendBatchResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.