Skip to content

Bedrock  >  Operations  >  create_provisioned_model_throughput

create_provisioned_model_throughput

Operation

create_provisioned_model_throughput async

create_provisioned_model_throughput(input: CreateProvisionedModelThroughputInput, plugins: list[Plugin] | None = None) -> CreateProvisionedModelThroughputOutput

Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see Amazon Bedrock Pricing. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.

Parameters:

Name Type Description Default
input CreateProvisionedModelThroughputInput

An instance of CreateProvisionedModelThroughputInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
CreateProvisionedModelThroughputOutput

An instance of CreateProvisionedModelThroughputOutput.

Input

CreateProvisionedModelThroughputInput dataclass

Dataclass for CreateProvisionedModelThroughputInput structure.

Attributes

client_request_token class-attribute instance-attribute
client_request_token: str | None = None

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.

commitment_duration class-attribute instance-attribute
commitment_duration: CommitmentDuration | None = None

The commitment duration requested for the Provisioned Throughput. Billing occurs hourly and is discounted for longer commitment terms. To request a no-commit Provisioned Throughput, omit this field.

Custom models support all levels of commitment. To see which base models support no commitment, see Supported regions and models for Provisioned Throughput in the Amazon Bedrock User Guide

model_id class-attribute instance-attribute
model_id: str | None = None

The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned Throughput. For a list of models for which you can purchase Provisioned Throughput, see Amazon Bedrock model IDs for purchasing Provisioned Throughput in the Amazon Bedrock User Guide.

model_units class-attribute instance-attribute
model_units: int | None = None

Number of model units to allocate. A model unit delivers a specific throughput level for the specified model. The throughput level of a model unit specifies the total number of input and output tokens that it can process and generate within a span of one minute. By default, your account has no model units for purchasing Provisioned Throughputs with commitment. You must first visit the Amazon Web Services support center to request MUs.

For model unit quotas, see Provisioned Throughput quotas in the Amazon Bedrock User Guide.

For more information about what an MU specifies, contact your Amazon Web Services account manager.

provisioned_model_name class-attribute instance-attribute
provisioned_model_name: str | None = None

The name for this Provisioned Throughput.

tags class-attribute instance-attribute
tags: list[Tag] | None = None

Tags to associate with this Provisioned Throughput.

Output

CreateProvisionedModelThroughputOutput dataclass

Dataclass for CreateProvisionedModelThroughputOutput structure.

Attributes

provisioned_model_arn instance-attribute
provisioned_model_arn: str

The Amazon Resource Name (ARN) for this Provisioned Throughput.