Interface Points.RecommendBatchPointsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.RecommendBatchPoints, Points.RecommendBatchPoints.Builder
Enclosing class:
Points

public static interface Points.RecommendBatchPointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCollectionName

      String getCollectionName()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • getRecommendPointsList

      List<Points.RecommendPoints> getRecommendPointsList()
      repeated .qdrant.RecommendPoints recommend_points = 2;
    • getRecommendPoints

      Points.RecommendPoints getRecommendPoints(int index)
      repeated .qdrant.RecommendPoints recommend_points = 2;
    • getRecommendPointsCount

      int getRecommendPointsCount()
      repeated .qdrant.RecommendPoints recommend_points = 2;
    • getRecommendPointsOrBuilderList

      List<? extends Points.RecommendPointsOrBuilder> getRecommendPointsOrBuilderList()
      repeated .qdrant.RecommendPoints recommend_points = 2;
    • getRecommendPointsOrBuilder

      Points.RecommendPointsOrBuilder getRecommendPointsOrBuilder(int index)
      repeated .qdrant.RecommendPoints recommend_points = 2;
    • hasReadConsistency

      boolean hasReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;
      Returns:
      Whether the readConsistency field is set.
    • getReadConsistency

      Points.ReadConsistency getReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;
      Returns:
      The readConsistency.
    • getReadConsistencyOrBuilder

      Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;