View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexDatapointCrowdingTag (google_api_ai_platform v0.9.0)
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.
Attributes
-
crowdingAttribute
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexDatapointCrowdingTag{ crowdingAttribute: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.