Skip to content

Bedrock  >  Structures  >  ModelCustomizationJobSummary

ModelCustomizationJobSummary

Structure Class

ModelCustomizationJobSummary dataclass

Information about one customization job

Attributes

base_model_arn instance-attribute
base_model_arn: str

Amazon Resource Name (ARN) of the base model.

creation_time instance-attribute
creation_time: datetime

Creation time of the custom model.

custom_model_arn class-attribute instance-attribute
custom_model_arn: str | None = None

Amazon Resource Name (ARN) of the custom model.

custom_model_name class-attribute instance-attribute
custom_model_name: str | None = None

Name of the custom model.

customization_type class-attribute instance-attribute
customization_type: CustomizationType | None = None

Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

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

Time that the customization job ended.

job_arn instance-attribute
job_arn: str

Amazon Resource Name (ARN) of the customization job.

job_name instance-attribute
job_name: str

Name of the customization job.

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

Time that the customization job was last modified.

status instance-attribute

Status of the customization job.

status_details class-attribute instance-attribute
status_details: StatusDetails | None = None

Details about the status of the data processing sub-task of the job.