Bedrock Application Inference Profile

An AWS Bedrock Application Inference Profile defines the configuration and details of an inference setup for running foundation model applications. It provides information about the model, supported input and output formats, performance characteristics, and usage parameters. This profile helps developers understand how to interact with the model for inference tasks and ensures applications can integrate with Bedrock services efficiently.

aws.bedrock_application_inference_profile

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
created_atcoretimestampThe time at which the inference profile was created.
descriptioncorestringThe description of the inference profile.
inference_profile_arncorestringThe Amazon Resource Name (ARN) of the inference profile.
inference_profile_idcorestringThe unique identifier of the inference profile.
inference_profile_namecorestringThe name of the inference profile.
modelscorejsonA list of information about each model in the inference profile.
statuscorestringThe status of the inference profile. ACTIVE means that the inference profile is ready to be used.
tagscorehstore
typecorestringThe type of the inference profile. The following types are possible: SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles. APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
updated_atcoretimestampThe time at which the inference profile was last updated.