default Solution.Builder |
Solution.Builder.autoMLResult(Consumer<AutoMLResult.Builder> autoMLResult) |
When performAutoML is true, specifies the best recipe found.
|
Solution.Builder |
Solution.Builder.autoMLResult(AutoMLResult 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) |
|
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() |
|