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

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

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

KnnHint will be used if search should be explicitly done on system's default K-Nearest Neighbor (KNN) index engine.

Inheritance

object > SearchHint.Types.KnnHint

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

KnnHint()

public KnnHint()

KnnHint(KnnHint)

public KnnHint(SearchHint.Types.KnnHint other)
Parameter
Name Description
other SearchHintTypesKnnHint