Uses of Class
io.qdrant.client.grpc.Points.RecommendPoints
-
Uses of Points.RecommendPoints in io.qdrant.client
Modifier 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
Modifier 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) Modifier 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()
Modifier 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;
Modifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.addAllRecommendPoints
(Iterable<? extends Points.RecommendPoints> values) repeated .qdrant.RecommendPoints recommend_points = 2;