Skip to content

Bedrock  >  Structures  >  ValidationDetails

ValidationDetails

Structure Class

ValidationDetails dataclass

For a Distillation job, the status details for the validation sub-task of the job.

Attributes

creation_time class-attribute instance-attribute
creation_time: datetime | None = None

The start time of the validation sub-task of the job.

last_modified_time class-attribute instance-attribute
last_modified_time: datetime | None = None

The latest update to the validation sub-task of the job.

status class-attribute instance-attribute
status: JobStatusDetails | None = None

The status of the validation sub-task of the job.