Skip to content

Bedrock  >  Structures  >  EvaluationInferenceConfigSummary

EvaluationInferenceConfigSummary

Structure Class

EvaluationInferenceConfigSummary dataclass

Identifies the models, Knowledge Bases, or other RAG sources evaluated in a model or Knowledge Base evaluation job.

Attributes

model_config_summary class-attribute instance-attribute
model_config_summary: EvaluationModelConfigSummary | None = None

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

rag_config_summary class-attribute instance-attribute
rag_config_summary: EvaluationRagConfigSummary | None = None

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.