Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteCustomModelResponse
-
Packages that use DeleteCustomModelResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of DeleteCustomModelResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return DeleteCustomModelResponse Modifier and Type Method Description default DeleteCustomModelResponseBedrockClient. deleteCustomModel(Consumer<DeleteCustomModelRequest.Builder> deleteCustomModelRequest)Deletes a custom model that you created earlier.default DeleteCustomModelResponseBedrockClient. deleteCustomModel(DeleteCustomModelRequest deleteCustomModelRequest)Deletes a custom model that you created earlier.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type DeleteCustomModelResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomModelResponse>BedrockAsyncClient. deleteCustomModel(Consumer<DeleteCustomModelRequest.Builder> deleteCustomModelRequest)Deletes a custom model that you created earlier.default CompletableFuture<DeleteCustomModelResponse>BedrockAsyncClient. deleteCustomModel(DeleteCustomModelRequest deleteCustomModelRequest)Deletes a custom model that you created earlier.
-