public sealed class IndexDatapoint.Types.CrowdingTag : IMessage<IndexDatapoint.Types.CrowdingTag>, IEquatable<IndexDatapoint.Types.CrowdingTag>, IDeepCloneable<IndexDatapoint.Types.CrowdingTag>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 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.
Implements
IMessageIndexDatapointTypesCrowdingTag, IEquatableIndexDatapointTypesCrowdingTag, IDeepCloneableIndexDatapointTypesCrowdingTag, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CrowdingTag()
public CrowdingTag()CrowdingTag(CrowdingTag)
public CrowdingTag(IndexDatapoint.Types.CrowdingTag other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexDatapointTypesCrowdingTag |
Properties
CrowdingAttribute
public string CrowdingAttribute { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|