public static interface IndexDatapoint.CrowdingTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCrowdingAttribute()
The attribute value used for crowding.
|
com.google.protobuf.ByteString |
getCrowdingAttributeBytes()
The attribute value used for crowding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;Copyright © 2024 Google LLC. All rights reserved.