Interface IndexDatapoint.CrowdingTagOrBuilder

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

public static interface IndexDatapoint.CrowdingTagOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The attribute value used for crowding.
    com.google.protobuf.ByteString
    The attribute value used for crowding.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCrowdingAttribute

      String getCrowdingAttribute()
       The attribute value used for crowding.  The maximum number of neighbors
       to return per crowding attribute value
       (per_crowding_attribute_num_neighbors) is configured per-query. This
       field is ignored if per_crowding_attribute_num_neighbors is larger than
       the total number of neighbors to return for a given query.
       
      string crowding_attribute = 1;
      Returns:
      The crowdingAttribute.
    • getCrowdingAttributeBytes

      com.google.protobuf.ByteString getCrowdingAttributeBytes()
       The attribute value used for crowding.  The maximum number of neighbors
       to return per crowding attribute value
       (per_crowding_attribute_num_neighbors) is configured per-query. This
       field is ignored if per_crowding_attribute_num_neighbors is larger than
       the total number of neighbors to return for a given query.
       
      string crowding_attribute = 1;
      Returns:
      The bytes for crowdingAttribute.