| 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 |
|---|---|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.clone() |
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns Provisioned Throughputs created after the specified time.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns Provisioned Throughputs 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)
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that
you specify.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withNameContains(String nameContains)
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, the response
returns a nextToken value. |
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortBy(SortByProvisionedModels sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withSortBy(String sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
|
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)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
ListProvisionedModelThroughputsRequest |
ListProvisionedModelThroughputsRequest.withStatusEquals(String statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
Copyright © 2024. All rights reserved.