public sealed class SearchHint.Types.IndexHint : IMessage<SearchHint.Types.IndexHint>, IEquatable<SearchHint.Types.IndexHint>, IDeepCloneable<SearchHint.Types.IndexHint>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class SearchHint.Types.IndexHint.
Message to specify the index to use for the search.
Implements
IMessageSearchHintTypesIndexHint, IEquatableSearchHintTypesIndexHint, IDeepCloneableSearchHintTypesIndexHint, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
IndexHint()
public IndexHint()IndexHint(IndexHint)
public IndexHint(SearchHint.Types.IndexHint other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchHintTypesIndexHint |
Properties
IndexName
public IndexName IndexName { get; set; }| Property Value | |
|---|---|
| Type | Description |
IndexName |
|
Name
public string Name { get; set; }Required. The resource name of the index to use for the search.
The index must be in the same project, location, and collection.
Format:
projects/{project}/locations/{location}/collections/{collection}/indexes/{index}
| Property Value | |
|---|---|
| Type | Description |
string |
|