Uses of Class
io.qdrant.client.grpc.Points.RecommendBatchPoints
Packages that use Points.RecommendBatchPoints
-
Uses of Points.RecommendBatchPoints in io.qdrant.client
Methods in io.qdrant.client with parameters of type Points.RecommendBatchPointsModifier and TypeMethodDescriptionQdrantClient.recommendBatch
(Points.RecommendBatchPoints request) Recommends points batch based on the given positive/negative points recommendation request. -
Uses of Points.RecommendBatchPoints in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RecommendBatchPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.build()
Points.RecommendBatchPoints.Builder.buildPartial()
static Points.RecommendBatchPoints
Points.RecommendBatchPoints.getDefaultInstance()
Points.RecommendBatchPoints.Builder.getDefaultInstanceForType()
Points.RecommendBatchPoints.getDefaultInstanceForType()
static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseDelimitedFrom
(InputStream input) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(byte[] data) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(InputStream input) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(ByteBuffer data) static Points.RecommendBatchPoints
Points.RecommendBatchPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.RecommendBatchPointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendBatchPoints>
Points.RecommendBatchPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,
Points.RecommendBatchResponse> PointsGrpc.getRecommendBatchMethod()
static com.google.protobuf.Parser<Points.RecommendBatchPoints>
Points.RecommendBatchPoints.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.RecommendBatchPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.mergeFrom
(Points.RecommendBatchPoints other) Points.RecommendBatchPoints.newBuilder
(Points.RecommendBatchPoints prototype) default 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.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.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.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.