Skip to content

Bedrock  >  Operations  >  delete_provisioned_model_throughput

delete_provisioned_model_throughput

Operation

delete_provisioned_model_throughput async

delete_provisioned_model_throughput(input: DeleteProvisionedModelThroughputInput, plugins: list[Plugin] | None = None) -> DeleteProvisionedModelThroughputOutput

Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.

Parameters:

Name Type Description Default
input DeleteProvisionedModelThroughputInput

An instance of DeleteProvisionedModelThroughputInput.

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
DeleteProvisionedModelThroughputOutput

An instance of DeleteProvisionedModelThroughputOutput.

Input

DeleteProvisionedModelThroughputInput dataclass

Dataclass for DeleteProvisionedModelThroughputInput structure.

Attributes

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

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

Output

DeleteProvisionedModelThroughputOutput dataclass

Dataclass for DeleteProvisionedModelThroughputOutput structure.