| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProvisionedModelThroughputResponse |
BedrockClient.updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)
Update a provisioned throughput.
|
default CompletableFuture<UpdateProvisionedModelThroughputResponse> |
BedrockAsyncClient.updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)
Update a provisioned throughput.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.builder() |
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.Builder.desiredModelId(String desiredModelId)
The ARN of the new model to associate with this provisioned throughput.
|
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.Builder.desiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this provisioned throughput.
|
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.Builder.provisionedModelId(String provisionedModelId)
The ARN or name of the provisioned throughput to update.
|
UpdateProvisionedModelThroughputRequest.Builder |
UpdateProvisionedModelThroughputRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProvisionedModelThroughputRequest.Builder> |
UpdateProvisionedModelThroughputRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.