Solution Config
data class SolutionConfig(val algorithmHyperParameters: Any? = null, val autoMlConfig: SolutionConfigAutoMlConfigProperties? = null, val eventValueThreshold: String? = null, val featureTransformationParameters: Any? = 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
fun SolutionConfig(algorithmHyperParameters: Any? = null, autoMlConfig: SolutionConfigAutoMlConfigProperties? = null, eventValueThreshold: String? = null, featureTransformationParameters: Any? = null, hpoConfig: SolutionConfigHpoConfigProperties? = null)