SolutionConfigArgs

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

Properties

Link copied to clipboard
val algorithmHyperParameters: Output<Map<String, String>>? = null

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
val eventValueThreshold: Output<String>? = null

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)

Functions

Link copied to clipboard
open override fun toJava(): SolutionConfigArgs