Solution Config
data class SolutionConfig(val algorithmHyperParameters: Map<String, String>? = null, val autoMlConfig: SolutionConfigAutoMlConfigProperties? = null, val eventValueThreshold: String? = null, val featureTransformationParameters: Map<String, String>? = null, val hpoConfig: SolutionConfigHpoConfigProperties? = null)
The configuration to use with the solution. When performAutoML is set to true, Amazon Personalize only evaluates the autoMLConfig section of the solution configuration.
Constructors
Link copied to clipboard
constructor(algorithmHyperParameters: Map<String, String>? = null, autoMlConfig: SolutionConfigAutoMlConfigProperties? = null, eventValueThreshold: String? = null, featureTransformationParameters: Map<String, String>? = null, hpoConfig: SolutionConfigHpoConfigProperties? = null)
Properties
Link copied to clipboard
Lists the hyperparameter names and ranges.
Link copied to clipboard
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
Link copied to clipboard
Only events with a value greater than or equal to this threshold are used for training a model.
Link copied to clipboard
Lists the feature transformation parameters.
Link copied to clipboard
Describes the properties for hyperparameter optimization (HPO)