Solution Config Args
data class SolutionConfigArgs(val algorithmHyperParameters: Output<Any>? = null, val autoMlConfig: Output<SolutionConfigAutoMlConfigPropertiesArgs>? = null, val eventValueThreshold: Output<String>? = null, val featureTransformationParameters: Output<Any>? = null, val hpoConfig: Output<SolutionConfigHpoConfigPropertiesArgs>? = null) : ConvertibleToJava<SolutionConfigArgs>
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 SolutionConfigArgs(algorithmHyperParameters: Output<Any>? = null, autoMlConfig: Output<SolutionConfigAutoMlConfigPropertiesArgs>? = null, eventValueThreshold: Output<String>? = null, featureTransformationParameters: Output<Any>? = null, hpoConfig: Output<SolutionConfigHpoConfigPropertiesArgs>? = null)