Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.RecommendBatchPoints
Packages that use Points.RecommendBatchPoints
-
Uses of Points.RecommendBatchPoints in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.RecommendBatchPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.build()Points.RecommendBatchPoints.Builder.buildPartial()static Points.RecommendBatchPointsPoints.RecommendBatchPoints.getDefaultInstance()Points.RecommendBatchPoints.Builder.getDefaultInstanceForType()Points.RecommendBatchPoints.getDefaultInstanceForType()static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseDelimitedFrom(InputStream input) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(byte[] data) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(com.google.protobuf.ByteString data) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(com.google.protobuf.CodedInputStream input) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(InputStream input) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(ByteBuffer data) static Points.RecommendBatchPointsPoints.RecommendBatchPoints.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.RecommendBatchPointsModifier 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()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.RecommendBatchPointsModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.mergeFrom(Points.RecommendBatchPoints other) Points.RecommendBatchPoints.newBuilder(Points.RecommendBatchPoints prototype) 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.voidPointsGrpc.PointsImplBase.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.voidPointsGrpc.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.