Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class VertexVectorSearch.
The config for the Vertex Vector Search.
Generated from protobuf message google.cloud.aiplatform.v1.RagVectorDbConfig.VertexVectorSearch
Namespace
Google \ Cloud \ AIPlatform \ V1 \ RagVectorDbConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index_endpoint |
string
The resource name of the Index Endpoint. Format: |
↳ index |
string
The resource name of the Index. Format: |
getIndexEndpoint
The resource name of the Index Endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
| Returns | |
|---|---|
| Type | Description |
string |
|
setIndexEndpoint
The resource name of the Index Endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIndex
The resource name of the Index.
Format:
projects/{project}/locations/{location}/indexes/{index}
| Returns | |
|---|---|
| Type | Description |
string |
|
setIndex
The resource name of the Index.
Format:
projects/{project}/locations/{location}/indexes/{index}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|