This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_bedrock_application_inference_profile

account_id

Type: STRING

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The time at which the inference profile was created.

description

Type: STRING
Provider name: description
Description: The description of the inference profile.

inference_profile_arn

Type: STRING
Provider name: inferenceProfileArn
Description: The Amazon Resource Name (ARN) of the inference profile.

inference_profile_id

Type: STRING
Provider name: inferenceProfileId
Description: The unique identifier of the inference profile.

inference_profile_name

Type: STRING
Provider name: inferenceProfileName
Description: The name of the inference profile.

models

Type: UNORDERED_LIST_STRUCT
Provider name: models
Description: A list of information about each model in the inference profile.

  • model_arn
    Type: STRING
    Provider name: modelArn
    Description: The Amazon Resource Name (ARN) of the model.

status

Type: STRING
Provider name: status
Description: The status of the inference profile. ACTIVE means that the inference profile is ready to be used.

tags

Type: UNORDERED_LIST_STRING

type

Type: STRING
Provider name: type
Description: The 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_at

Type: TIMESTAMP
Provider name: updatedAt
Description: The time at which the inference profile was last updated.