| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSolutionResponse |
PersonalizeClient.deleteSolution(Consumer<DeleteSolutionRequest.Builder> deleteSolutionRequest)
Deletes all versions of a solution and the
Solution object itself. |
default DeleteSolutionResponse |
PersonalizeClient.deleteSolution(DeleteSolutionRequest deleteSolutionRequest)
Deletes all versions of a solution and the
Solution object itself. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSolutionResponse> |
PersonalizeAsyncClient.deleteSolution(Consumer<DeleteSolutionRequest.Builder> deleteSolutionRequest)
Deletes all versions of a solution and the
Solution object itself. |
default CompletableFuture<DeleteSolutionResponse> |
PersonalizeAsyncClient.deleteSolution(DeleteSolutionRequest deleteSolutionRequest)
Deletes all versions of a solution and the
Solution object itself. |
Copyright © 2023. All rights reserved.