Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RagEngineConfig.
Config for RagEngine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig
Returns
-
(::String) — Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig
#rag_managed_db_config
def rag_managed_db_config() -> ::Google::Cloud::AIPlatform::V1::RagManagedDbConfig
Returns
- (::Google::Cloud::AIPlatform::V1::RagManagedDbConfig) — The config of the RagManagedDb used by RagEngine.
#rag_managed_db_config=
def rag_managed_db_config=(value) -> ::Google::Cloud::AIPlatform::V1::RagManagedDbConfig
Parameter
- value (::Google::Cloud::AIPlatform::V1::RagManagedDbConfig) — The config of the RagManagedDb used by RagEngine.
Returns
- (::Google::Cloud::AIPlatform::V1::RagManagedDbConfig) — The config of the RagManagedDb used by RagEngine.