v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Returns details for a Provisioned Throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

get/provisioned-model-throughput/{provisionedModelId}

Path parameters

provisionedModelIdstring required

The Amazon Resource Name (ARN) or name of the Provisioned Throughput.

Response

Success

modelUnitsinteger required

The number of model units allocated to this Provisioned Throughput.

desiredModelUnitsinteger required

The number of model units that was requested for this Provisioned Throughput.

provisionedModelNamestring required

The name of the Provisioned Throughput.

provisionedModelArnstring required

The Amazon Resource Name (ARN) of the Provisioned Throughput.

modelArnstring required

The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.

desiredModelArnstring required

The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the <code>modelArn</code> if updating hasn't completed.

foundationModelArnstring required

The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.

status'Creating' | 'InService' | 'Updating' | 'Failed' required

The status of the Provisioned Throughput.

creationTimestring date-time required

The timestamp of the creation time for this Provisioned Throughput.

lastModifiedTimestring date-time required

The timestamp of the last time that this Provisioned Throughput was modified.

failureMessagestring

A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.

commitmentDuration'OneMonth' | 'SixMonths'

Commitment duration of the Provisioned Throughput.

commitmentExpirationTimestring date-time

The timestamp for when the commitment term for the Provisioned Throughput expires.