SolutionConfig

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)

Types

Link copied to clipboard
object Companion

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)