aws.bedrock.get_foundation_model
Example SQL Queries
SELECT * FROMaws.bedrock.get_foundation_modelWHERE"model_identifier" = 'VALUE';Description
Get details about a Amazon Bedrock foundation model.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_identifier Required Input Column The model identifier. | 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 |
| model_details Information about the foundation model. | STRUCT( |
Show child fields
| |