Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.RecommendPointGroups
Packages that use Points.RecommendPointGroups
-
Uses of Points.RecommendPointGroups in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method with parameters of type Points.RecommendPointGroupsModifier and TypeMethodDescriptionPointMethods.recommendGroupPoints(Points.RecommendPointGroups request) -
Uses of Points.RecommendPointGroups in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.RecommendPointGroupsModifier and TypeMethodDescriptionPoints.RecommendPointGroups.Builder.build()Points.RecommendPointGroups.Builder.buildPartial()static Points.RecommendPointGroupsPoints.RecommendPointGroups.getDefaultInstance()Points.RecommendPointGroups.Builder.getDefaultInstanceForType()Points.RecommendPointGroups.getDefaultInstanceForType()static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseDelimitedFrom(InputStream input) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(byte[] data) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(com.google.protobuf.ByteString data) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(com.google.protobuf.CodedInputStream input) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(InputStream input) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(ByteBuffer data) static Points.RecommendPointGroupsPoints.RecommendPointGroups.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.RecommendPointGroupsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendPointGroups>Points.RecommendPointGroups.getParserForType()static io.grpc.MethodDescriptor<Points.RecommendPointGroups,Points.RecommendGroupsResponse> PointsGrpc.getRecommendGroupsMethod()static com.google.protobuf.Parser<Points.RecommendPointGroups>Points.RecommendPointGroups.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.RecommendPointGroupsModifier and TypeMethodDescriptionPoints.RecommendPointGroups.Builder.mergeFrom(Points.RecommendPointGroups other) Points.RecommendPointGroups.newBuilder(Points.RecommendPointGroups prototype) PointsGrpc.PointsBlockingStub.recommendGroups(Points.RecommendPointGroups request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldcom.google.common.util.concurrent.ListenableFuture<Points.RecommendGroupsResponse>PointsGrpc.PointsFutureStub.recommendGroups(Points.RecommendPointGroups request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldvoidPointsGrpc.PointsImplBase.recommendGroups(Points.RecommendPointGroups request, io.grpc.stub.StreamObserver<Points.RecommendGroupsResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldvoidPointsGrpc.PointsStub.recommendGroups(Points.RecommendPointGroups request, io.grpc.stub.StreamObserver<Points.RecommendGroupsResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given field