application_inference_profile_tags
Expands all tag keys and values for application_inference_profiles
in a region
Overview
Name | application_inference_profile_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::ApplicationInferenceProfile Resource Type |
Id | aws.bedrock.application_inference_profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
created_at | string | Time Stamp |
description | string | Description of the inference profile |
inference_profile_arn | string | |
inference_profile_id | string | |
inference_profile_identifier | string | Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs. |
inference_profile_name | string | |
model_source | undefined | Various ways to encode a list of models in a CreateInferenceProfile request |
models | array | List of model configuration |
status | string | Status of the Inference Profile |
type | string | Type of the Inference Profile |
updated_at | string | Time Stamp |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all application_inference_profiles
in a region.
SELECT
region,
created_at,
description,
inference_profile_arn,
inference_profile_id,
inference_profile_identifier,
inference_profile_name,
model_source,
models,
status,
type,
updated_at,
tag_key,
tag_value
FROM aws.bedrock.application_inference_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_inference_profile_tags
resource, see application_inference_profiles