ModelCopyJobSummary¶
Structure Class¶
ModelCopyJobSummary
dataclass
¶
Contains details about each model copy job.
This data type is used in the following API operations:
Attributes¶
creation_time
instance-attribute
¶
creation_time: datetime
The time that the model copy job was created.
failure_message
class-attribute
instance-attribute
¶
failure_message: str | None = None
If a model fails to be copied, a message describing why the job failed is included here.
source_account_id
instance-attribute
¶
source_account_id: str
The unique identifier of the account that the model being copied originated from.
source_model_arn
instance-attribute
¶
source_model_arn: str
The Amazon Resource Name (ARN) of the original model being copied.
source_model_name
class-attribute
instance-attribute
¶
source_model_name: str | None = None
The name of the original model being copied.
target_model_arn
instance-attribute
¶
target_model_arn: str
The Amazon Resource Name (ARN) of the copied model.
target_model_kms_key_arn
class-attribute
instance-attribute
¶
target_model_kms_key_arn: str | None = None
The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.
target_model_name
class-attribute
instance-attribute
¶
target_model_name: str | None = None
The name of the copied model.