Bedrock / Client / delete_provisioned_model_throughput
delete_provisioned_model_throughput#
- Bedrock.Client.delete_provisioned_model_throughput(**kwargs)#
Deletes a provisioned throughput. For more information, see Provisioned throughput in the Bedrock User Guide.
See also: AWS API Documentation
Request Syntax
response = client.delete_provisioned_model_throughput( provisionedModelId='string' )
- Parameters:
provisionedModelId (string) –
[REQUIRED]
The ARN or name of the provisioned throughput.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Bedrock.Client.exceptions.ResourceNotFoundException
Bedrock.Client.exceptions.AccessDeniedException
Bedrock.Client.exceptions.ValidationException
Bedrock.Client.exceptions.ConflictException
Bedrock.Client.exceptions.InternalServerException
Bedrock.Client.exceptions.ThrottlingException