Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class VertexAiSearchConfig.
Config for the Vertex AI Search.
Generated from protobuf message google.cloud.aiplatform.v1.VertexAiSearchConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serving_config |
string
Vertex AI Search Serving Config resource full name. For example, |
getServingConfig
Vertex AI Search Serving Config resource full name. For example,
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
or
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServingConfig
Vertex AI Search Serving Config resource full name. For example,
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
or
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|