| 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<CreateSolutionVersionResult> |
AbstractAmazonPersonalizeAsync.createSolutionVersionAsync(CreateSolutionVersionRequest request,
AsyncHandler<CreateSolutionVersionRequest,CreateSolutionVersionResult> asyncHandler) |
Future<CreateSolutionVersionResult> |
AmazonPersonalizeAsync.createSolutionVersionAsync(CreateSolutionVersionRequest createSolutionVersionRequest,
AsyncHandler<CreateSolutionVersionRequest,CreateSolutionVersionResult> asyncHandler)
Trains or retrains an active solution.
|
Future<CreateSolutionVersionResult> |
AmazonPersonalizeAsyncClient.createSolutionVersionAsync(CreateSolutionVersionRequest request,
AsyncHandler<CreateSolutionVersionRequest,CreateSolutionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.clone() |
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withTrainingMode(String trainingMode)
The scope of training to be performed when creating the solution version.
|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withTrainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version.
|
Copyright © 2019. All rights reserved.