Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteProvisionedModelThroughputRequest
-
Packages that use DeleteProvisionedModelThroughputRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of DeleteProvisionedModelThroughputRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type DeleteProvisionedModelThroughputRequest Modifier and Type Method Description default CompletableFuture<DeleteProvisionedModelThroughputResponse>BedrockAsyncClient. deleteProvisionedModelThroughput(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)Deletes a provisioned throughput.default DeleteProvisionedModelThroughputResponseBedrockClient. deleteProvisionedModelThroughput(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)Deletes a provisioned throughput. -
Uses of DeleteProvisionedModelThroughputRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type DeleteProvisionedModelThroughputRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProvisionedModelThroughputRequestMarshaller. marshall(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)
-