Lists the Provisioned Throughputs in the account
Source:R/bedrock_operations.R
bedrock_list_provisioned_model_throughputs.RdLists the Provisioned Throughputs in the account. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrock_list_provisioned_model_throughputs/ for full documentation.
Usage
bedrock_list_provisioned_model_throughputs(
creationTimeAfter = NULL,
creationTimeBefore = NULL,
statusEquals = NULL,
modelArnEquals = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)Arguments
- creationTimeAfter
A filter that returns Provisioned Throughputs created after the specified time.
- creationTimeBefore
A filter that returns Provisioned Throughputs created before the specified time.
- statusEquals
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
- modelArnEquals
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
- nameContains
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
- maxResults
THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a
nextTokenvalue. To see the next batch of results, send thenextTokenvalue in another list request.- nextToken
If there are more results than the number you specified in the
maxResultsfield, the response returns anextTokenvalue. To see the next batch of results, specify thenextTokenvalue in this field.- sortBy
The field by which to sort the returned list of Provisioned Throughputs.
- sortOrder
The sort order of the results.