![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.personalize.kotlin.inputs.SolutionConfigArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.personalize.kotlin.inputs
import com.pulumi.awsnative.personalize.inputs.SolutionConfigArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The configuration to use with the solution. When performAutoML is set to true, Amazon Personalize only evaluates the autoMLConfig section of the solution configuration.
* @property algorithmHyperParameters Lists the hyperparameter names and ranges.
* @property autoMlConfig The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
* @property eventValueThreshold Only events with a value greater than or equal to this threshold are used for training a model.
* @property featureTransformationParameters Lists the feature transformation parameters.
* @property hpoConfig Describes the properties for hyperparameter optimization (HPO)
*/
public data class SolutionConfigArgs(
public val algorithmHyperParameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy