aws.bedrock.get_model_copy_job
Example SQL Queries
SELECT * FROMaws.bedrock.get_model_copy_jobWHERE"job_arn" = 'VALUE';Description
Retrieves information about a model copy job. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_arn Required Input Column The Amazon Resource Name (ARN) of the model copy job. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The time at which the model copy job was created. | TIMESTAMP_S |
| failure_message An error message for why the model copy job failed. | VARCHAR |
| source_account_id The unique identifier of the account that the model being copied originated from. | VARCHAR |
| source_model_arn The Amazon Resource Name (ARN) of the original model being copied. | VARCHAR |
| source_model_name The name of the original model being copied. | VARCHAR |
| status The status of the model copy job. | VARCHAR |
| target_model_arn The Amazon Resource Name (ARN) of the copied model. | VARCHAR |
| target_model_kms_key_arn The Amazon Resource Name (ARN) of the KMS key encrypting the copied model. | VARCHAR |
| target_model_name The name of the copied model. | VARCHAR |
| target_model_tags The tags associated with the copied model. | STRUCT( |
Show child fields
| |