| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Solution.Builder |
Solution.Builder.autoMLResult(AutoMLResult autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
default Solution.Builder |
Solution.Builder.autoMLResult(Consumer<AutoMLResult.Builder> autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
static Solution.Builder |
Solution.builder() |
Solution.Builder |
Solution.Builder.creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the solution.
|
Solution.Builder |
Solution.Builder.datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
Solution.Builder |
Solution.Builder.eventType(String eventType)
The event type (for example, 'click' or 'like') that is used for training the model.
|
Solution.Builder |
Solution.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
|
default Solution.Builder |
Solution.Builder.latestSolutionVersion(Consumer<SolutionVersionSummary.Builder> latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
Solution.Builder |
Solution.Builder.latestSolutionVersion(SolutionVersionSummary latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
Solution.Builder |
Solution.Builder.name(String name)
The name of the solution.
|
Solution.Builder |
Solution.Builder.performAutoML(Boolean performAutoML)
When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list
specified in the solution configuration (
recipeArn must not be specified). |
Solution.Builder |
Solution.Builder.performHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
Solution.Builder |
Solution.Builder.recipeArn(String recipeArn)
The ARN of the recipe used to create the solution.
|
Solution.Builder |
Solution.Builder.solutionArn(String solutionArn)
The ARN of the solution.
|
default Solution.Builder |
Solution.Builder.solutionConfig(Consumer<SolutionConfig.Builder> solutionConfig)
Describes the configuration properties for the solution.
|
Solution.Builder |
Solution.Builder.solutionConfig(SolutionConfig solutionConfig)
Describes the configuration properties for the solution.
|
Solution.Builder |
Solution.Builder.status(String status)
The status of the solution.
|
Solution.Builder |
Solution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Solution.Builder> |
Solution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSolutionResponse.Builder |
DescribeSolutionResponse.Builder.solution(Consumer<Solution.Builder> solution)
An object that describes the solution.
|
Copyright © 2022. All rights reserved.