BatchEvaluationSummary¶
Structure Class¶
BatchEvaluationSummary
dataclass
¶
Summary representation for list responses.
Attributes¶
batch_evaluation_arn
instance-attribute
¶
batch_evaluation_arn: str
The Amazon Resource Name (ARN) of the batch evaluation.
batch_evaluation_id
instance-attribute
¶
batch_evaluation_id: str
The unique identifier of the batch evaluation.
batch_evaluation_name
instance-attribute
¶
batch_evaluation_name: str
The name of the batch evaluation.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the batch evaluation was created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the batch evaluation.
error_details
class-attribute
instance-attribute
¶
The error details if the batch evaluation encountered failures.
evaluation_results
class-attribute
instance-attribute
¶
evaluation_results: EvaluationJobResults | None = None
The aggregated evaluation results.
evaluators
class-attribute
instance-attribute
¶
The list of evaluators applied during the batch evaluation.
insights
class-attribute
instance-attribute
¶
The list of insight analyses applied during the batch evaluation.
kms_key_arn
class-attribute
instance-attribute
¶
kms_key_arn: str | None = None
The ARN of the KMS key used to encrypt evaluation data.
status
instance-attribute
¶
status: BatchEvaluationStatus
The current status of the batch evaluation.