| 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 in a Custom dataset group.
|
Future<CreateSolutionVersionResult> |
AmazonPersonalizeAsyncClient.createSolutionVersionAsync(CreateSolutionVersionRequest request,
AsyncHandler<CreateSolutionVersionRequest,CreateSolutionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.clone() |
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withName(String name)
The name of the solution version.
|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withTags(Collection<Tag> tags)
A list of tags to apply
to the solution version.
|
CreateSolutionVersionRequest |
CreateSolutionVersionRequest.withTags(Tag... tags)
A list of tags to apply
to the solution version.
|
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 © 2022. All rights reserved.