| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
AbstractAmazonBedrock.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest request) |
ListProvisionedModelThroughputsResult |
AmazonBedrock.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
Lists the Provisioned Throughputs in the account.
|
ListProvisionedModelThroughputsResult |
AmazonBedrockClient.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest request)
Lists the Provisioned Throughputs in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.clone() |
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, this value is
returned. |
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
Copyright © 2025. All rights reserved.