aws.bedrock.get_imported_model
Example SQL Queries
SELECT * FROMaws.bedrock.get_imported_modelWHERE"model_identifier" = 'VALUE';Description
Gets properties associated with a customized model you imported.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_identifier Required Input Column Name or Amazon Resource Name (ARN) of the imported model. | 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 Creation time of the imported model. | TIMESTAMP_S |
| job_arn Job Amazon Resource Name (ARN) associated with the imported model. | VARCHAR |
| job_name Job name associated with the imported model. | VARCHAR |
| model_architecture The architecture of the imported model. | VARCHAR |
| model_arn The Amazon Resource Name (ARN) associated with this imported model. | VARCHAR |
| model_data_source The data source for this imported model. | STRUCT( |
Show child fields
| |
| model_kms_key_arn The imported model is encrypted at rest using this key. | VARCHAR |
| model_name The name of the imported model. | VARCHAR |