Class: Aws::Types::EvaluationRagConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationRagConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_knowledge_base_identifiers ⇒ ::Array[::String]
Returns the value of attribute bedrock_knowledge_base_identifiers.
-
#precomputed_rag_source_identifiers ⇒ ::Array[::String]
Returns the value of attribute precomputed_rag_source_identifiers.
Instance Attribute Details
#bedrock_knowledge_base_identifiers ⇒ ::Array[::String]
Returns the value of attribute bedrock_knowledge_base_identifiers.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def bedrock_knowledge_base_identifiers @bedrock_knowledge_base_identifiers end |
#precomputed_rag_source_identifiers ⇒ ::Array[::String]
Returns the value of attribute precomputed_rag_source_identifiers.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def precomputed_rag_source_identifiers @precomputed_rag_source_identifiers end |