:doc:`Bedrock <../../bedrock>` / Client / update_provisioned_model_throughput

***********************************
update_provisioned_model_throughput
***********************************



.. py:method:: Bedrock.Client.update_provisioned_model_throughput(**kwargs)

  

  Updates the name or associated model for a Provisioned Throughput. For more information, see `Provisioned Throughput <https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html>`__ in the `Amazon Bedrock User Guide <https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/UpdateProvisionedModelThroughput>`_  


  **Request Syntax**
  ::

    response = client.update_provisioned_model_throughput(
        provisionedModelId='string',
        desiredProvisionedModelName='string',
        desiredModelId='string'
    )
    
  :type provisionedModelId: string
  :param provisionedModelId: **[REQUIRED]** 

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

    

  
  :type desiredProvisionedModelName: string
  :param desiredProvisionedModelName: 

    The new name for this Provisioned Throughput.

    

  
  :type desiredModelId: string
  :param desiredModelId: 

    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.
    

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Bedrock.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Bedrock.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Bedrock.Client.exceptions.ValidationException`

  
  *   :py:class:`Bedrock.Client.exceptions.InternalServerException`

  
  *   :py:class:`Bedrock.Client.exceptions.ThrottlingException`

  