Interface PointsInternalService.RecommendPointsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.RecommendPointsInternal,PointsInternalService.RecommendPointsInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.RecommendPointsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.RecommendPoints recommend_points = 1;.qdrant.RecommendPoints recommend_points = 1;intuint32 shard_id = 2;boolean.qdrant.RecommendPoints recommend_points = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRecommendPoints
boolean hasRecommendPoints().qdrant.RecommendPoints recommend_points = 1;- Returns:
- Whether the recommendPoints field is set.
-
getRecommendPoints
Points.RecommendPoints getRecommendPoints().qdrant.RecommendPoints recommend_points = 1;- Returns:
- The recommendPoints.
-
getRecommendPointsOrBuilder
Points.RecommendPointsOrBuilder getRecommendPointsOrBuilder().qdrant.RecommendPoints recommend_points = 1; -
getShardId
int getShardId()uint32 shard_id = 2;- Returns:
- The shardId.
-