Skip to content

Bedrock  >  Structures  >  CustomModelSummary

CustomModelSummary

Structure Class

CustomModelSummary dataclass

Summary information for a custom model.

Attributes

base_model_arn instance-attribute
base_model_arn: str

The base model Amazon Resource Name (ARN).

base_model_name instance-attribute
base_model_name: str

The base model name.

creation_time instance-attribute
creation_time: datetime

Creation time of the 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.

model_arn instance-attribute
model_arn: str

The Amazon Resource Name (ARN) of the custom model.

model_name instance-attribute
model_name: str

The name of the custom model.

model_status class-attribute instance-attribute
model_status: ModelStatus | None = None

The current status of the custom model. Possible values include:

  • Creating - The model is being created and validated.

  • Active - The model has been successfully created and is ready for use.

  • Failed - The model creation process failed.

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

The unique identifier of the account that owns the model.