Skip to main content

solutions_list_only

Lists solutions in a region or regions, for all properties use solutions

Overview

Namesolutions_list_only
TypeResource
DescriptionResource schema for AWS::Personalize::Solution.
Idaws.personalize.solutions_list_only

Fields

NameDatatypeDescription
namestringThe name for the solution
solution_arnstringThe ARN of the solution
event_typestringWhen 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.
dataset_group_arnstringThe ARN of the dataset group that provides the training data.
perform_auto_mlbooleanWhether to perform automated machine learning (AutoML). The default is false. For this case, you must specify recipeArn.
perform_hpobooleanWhether 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.
recipe_arnstringThe ARN of the recipe to use for model training. Only specified when performAutoML is false.
solution_configobjectThe configuration to use with the solution. When performAutoML is set to true, Amazon Personalize only evaluates the autoMLConfig section of the solution configuration.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all solutions in a region.

SELECT
region,
solution_arn
FROM aws.personalize.solutions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the solutions_list_only resource, see solutions