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 |
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 |
Input¶
DeleteProvisionedModelThroughputInput
dataclass
¶
Output¶
DeleteProvisionedModelThroughputOutput
dataclass
¶
Dataclass for DeleteProvisionedModelThroughputOutput structure.