Skip to main content

application_inference_profile_tags

Expands all tag keys and values for application_inference_profiles in a region

Overview

Nameapplication_inference_profile_tags
TypeResource
DescriptionDefinition of AWS::Bedrock::ApplicationInferenceProfile Resource Type
Idaws.bedrock.application_inference_profile_tags

Fields

NameDatatypeDescription
created_atstringTime Stamp
descriptionstringDescription of the inference profile
inference_profile_arnstring
inference_profile_idstring
inference_profile_identifierstringInference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
inference_profile_namestring
model_sourceundefinedVarious ways to encode a list of models in a CreateInferenceProfile request
modelsarrayList of model configuration
statusstringStatus of the Inference Profile
typestringType of the Inference Profile
updated_atstringTime Stamp
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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