Uses of Class
io.qdrant.client.grpc.Points.RecommendPoints
Packages that use Points.RecommendPoints
-
Uses of Points.RecommendPoints in io.qdrant.client
Methods in io.qdrant.client with parameters of type Points.RecommendPointsModifier and TypeMethodDescriptionQdrantClient.recommend
(Points.RecommendPoints request) Recommends points based on the given positive/negative points recommendation request. -
Uses of Points.RecommendPoints in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RecommendPointsModifier and TypeMethodDescriptionPoints.RecommendPoints.Builder.build()
Points.RecommendPoints.Builder.buildPartial()
static Points.RecommendPoints
Points.RecommendPoints.getDefaultInstance()
Points.RecommendPoints.Builder.getDefaultInstanceForType()
Points.RecommendPoints.getDefaultInstanceForType()
Points.RecommendBatchPoints.Builder.getRecommendPoints
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPoints.getRecommendPoints
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPointsOrBuilder.getRecommendPoints
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
static Points.RecommendPoints
Points.RecommendPoints.parseDelimitedFrom
(InputStream input) static Points.RecommendPoints
Points.RecommendPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(byte[] data) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(InputStream input) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(ByteBuffer data) static Points.RecommendPoints
Points.RecommendPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.RecommendPointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendPoints>
Points.RecommendPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.RecommendPoints,
Points.RecommendResponse> PointsGrpc.getRecommendMethod()
Points.RecommendBatchPoints.Builder.getRecommendPointsList()
repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPoints.getRecommendPointsList()
repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPointsOrBuilder.getRecommendPointsList()
repeated .qdrant.RecommendPoints recommend_points = 2;
static com.google.protobuf.Parser<Points.RecommendPoints>
Points.RecommendPoints.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.RecommendPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.addRecommendPoints
(int index, Points.RecommendPoints value) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPoints.Builder.addRecommendPoints
(Points.RecommendPoints value) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendPoints.Builder.mergeFrom
(Points.RecommendPoints other) Points.RecommendPoints.newBuilder
(Points.RecommendPoints prototype) default void
PointsGrpc.AsyncService.recommend
(Points.RecommendPoints request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.PointsGrpc.PointsBlockingStub.recommend
(Points.RecommendPoints 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.RecommendResponse>
PointsGrpc.PointsFutureStub.recommend
(Points.RecommendPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.void
PointsGrpc.PointsStub.recommend
(Points.RecommendPoints request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.Points.RecommendBatchPoints.Builder.setRecommendPoints
(int index, Points.RecommendPoints value) repeated .qdrant.RecommendPoints recommend_points = 2;
Method parameters in io.qdrant.client.grpc with type arguments of type Points.RecommendPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.addAllRecommendPoints
(Iterable<? extends Points.RecommendPoints> values) repeated .qdrant.RecommendPoints recommend_points = 2;