Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RagEngineConfig.
Config for RagEngine.
Generated from protobuf message google.cloud.aiplatform.v1.RagEngineConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the RagEngineConfig. Format: |
↳ rag_managed_db_config |
RagManagedDbConfig
The config of the RagManagedDb used by RagEngine. |
getName
Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRagManagedDbConfig
The config of the RagManagedDb used by RagEngine.
| Returns | |
|---|---|
| Type | Description |
RagManagedDbConfig|null |
|
hasRagManagedDbConfig
clearRagManagedDbConfig
setRagManagedDbConfig
The config of the RagManagedDb used by RagEngine.
| Parameter | |
|---|---|
| Name | Description |
var |
RagManagedDbConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|