Bedrock > Structures > BatchDeleteEvaluationJobItem BatchDeleteEvaluationJobItem¶ Structure Class¶ BatchDeleteEvaluationJobItem dataclass ¶ An evaluation job for deletion, and it's current status. Attributes¶ job_identifier class-attribute instance-attribute ¶ job_identifier: str = field(repr=False) The Amazon Resource Name (ARN) of the evaluation job for deletion. job_status instance-attribute ¶ job_status: EvaluationJobStatus The status of the evaluation job for deletion.