Uses of Interface
io.qdrant.client.grpc.Points.RecommendPointsOrBuilder
Packages that use Points.RecommendPointsOrBuilder
-
Uses of Points.RecommendPointsOrBuilder in io.qdrant.client.grpc
Classes in io.qdrant.client.grpc that implement Points.RecommendPointsOrBuilderModifier and TypeClassDescriptionstatic final class
Protobuf typeqdrant.RecommendPoints
static final class
Protobuf typeqdrant.RecommendPoints
Methods in io.qdrant.client.grpc that return Points.RecommendPointsOrBuilderModifier and TypeMethodDescriptionPoints.RecommendBatchPoints.Builder.getRecommendPointsOrBuilder
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPoints.getRecommendPointsOrBuilder
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
Points.RecommendBatchPointsOrBuilder.getRecommendPointsOrBuilder
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
Methods in io.qdrant.client.grpc that return types with arguments of type Points.RecommendPointsOrBuilderModifier and TypeMethodDescriptionList<? extends Points.RecommendPointsOrBuilder>
Points.RecommendBatchPoints.Builder.getRecommendPointsOrBuilderList()
repeated .qdrant.RecommendPoints recommend_points = 2;
List<? extends Points.RecommendPointsOrBuilder>
Points.RecommendBatchPoints.getRecommendPointsOrBuilderList()
repeated .qdrant.RecommendPoints recommend_points = 2;
List<? extends Points.RecommendPointsOrBuilder>
Points.RecommendBatchPointsOrBuilder.getRecommendPointsOrBuilderList()
repeated .qdrant.RecommendPoints recommend_points = 2;