Vector Search v1 API - Class SearchHint.Types.IndexHint.Types.DenseScannParams (1.0.0-beta01)

public sealed class SearchHint.Types.IndexHint.Types.DenseScannParams : IMessage<SearchHint.Types.IndexHint.Types.DenseScannParams>, IEquatable<SearchHint.Types.IndexHint.Types.DenseScannParams>, IDeepCloneable<SearchHint.Types.IndexHint.Types.DenseScannParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Vector Search v1 API class SearchHint.Types.IndexHint.Types.DenseScannParams.

Parameters for dense ScaNN.

Inheritance

object > SearchHint.Types.IndexHint.Types.DenseScannParams

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

DenseScannParams()

public DenseScannParams()

DenseScannParams(DenseScannParams)

public DenseScannParams(SearchHint.Types.IndexHint.Types.DenseScannParams other)
Parameter
Name Description
other SearchHintTypesIndexHintTypesDenseScannParams

Properties

InitialCandidateCount

public int InitialCandidateCount { get; set; }

Optional. The number of initial candidates. Must be a positive integer (> 0).

Property Value
Type Description
int

SearchLeavesPct

public int SearchLeavesPct { get; set; }

Optional. Dense ANN param overrides to control recall and latency. The percentage of leaves to search, in the range [0, 100].

Property Value
Type Description
int