Cloud AI Platform v1 API - Class IndexDatapoint.Types.CrowdingTag (2.27.0)

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 Cloud AI Platform 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.

Inheritance

object > IndexDatapoint.Types.CrowdingTag

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CrowdingTag()

public CrowdingTag()

CrowdingTag(CrowdingTag)

public CrowdingTag(IndexDatapoint.Types.CrowdingTag other)
Parameter
NameDescription
otherIndexDatapointTypesCrowdingTag

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
TypeDescription
string