| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Solution |
Solution.clone() |
Solution |
DescribeSolutionResult.getSolution()
An object that describes the solution.
|
Solution |
Solution.withAutoMLResult(AutoMLResult autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
Solution |
Solution.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the solution.
|
Solution |
Solution.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
Solution |
Solution.withEventType(String eventType)
The event type (for example, 'click' or 'like') that is used for training the model.
|
Solution |
Solution.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
|
Solution |
Solution.withLatestSolutionVersion(SolutionVersionSummary latestSolutionVersion)
Describes the latest version of the solution, including the status and the ARN.
|
Solution |
Solution.withName(String name)
The name of the solution.
|
Solution |
Solution.withPerformAutoML(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 |
Solution.withPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
Solution |
Solution.withRecipeArn(String recipeArn)
The ARN of the recipe used to create the solution.
|
Solution |
Solution.withSolutionArn(String solutionArn)
The ARN of the solution.
|
Solution |
Solution.withSolutionConfig(SolutionConfig solutionConfig)
Describes the configuration properties for the solution.
|
Solution |
Solution.withStatus(String status)
The status of the solution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSolutionResult.setSolution(Solution solution)
An object that describes the solution.
|
DescribeSolutionResult |
DescribeSolutionResult.withSolution(Solution solution)
An object that describes the solution.
|
Copyright © 2020. All rights reserved.