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

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

HasTargetRecall

public bool HasTargetRecall { get; }

Gets whether the "target_recall" field is set

Property Value
Type Description
bool

TargetRecall

public double TargetRecall { get; set; }

Optional. The target recall for the search. Must be a double in the range [0, 1]. While the search aims to achieve this level of recall, it is not guaranteed.

Property Value
Type Description
double