Vertex AI v1 API - Class IndexDatapoint.Types.CrowdingTag (3.72.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class IndexDatapoint.Types.CrowdingTag : IMessage<IndexDatapoint.Types.CrowdingTag>, IEquatable<IndexDatapoint.Types.CrowdingTag>, IDeepCloneable<IndexDatapoint.Types.CrowdingTag>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1 API class IndexDatapoint.Types.CrowdingTag.
Crowding tag is a constraint on a neighbor list produced by nearest
neighbor search requiring that no more than some value k' of the k
neighbors returned have the same value of crowding_attribute.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-11 UTC."],[],[]]