| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
SolutionVersion |
SolutionVersion.clone() |
SolutionVersion |
DescribeSolutionVersionResult.getSolutionVersion()
The solution version.
|
SolutionVersion |
SolutionVersion.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that this version of the solution was created.
|
SolutionVersion |
SolutionVersion.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group providing the training data.
|
SolutionVersion |
SolutionVersion.withEventType(String eventType)
The event type (for example, 'click' or 'like') that is used for training the model.
|
SolutionVersion |
SolutionVersion.withFailureReason(String failureReason)
If training a solution version fails, the reason for the failure.
|
SolutionVersion |
SolutionVersion.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the solution was last updated.
|
SolutionVersion |
SolutionVersion.withPerformAutoML(Boolean performAutoML)
When true, Amazon Personalize searches for the most optimal recipe according to the solution configuration.
|
SolutionVersion |
SolutionVersion.withPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
SolutionVersion |
SolutionVersion.withRecipeArn(String recipeArn)
The ARN of the recipe used in the solution.
|
SolutionVersion |
SolutionVersion.withSolutionArn(String solutionArn)
The ARN of the solution.
|
SolutionVersion |
SolutionVersion.withSolutionConfig(SolutionConfig solutionConfig)
Describes the configuration properties for the solution.
|
SolutionVersion |
SolutionVersion.withSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version.
|
SolutionVersion |
SolutionVersion.withStatus(String status)
The status of the solution version.
|
SolutionVersion |
SolutionVersion.withTrainingHours(Double trainingHours)
The time used to train the model.
|
SolutionVersion |
SolutionVersion.withTrainingMode(String trainingMode)
The scope of training used to create the solution version.
|
SolutionVersion |
SolutionVersion.withTrainingMode(TrainingMode trainingMode)
The scope of training used to create the solution version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSolutionVersionResult.setSolutionVersion(SolutionVersion solutionVersion)
The solution version.
|
DescribeSolutionVersionResult |
DescribeSolutionVersionResult.withSolutionVersion(SolutionVersion solutionVersion)
The solution version.
|
Copyright © 2020. All rights reserved.