Solution

class Solution : KotlinCustomResource

Resource schema for AWS::Personalize::Solution.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val datasetGroupArn: Output<String>

The ARN of the dataset group that provides the training data.

Link copied to clipboard
val eventType: Output<String>?

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.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name for the solution

Link copied to clipboard
val performAutoMl: Output<Boolean>?

Whether to perform automated machine learning (AutoML). The default is false. For this case, you must specify recipeArn.

Link copied to clipboard
val performHpo: Output<Boolean>?

Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false. When performing AutoML, this parameter is always true and you should not set it to false.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recipeArn: Output<String>?

The ARN of the recipe to use for model training. Only specified when performAutoML is false.

Link copied to clipboard
val solutionArn: Output<String>

The Amazon Resource Name (ARN) of the solution.

Link copied to clipboard

Describes the configuration properties for the solution.

Link copied to clipboard
val urn: Output<String>