Builder

class Builder

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset group that provides the training data.

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.

Link copied to clipboard
var name: String?

The name for the solution.

Link copied to clipboard

We don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize recipes. For more information, see Choosing a recipe.

Link copied to clipboard

Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recipe to use for model training. This is required when performAutoML is false. For information about different Amazon Personalize recipes and their ARNs, see Choosing a recipe.

Link copied to clipboard

The configuration to use with the solution. When performAutoML is set to true, Amazon Personalize only evaluates the autoMLConfig section of the solution configuration.

Link copied to clipboard
var tags: List<Tag>?

A list of tags to apply to the solution.

Functions

Link copied to clipboard