Bedrock Model Copy Job

Bedrock Model Copy Job in AWS allows you to create and manage jobs that copy foundation models within Amazon Bedrock. It provides details about the status, progress, and configuration of a model copy operation, enabling you to duplicate models for use in different accounts or regions while maintaining control over access and usage.

aws.bedrock_model_copy_job

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampThe time at which the model copy job was created.
failure_messagecorestringAn error message for why the model copy job failed.
job_arncorestringThe Amazon Resource Name (ARN) of the model copy job.
source_account_idcorestringThe unique identifier of the account that the model being copied originated from.
source_model_arncorestringThe Amazon Resource Name (ARN) of the original model being copied.
source_model_namecorestringThe name of the original model being copied.
statuscorestringThe status of the model copy job.
tagscorehstore
target_model_arncorestringThe Amazon Resource Name (ARN) of the copied model.
target_model_kms_key_arncorestringThe Amazon Resource Name (ARN) of the KMS key encrypting the copied model.
target_model_namecorestringThe name of the copied model.
target_model_tagscorejsonThe tags associated with the copied model.