Skip to content

Bedrock  >  Structures  >  EvaluationRagConfigSummary

EvaluationRagConfigSummary

Structure Class

EvaluationRagConfigSummary dataclass

A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.

Attributes

bedrock_knowledge_base_identifiers class-attribute instance-attribute
bedrock_knowledge_base_identifiers: list[str] | None = None

The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.

precomputed_rag_source_identifiers class-attribute instance-attribute
precomputed_rag_source_identifiers: list[str] | None = None

A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.