aws.bedrock.list_foundation_models
Example SQL Queries
SELECT * FROMaws.bedrock.list_foundation_models;Description
Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see Foundation models in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| by_customization_type Input Column Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide. | VARCHAR |
| by_inference_type Input Column Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide. | VARCHAR |
| by_output_modality Input Column Return models that support the output modality that you specify. | VARCHAR |
| by_provider Input Column Return models belonging to the model provider that you specify. | 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_summaries A list of Amazon Bedrock foundation models. | STRUCT( |
Show child fields
| |