Uses of Class
io.qdrant.client.grpc.Points.RecommendBatchPoints
-
Uses of Points.RecommendBatchPoints in io.qdrant.client
Modifier 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
Modifier 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) Modifier 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()
Modifier 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.