public static interface IndexDatapoint.CrowdingTagOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for crowdingAttribute. |