Class: Google::Cloud::AIPlatform::V1::RagEngineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagEngineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Config for RagEngine.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#rag_managed_db_config ⇒ ::Google::Cloud::AIPlatform::V1::RagManagedDbConfig
The config of the RagManagedDb used by RagEngine.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The name of the RagEngineConfig.
Format:
projects/{project}/locations/{location}/ragEngineConfig.
610 611 612 613 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 610 class RagEngineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rag_managed_db_config ⇒ ::Google::Cloud::AIPlatform::V1::RagManagedDbConfig
Returns The config of the RagManagedDb used by RagEngine.
610 611 612 613 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 610 class RagEngineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |