Values.EvaluationRagConfigSummarySourceA 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.
type nonrec t = {bedrockKnowledgeBaseIdentifiers : EvaluationBedrockKnowledgeBaseIdentifiers.t
option;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.
*)precomputedRagSourceIdentifiers : EvaluationPrecomputedRagSourceIdentifiers.t
option;A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of KnowledgeBaseId.t ] list ]) list ]