Bedrock / Client / update_provisioned_model_throughput

update_provisioned_model_throughput#

Bedrock.Client.update_provisioned_model_throughput(**kwargs)#

Update a provisioned throughput. For more information, see Provisioned throughput in the 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 ARN or name of the provisioned throughput to update.

  • desiredProvisionedModelName (string) – The new name for this provisioned throughput.

  • desiredModelId (string) – The ARN of the new model to associate with this 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.InternalServerException

  • Bedrock.Client.exceptions.ThrottlingException