Solution Args
data class SolutionArgs(val datasetGroupArn: Output<String>? = null, val eventType: Output<String>? = null, val name: Output<String>? = null, val performAutoMl: Output<Boolean>? = null, val performHpo: Output<Boolean>? = null, val recipeArn: Output<String>? = null, val solutionConfig: Output<SolutionConfigArgs>? = null) : ConvertibleToJava<SolutionArgs>
Resource schema for AWS::Personalize::Solution.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun SolutionArgs(datasetGroupArn: Output<String>? = null, eventType: Output<String>? = null, name: Output<String>? = null, performAutoMl: Output<Boolean>? = null, performHpo: Output<Boolean>? = null, recipeArn: Output<String>? = null, solutionConfig: Output<SolutionConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
When your have multiple event types (using an EVENT_TYPE schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model. If you do not provide an eventType, Amazon Personalize will use all interactions for training with equal weight regardless of type.