v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Gets information about an inference profile. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.

get/inference-profiles/{inferenceProfileIdentifier}

Path parameters

inferenceProfileIdentifierstring required

The ID or Amazon Resource Name (ARN) of the inference profile.

Response

Success

inferenceProfileNamestring required

The name of the inference profile.

descriptionstring password

The description of the inference profile.

createdAtstring date-time

The time at which the inference profile was created.

updatedAtstring date-time

The time at which the inference profile was last updated.

inferenceProfileArnstring required

The Amazon Resource Name (ARN) of the inference profile.

inferenceProfileIdstring required

The unique identifier of the inference profile.

status'ACTIVE' required

The status of the inference profile. <code>ACTIVE</code> means that the inference profile is ready to be used.

type'SYSTEM_DEFINED' | 'APPLICATION' required
<p>The type of the inference profile. The following types are possible:</p> <ul> <li> <p> <code>SYSTEM_DEFINED</code> – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.</p> </li> <li> <p> <code>APPLICATION</code> – 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.</p> </li> </ul>