| Package | Description |
|---|---|
| com.amazonaws.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSolutionResult> |
AbstractAmazonPersonalizeAsync.createSolutionAsync(CreateSolutionRequest request,
AsyncHandler<CreateSolutionRequest,CreateSolutionResult> asyncHandler) |
Future<CreateSolutionResult> |
AmazonPersonalizeAsync.createSolutionAsync(CreateSolutionRequest createSolutionRequest,
AsyncHandler<CreateSolutionRequest,CreateSolutionResult> asyncHandler)
Creates the configuration for training a model.
|
Future<CreateSolutionResult> |
AmazonPersonalizeAsyncClient.createSolutionAsync(CreateSolutionRequest request,
AsyncHandler<CreateSolutionRequest,CreateSolutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSolutionRequest |
CreateSolutionRequest.clone() |
CreateSolutionRequest |
CreateSolutionRequest.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
CreateSolutionRequest |
CreateSolutionRequest.withEventType(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 |
CreateSolutionRequest.withName(String name)
The name for the solution.
|
CreateSolutionRequest |
CreateSolutionRequest.withPerformAutoML(Boolean performAutoML)
Whether to perform automated machine learning (AutoML).
|
CreateSolutionRequest |
CreateSolutionRequest.withPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe.
|
CreateSolutionRequest |
CreateSolutionRequest.withRecipeArn(String recipeArn)
The ARN of the recipe to use for model training.
|
CreateSolutionRequest |
CreateSolutionRequest.withSolutionConfig(SolutionConfig solutionConfig)
The configuration to use with the solution.
|
Copyright © 2020. All rights reserved.