public static interface SearchHint.IndexHint.DenseScannParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInitialCandidateCount()
public abstract int getInitialCandidateCount()Optional. The number of initial candidates. Must be a positive integer (> 0).
int32 initial_candidate_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The initialCandidateCount. |
getSearchLeavesPct()
public abstract int getSearchLeavesPct()Optional. Dense ANN param overrides to control recall and latency. The percentage of leaves to search, in the range [0, 100].
int32 search_leaves_pct = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The searchLeavesPct. |