Skip to content

Bedrock Agentcore  >  Enums  >  BatchEvaluationStatus

BatchEvaluationStatus

Enum Class

BatchEvaluationStatus

Bases: UnknownEnumMixin, StrEnum

The lifecycle status of a batch evaluation job.

Attributes

COMPLETED class-attribute instance-attribute
COMPLETED = 'COMPLETED'
COMPLETED_WITH_ERRORS class-attribute instance-attribute
COMPLETED_WITH_ERRORS = 'COMPLETED_WITH_ERRORS'
DELETING class-attribute instance-attribute
DELETING = 'DELETING'
FAILED class-attribute instance-attribute
FAILED = 'FAILED'
IN_PROGRESS class-attribute instance-attribute
IN_PROGRESS = 'IN_PROGRESS'
PENDING class-attribute instance-attribute
PENDING = 'PENDING'
STOPPED class-attribute instance-attribute
STOPPED = 'STOPPED'
STOPPING class-attribute instance-attribute
STOPPING = 'STOPPING'