Reference documentation and code samples for the Google Cloud Vector Search V1 Client class IndexHint.
Message to specify the index to use for the search.
Generated from protobuf message google.cloud.vectorsearch.v1.SearchHint.IndexHint
Namespace
Google \ Cloud \ VectorSearch \ V1 \ SearchHintMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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}
getName
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}
string
setName
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}
var
string
$this

