Module Values.EvaluationRagConfigSummarySource

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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval make : ?bedrockKnowledgeBaseIdentifiers:??? -> ?precomputedRagSourceIdentifiers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of KnowledgeBaseId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t