aws.bedrock.get_provisioned_model_throughput
Example SQL Queries
SELECT * FROMaws.bedrock.get_provisioned_model_throughputWHERE"provisioned_model_id" = 'VALUE';Description
Returns details for a Provisioned Throughput. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| provisioned_model_id Required Input Column The Amazon Resource Name (ARN) or name of the Provisioned Throughput. | 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 |
| commitment_duration Commitment duration of the Provisioned Throughput. | VARCHAR |
| commitment_expiration_time The timestamp for when the commitment term for the Provisioned Throughput expires. | TIMESTAMP_S |
| creation_time The timestamp of the creation time for this Provisioned Throughput. | TIMESTAMP_S |
| desired_model_arn The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the modelArn if updating hasn't completed. | VARCHAR |
| desired_model_units The number of model units that was requested for this Provisioned Throughput. | BIGINT |
| failure_message A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput. | VARCHAR |
| foundation_model_arn The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized. | VARCHAR |
| last_modified_time The timestamp of the last time that this Provisioned Throughput was modified. | TIMESTAMP_S |
| model_arn The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput. | VARCHAR |
| model_units The number of model units allocated to this Provisioned Throughput. | BIGINT |
| provisioned_model_arn The Amazon Resource Name (ARN) of the Provisioned Throughput. | VARCHAR |
| provisioned_model_name The name of the Provisioned Throughput. | VARCHAR |
| status The status of the Provisioned Throughput. | VARCHAR |