Skip to content

Bedrock  >  Structures  >  TrainingDetails

TrainingDetails

Structure Class

TrainingDetails dataclass

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

Attributes

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

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

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

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

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

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