Interface IndexDatapoint.CrowdingTagOrBuilder (3.42.0)

public static interface IndexDatapoint.CrowdingTagOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCrowdingAttribute()

public abstract 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
TypeDescription
String

The crowdingAttribute.

getCrowdingAttributeBytes()

public abstract 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
TypeDescription
ByteString

The bytes for crowdingAttribute.