| 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 |
|---|---|
CreateSolutionVersionResult |
AbstractAmazonPersonalize.createSolutionVersion(CreateSolutionVersionRequest request) |
CreateSolutionVersionResult |
AmazonPersonalize.createSolutionVersion(CreateSolutionVersionRequest createSolutionVersionRequest)
Trains or retrains an active solution in a Custom dataset group.
|
CreateSolutionVersionResult |
AmazonPersonalizeClient.createSolutionVersion(CreateSolutionVersionRequest request)
Trains or retrains an active solution in a Custom dataset group.
|
| 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 |
|---|---|
CreateSolutionVersionResult |
CreateSolutionVersionResult.clone() |
CreateSolutionVersionResult |
CreateSolutionVersionResult.withSolutionVersionArn(String solutionVersionArn)
The ARN of the new solution version.
|
Copyright © 2022. All rights reserved.