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