| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLResult |
AutoMLResult.clone() |
AutoMLResult |
Solution.getAutoMLResult()
When
performAutoML is true, specifies the best recipe found. |
AutoMLResult |
AutoMLResult.withBestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Solution.setAutoMLResult(AutoMLResult autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
Solution |
Solution.withAutoMLResult(AutoMLResult autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
Copyright © 2019. All rights reserved.