| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLResult.Builder |
AutoMLResult.Builder.bestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
|
static AutoMLResult.Builder |
AutoMLResult.builder() |
AutoMLResult.Builder |
AutoMLResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoMLResult.Builder> |
AutoMLResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Solution.Builder |
Solution.Builder.autoMLResult(Consumer<AutoMLResult.Builder> autoMLResult)
When
performAutoML is true, specifies the best recipe found. |
Copyright © 2020. All rights reserved.