| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
AbstractAmazonBedrock.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest request) |
ListProvisionedModelThroughputsResult |
AmazonBedrock.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
ListProvisionedModelThroughputsResult |
AmazonBedrockClient.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest request)
List the provisioned capacities.
|
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.clone() |
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withNextToken(String nextToken)
Continuation token for the next request to list the next set of results.
|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
ListProvisionedModelThroughputsResult |
ListProvisionedModelThroughputsResult.withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
Copyright © 2023. All rights reserved.