Skip to content

Bedrock  >  Unions  >  EvaluationPrecomputedRagSourceConfig

EvaluationPrecomputedRagSourceConfig

Union Type

EvaluationPrecomputedRagSourceConfig module-attribute

A summary of a RAG source used for a Knowledge Base evaluation job where you provide your own inference response data.

Union Member Types

EvaluationPrecomputedRagSourceConfigRetrieveSourceConfig dataclass

A summary of a RAG source used for a retrieve-only Knowledge Base evaluation job where you provide your own inference response data.

Attributes

value instance-attribute

EvaluationPrecomputedRagSourceConfigRetrieveAndGenerateSourceConfig dataclass

A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.

Attributes

EvaluationPrecomputedRagSourceConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str