| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating and managing Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.clone() |
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withCreationTimeAfter(Date creationTimeAfter)
Return provisioned capacities created after the specified time.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withCreationTimeBefore(Date creationTimeBefore)
Return provisioned capacities created before the specified time.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withModelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withNameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortBy(SortByProvisionedModels sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortOrder(SortOrder sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortOrder(String sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withStatusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withStatusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
|
Copyright © 2023. All rights reserved.