| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSolutionVersionResponse |
PersonalizeClient.createSolutionVersion(Consumer<CreateSolutionVersionRequest.Builder> createSolutionVersionRequest)
Trains or retrains an active solution.
|
default CompletableFuture<CreateSolutionVersionResponse> |
PersonalizeAsyncClient.createSolutionVersion(Consumer<CreateSolutionVersionRequest.Builder> createSolutionVersionRequest)
Trains or retrains an active solution.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.builder() |
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution containing the training configuration information.
|
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.toBuilder() |
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.trainingMode(String trainingMode)
The scope of training to be performed when creating the solution version.
|
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.trainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSolutionVersionRequest.Builder> |
CreateSolutionVersionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.