Class: Aws::Types::RAGConfig
- Inherits:
-
Object
- Object
- Aws::Types::RAGConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: KnowledgeBaseConfig, PrecomputedRagSourceConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_config ⇒ Types::KnowledgeBaseConfig
Returns the value of attribute knowledge_base_config.
-
#precomputed_rag_source_config ⇒ Types::EvaluationPrecomputedRagSourceConfig
Returns the value of attribute precomputed_rag_source_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#knowledge_base_config ⇒ Types::KnowledgeBaseConfig
Returns the value of attribute knowledge_base_config.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def knowledge_base_config @knowledge_base_config end |
#precomputed_rag_source_config ⇒ Types::EvaluationPrecomputedRagSourceConfig
Returns the value of attribute precomputed_rag_source_config.
3215 3216 3217 |
# File 'sig/types.rbs', line 3215 def precomputed_rag_source_config @precomputed_rag_source_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3216 3217 3218 |
# File 'sig/types.rbs', line 3216 def unknown @unknown end |