Class: Google::Cloud::AIPlatform::V1::RagEngineConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns 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



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.

Returns:



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