Uses of Class
io.qdrant.client.grpc.Points.RecommendResponse
-
Uses of Points.RecommendResponse 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.RecommendResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.RecommendResponse.Builder.build()
Points.RecommendResponse.Builder.buildPartial()
static Points.RecommendResponse
Points.RecommendResponse.getDefaultInstance()
Points.RecommendResponse.Builder.getDefaultInstanceForType()
Points.RecommendResponse.getDefaultInstanceForType()
static Points.RecommendResponse
Points.RecommendResponse.parseDelimitedFrom
(InputStream input) static Points.RecommendResponse
Points.RecommendResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(byte[] data) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(InputStream input) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(ByteBuffer data) static Points.RecommendResponse
Points.RecommendResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) 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.Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendResponse>
Points.RecommendResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.RecommendPoints,
Points.RecommendResponse> PointsGrpc.getRecommendMethod()
static com.google.protobuf.Parser<Points.RecommendResponse>
Points.RecommendResponse.parser()
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.Modifier and TypeMethodDescriptionPoints.RecommendResponse.Builder.mergeFrom
(Points.RecommendResponse other) Points.RecommendResponse.newBuilder
(Points.RecommendResponse prototype) Modifier and TypeMethodDescriptiondefault 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.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.