aws.bedrock.get_model_import_job
Example SQL Queries
SELECT * FROMaws.bedrock.get_model_import_jobWHERE"job_identifier" = 'VALUE';Description
Retrieves the properties associated with import model job, including the status of the job. For more information, see Import a customized model in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_identifier Required Input Column The identifier of the import 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 the resource was created. | TIMESTAMP_S |
| end_time Time that the resource transitioned to terminal state. | TIMESTAMP_S |
| failure_message Information about why the import job failed. | VARCHAR |
| imported_model_arn The Amazon Resource Name (ARN) of the imported model. | VARCHAR |
| imported_model_kms_key_arn The imported model is encrypted at rest using this key. | VARCHAR |
| imported_model_name The name of the imported model. | VARCHAR |
| job_arn The Amazon Resource Name (ARN) of the import job. | VARCHAR |
| job_name The name of the import job. | VARCHAR |
| last_modified_time Time the resource was last modified. | TIMESTAMP_S |
| model_data_source The data source for the imported model. | STRUCT( |
Show child fields
| |
| role_arn The Amazon Resource Name (ARN) of the IAM role associated with this job. | VARCHAR |
| status The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed. | VARCHAR |
| vpc_config The Virtual Private Cloud (VPC) configuration of the import model job. | STRUCT( |
Show child fields
| |