Class GoogleCloudAiplatformV1NearestNeighborQueryParameters
Parameters that can be overrided in each query to tune query latency and recall.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NearestNeighborQueryParameters : IDirectResponseSchema
Properties
ApproximateNeighborCandidates
Optional. The number of neighbors to find via approximate search before exact reordering is performed; if set, this value must be > neighbor_count.
Declaration
[JsonProperty("approximateNeighborCandidates")]
public virtual int? ApproximateNeighborCandidates { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeafNodesSearchFraction
Optional. The fraction of the number of leaves to search, set at query time allows user to tune search performance. This value increase result in both search accuracy and latency increase. The value should be between 0.0 and 1.0.
Declaration
[JsonProperty("leafNodesSearchFraction")]
public virtual double? LeafNodesSearchFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |