Bedrock / Client / update_provisioned_model_throughput
update_provisioned_model_throughput#
- Bedrock.Client.update_provisioned_model_throughput(**kwargs)#
- Updates the name or associated model for a Provisioned Throughput. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide. - See also: AWS API Documentation - Request Syntax- response = client.update_provisioned_model_throughput( provisionedModelId='string', desiredProvisionedModelName='string', desiredModelId='string' ) - Parameters:
- provisionedModelId (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update. 
- desiredProvisionedModelName (string) – The new name for this Provisioned Throughput. 
- desiredModelId (string) – - The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can’t specify this field if this Provisioned Throughput is associated with a base model. - If this Provisioned Throughput is associated with a custom model, you can specify one of the following options: - The base model from which the custom model was customized. 
- Another custom model that was customized from the same base model as the custom model. 
 
 
- 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.InternalServerException
- Bedrock.Client.exceptions.ThrottlingException