Google Cloud Ai Platform V1 Client - Class RagEngineConfig (1.31.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The name of the RagEngineConfig. Format: projects/{project}/locations/{location}/ragEngineConfig

↳ 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