| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSolutionResponse> |
PersonalizeAsyncClient.createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)
Creates the configuration for training a model.
|
default CreateSolutionResponse |
PersonalizeClient.createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)
Creates the configuration for training a model.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSolutionRequest.Builder |
CreateSolutionRequest.builder() |
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.eventType(String eventType)
When your have multiple event types (using an
EVENT_TYPE schema field), this parameter specifies
which event type (for example, 'click' or 'like') is used for training the model. |
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.name(String name)
The name for the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.performAutoML(Boolean performAutoML)
Whether to perform automated machine learning (AutoML).
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.performHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.recipeArn(String recipeArn)
The ARN of the recipe to use for model training.
|
default CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.solutionConfig(Consumer<SolutionConfig.Builder> solutionConfig)
The configuration to use with the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.solutionConfig(SolutionConfig solutionConfig)
The configuration to use with the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Collection<Tag> tags)
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Tag... tags)
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSolutionRequest.Builder> |
CreateSolutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.