Skip to content

Bedrock  >  Structures  >  DataProcessingDetails

DataProcessingDetails

Structure Class

DataProcessingDetails dataclass

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

Attributes

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

The start time of the data processing sub-task of the job.

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

The latest update to the data processing sub-task of the job.

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

The status of the data processing sub-task of the job.