EvaluationModelConfigSummary¶
Structure Class¶
EvaluationModelConfigSummary
dataclass
¶
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.
Attributes¶
bedrock_model_identifiers
class-attribute
instance-attribute
¶
bedrock_model_identifiers: list[str] | None = None
The Amazon Resource Names (ARNs) of the models used for the evaluation job.
precomputed_inference_source_identifiers
class-attribute
instance-attribute
¶
precomputed_inference_source_identifiers: list[str] | None = None
A label that identifies the models used for a model evaluation job where you provide your own inference response data.