Uses of Class
software.amazon.awssdk.services.bedrock.model.UpdateProvisionedModelThroughputResponse
-
Packages that use UpdateProvisionedModelThroughputResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of UpdateProvisionedModelThroughputResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return UpdateProvisionedModelThroughputResponse Modifier and Type Method Description default UpdateProvisionedModelThroughputResponseBedrockClient. updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)Updates the name or associated model for a Provisioned Throughput.default UpdateProvisionedModelThroughputResponseBedrockClient. updateProvisionedModelThroughput(UpdateProvisionedModelThroughputRequest updateProvisionedModelThroughputRequest)Updates the name or associated model for a Provisioned Throughput.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type UpdateProvisionedModelThroughputResponse Modifier and Type Method Description default CompletableFuture<UpdateProvisionedModelThroughputResponse>BedrockAsyncClient. updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)Updates the name or associated model for a Provisioned Throughput.default CompletableFuture<UpdateProvisionedModelThroughputResponse>BedrockAsyncClient. updateProvisionedModelThroughput(UpdateProvisionedModelThroughputRequest updateProvisionedModelThroughputRequest)Updates the name or associated model for a Provisioned Throughput.
-