Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteProvisionedModelThroughputResponse
-
Packages that use DeleteProvisionedModelThroughputResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of DeleteProvisionedModelThroughputResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return DeleteProvisionedModelThroughputResponse Modifier and Type Method Description default DeleteProvisionedModelThroughputResponseBedrockClient. deleteProvisionedModelThroughput(Consumer<DeleteProvisionedModelThroughputRequest.Builder> deleteProvisionedModelThroughputRequest)Deletes a Provisioned Throughput.default DeleteProvisionedModelThroughputResponseBedrockClient. deleteProvisionedModelThroughput(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)Deletes a Provisioned Throughput.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type DeleteProvisionedModelThroughputResponse Modifier and Type Method Description default CompletableFuture<DeleteProvisionedModelThroughputResponse>BedrockAsyncClient. deleteProvisionedModelThroughput(Consumer<DeleteProvisionedModelThroughputRequest.Builder> deleteProvisionedModelThroughputRequest)Deletes a Provisioned Throughput.default CompletableFuture<DeleteProvisionedModelThroughputResponse>BedrockAsyncClient. deleteProvisionedModelThroughput(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)Deletes a Provisioned Throughput.
-