| 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 CreateSolutionResponse |
PersonalizeClient.createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)
Creates the configuration for training a model.
|
default CreateSolutionResponse |
PersonalizeClient.createSolution(CreateSolutionRequest createSolutionRequest)
Creates the configuration for training a model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSolutionResponse> |
PersonalizeAsyncClient.createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)
Creates the configuration for training a model.
|
default CompletableFuture<CreateSolutionResponse> |
PersonalizeAsyncClient.createSolution(CreateSolutionRequest createSolutionRequest)
Creates the configuration for training a model.
|
Copyright © 2023. All rights reserved.