static CreateSolutionRequest.Builder |
CreateSolutionRequest.builder() |
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.datasetGroupArn(String datasetGroupArn) |
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.eventType(String eventType) |
When your have multiple event types (using an EVENT_TYPE schema field), this parameter specifies
which event type (for example, 'click' or 'like') is used for training the model.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.name(String name) |
The name for the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.performAutoML(Boolean performAutoML) |
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.performHPO(Boolean performHPO) |
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.recipeArn(String recipeArn) |
The ARN of the recipe to use for model training.
|
default CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.solutionConfig(Consumer<SolutionConfig.Builder> solutionConfig) |
The configuration to use with the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.solutionConfig(SolutionConfig solutionConfig) |
The configuration to use with the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Collection<Tag> tags) |
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.Builder.tags(Tag... tags) |
A list of tags to
apply to the solution.
|
CreateSolutionRequest.Builder |
CreateSolutionRequest.toBuilder() |
|