View source: R/bedrock_operations.R
bedrock_update_provisioned_model_throughput | R Documentation |
Updates the name or associated model for a Provisioned Throughput. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrock_update_provisioned_model_throughput/ for full documentation.
bedrock_update_provisioned_model_throughput(
provisionedModelId,
desiredProvisionedModelName = NULL,
desiredModelId = NULL
)
provisionedModelId |
[required] The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update. |
desiredProvisionedModelName |
The new name for this Provisioned Throughput. |
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:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.