static SolutionVersion.Builder |
SolutionVersion.builder() |
|
SolutionVersion.Builder |
SolutionVersion.Builder.creationDateTime(Instant creationDateTime) |
The date and time (in Unix time) that this version of the solution was created.
|
SolutionVersion.Builder |
SolutionVersion.Builder.datasetGroupArn(String datasetGroupArn) |
The Amazon Resource Name (ARN) of the dataset group providing the training data.
|
SolutionVersion.Builder |
SolutionVersion.Builder.eventType(String eventType) |
The event type (for example, 'click' or 'like') that is used for training the model.
|
SolutionVersion.Builder |
SolutionVersion.Builder.failureReason(String failureReason) |
If training a solution version fails, the reason for the failure.
|
SolutionVersion.Builder |
SolutionVersion.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time (in Unix time) that the solution was last updated.
|
SolutionVersion.Builder |
SolutionVersion.Builder.name(String name) |
The name of the solution version.
|
SolutionVersion.Builder |
SolutionVersion.Builder.performAutoML(Boolean performAutoML) |
When true, Amazon Personalize searches for the most optimal recipe according to the solution configuration.
|
SolutionVersion.Builder |
SolutionVersion.Builder.performHPO(Boolean performHPO) |
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
SolutionVersion.Builder |
SolutionVersion.Builder.recipeArn(String recipeArn) |
The ARN of the recipe used in the solution.
|
SolutionVersion.Builder |
SolutionVersion.Builder.solutionArn(String solutionArn) |
The ARN of the solution.
|
default SolutionVersion.Builder |
SolutionVersion.Builder.solutionConfig(Consumer<SolutionConfig.Builder> solutionConfig) |
Describes the configuration properties for the solution.
|
SolutionVersion.Builder |
SolutionVersion.Builder.solutionConfig(SolutionConfig solutionConfig) |
Describes the configuration properties for the solution.
|
SolutionVersion.Builder |
SolutionVersion.Builder.solutionVersionArn(String solutionVersionArn) |
The ARN of the solution version.
|
SolutionVersion.Builder |
SolutionVersion.Builder.status(String status) |
The status of the solution version.
|
SolutionVersion.Builder |
SolutionVersion.toBuilder() |
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingHours(Double trainingHours) |
The time used to train the model.
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingMode(String trainingMode) |
The scope of training to be performed when creating the solution version.
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingMode(TrainingMode trainingMode) |
The scope of training to be performed when creating the solution version.
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingType(String trainingType) |
Whether the solution version was created automatically or manually.
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingType(TrainingType trainingType) |
Whether the solution version was created automatically or manually.
|
default SolutionVersion.Builder |
SolutionVersion.Builder.tunedHPOParams(Consumer<TunedHPOParams.Builder> tunedHPOParams) |
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing
model.
|
SolutionVersion.Builder |
SolutionVersion.Builder.tunedHPOParams(TunedHPOParams tunedHPOParams) |
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing
model.
|